I'm using umask in fstab settings. What I know is if i set 755 with chmod, the permission will be rwxr-xr-x. But, when I use umask in fstab with 755 value, permission that i get is ----w--w-. Giving 0755 doesn't seems to work.
Is there any difference between those two?
And how to give rwxr-xr-x permission with umask in fstab?