Hello Charles Lindsey,
BalenaEtcher writes the entire image and its partition layout to the USB. Windows may then stop recognizing the drive as a normal writable device. This does not necessarily mean Etcher damaged it.
These steps completely erase the selected USB. Check its capacity carefully so you do not select the wrong drive.
- Open Command Prompt as administrator.
- Run each command separately:
diskpart
list disk
select disk X
attributes disk clear readonly
clean
create partition primary
format fs=exfat quick
assign
exit
- Replace
Xwith the USB’s disk number shown bylist disk.
If clean returns a write-protection or I/O error, test the USB on another computer. If the same error occurs, the drive may be failing and should probably be replaced. Balena notes that worn flash storage can become unusable when its storage blocks fail.