- Code: Select all
/dev/sda1 /mnt/sda1 ntfs noauto,user,umask=222 0 0
i had it on ro but i took it out incase it was conflicting with the umask.
a ls returns
- Code: Select all
dr--r----x 1 root root 24576 2004-12-23 13:12 sda1
so ofcourse
- Code: Select all
ollie@Miranda:/mnt/sda1$ ls
ls: .: Permission denied
what am i doing wrong?
and why does umask use backwards octal permissions?



