> Hello,
>
> In my /etc/fstab I have the following entry:
>
> /dev/hda1 /win vfat defaults,umask=022 1 1
>
> Why does 2.5.47 have user/group restricted permissions on the mount
> point and all its subdirectories, despite the umask setting?
The dmask option was added at 2.5.43. It's umask for directory, and
default is umask of process when mounting. Please use it.
eg.
# mount -t vfat /dev/xxx /xxx -o dmask=022
Regards
-- OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/