Read Only usb stick that won't let me do anything to it
Posted
by
Jonathon
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Jonathon
Published on 2011-08-27T20:24:41Z
Indexed on
2012/10/25
23:16 UTC
Read the original article
Hit count: 483
Somehow I messed up and accidentally made my usb stick into a read only file system. I have tried a bunch of things to delete the files, including the basic (rm -f myfile
) and attempting to allow writing (sudo chmod +w myfile
) and then deleting, but none of this seems to work. Any ideas on what I can do. I don't have anything on the usb stick that I need, but I don't want to throw away an otherwise perfectly good piece of equipment.
How can I make it work? Am I going about this completely the wrong way?
© Ask Ubuntu or respective owner