Using Kubuntu 8.04. No updates or OS changes since first successful effort. Flash drive suddenly responds with "Read-only file system".
I have a new Kingston 8GB USB flashdrive. I put a directory with some files on it and that was successful. A few days later I now I want to write to it again but it just says:
I tried sudo and it says the same. I also tried just creating a file (as both user and root) with a text editor, and get the same results. Changing permissions and ownership is unsuccessful and seemingly unrelated since root can't override it.
How does Kubuntu change a FAT file system to read-only without my interaction?
What has changed?
Where is this problem coming from?
I have a new Kingston 8GB USB flashdrive. I put a directory with some files on it and that was successful. A few days later I now I want to write to it again but it just says:
cannot create directory `/media/KINGSTON/OCT-2010(vanetc)': Read-only file system
How does Kubuntu change a FAT file system to read-only without my interaction?
What has changed?
Where is this problem coming from?






When I get a new flash drive, first things I do: (1) Use dd command to zero it out, the whole thing. Then (2) Use a GParted live CD to format it (starting with a MBR, then the partitions). Overkill, but that way I'm from scratch.
Comment