Comment 11 for bug 195630

Revision history for this message
alexsimps (alexsimps84) wrote :

Hello,
This problem only effected my other non root directory mount spots as well. I did NOT end up fixing the problem completely just seemed to take away the symptom of not being able to execute and move files, i am still unable to change file permissions using nautilus. Its been a while since got it to work again, i don't remember why it worked but i think i added a boot option called umask to my fstab. https://wiki.umiacs.umd.edu/umiacs/index.php/Umask read up more about umask. At first i set umask=000 but apparently that is bad and allows anyone to be able change my folder permissions so now im using umask=022(more secure). Not 100% sure what i did to it so you might have better luck on forums. Here is my fstab for comparison (its been modified so i don't even remember what some of the other stuff is for). good luck.

# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# / was on /dev/sda2 during installation
UUID=216065a9-7ff0-4f0c-b801-45ec4c096d20 / ext3 errors=remount-ro 0 1
# swap was on /dev/sda6 during installation
UUID=69aba461-d5f3-40a1-8509-813d9252bbae none swap swap 0 1
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/sdb1 /media/sdb1 vfat uid=alex,iocharset=utf8,umask=022,users,user 0 0
/dev/sda3 /media/sda3 ntfs nls=iso8859-1,umask=022 0 0
/dev/sda5 /media/sda5 ntfs nls=iso8859-1,umask=022 0 0