View Single Post
Old 08-21-2018, 01:12 PM   #2
Sing Sing
Member
Sing Sing doesn't litterSing Sing doesn't litter
 
Posts: 17
Karma: 196
Join Date: Aug 2018
Device: none
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?
Sing Sing is offline   Reply With Quote