Hi,
Filesystem errors can cause mount to mount the partition read-only, so that might explain it. Though you'd expect to see an error message when you mount it, and also in dmesg. Then writing files would give the error 'Read-only file system'.
In that case you could umount it and run dosfsck to repair it. Add the -t option to check for bad clusters.
Or another thought, if you're only seeing the error 'Permission denied' when you try to write the files, then it could be you mounted it as root (without -o user), then tried to write the files as non-root?
|