Originally Posted by prabhatsoni
When I mount it by giving “mount -t vfat -o rw /dev/sdb1 /media/disk”, it mounts. But again when I try to delete a file, It gives the error “read-only file system”.
|
Give the mount command w/o any options a see whether it says it is mounted ro. If so, check /var/log/messages to see if there are any clues to why it got mounted ro.
You also might try (as root) giving the command
mount -o remount,rw /dev/dsb1
after you have already mounted it, and see if it will change over.
Recent Comments