View Single Post
Posts: 1,048 | Thanked: 1,127 times | Joined on Jan 2010 @ Amsterdam
#7
Originally Posted by gregoranderson View Post
Are you subsequently mounting with defaults rather than the directives from fstab?
Yesterday I had to chmod some files in a subdir from MyDocs. Experienced the same problems as OP, no error message from the terminal, but no changed file permissions either.

So, in order to get the job done, I did the following

Code:
sudo gainroot
umount /home/user/MyDocs
fsck -a /dev/mmcblk0p1
mount /home/user/MyDocs
That did the trick for me. Personally, I'd rather not change fstab entries, and even though I don't use Windows, I prefer maximum compatibility with OS's, so I kept the FAT32 as it is.

AFAIK, sh scripts can be run from a noexec partition. Binaries not.

So the answer is, yes, I use defaults.
 

The Following User Says Thank You to anthonie For This Useful Post: