I'm using Ubuntu 9.04 and when I try to mount an SD card with the GUI I have to type sudo mount -o remount,rw /media/disk
before I can write anything to the card. Is there a hidden setting to make it mount read-write?
Answer
I ran sudo fsck -a ...
on the offending device. After fixing the file system corruption it mounts read-write. I had the problem again, and fixed it again with fsck. Will have to be more careful about always ejecting properly.
No comments:
Post a Comment