udf: implement mode and dmode mounting options
"dmode" allows overriding permissions of directories and "mode" allows overriding permissions of files. Signed-off-by: Marcin Slusarz <marcin.slusarz@gmail.com> Cc: Jan Kara <jack@suse.cz> Signed-off-by: Jan Kara <jack@suse.cz>
This commit is contained in:
@ -24,6 +24,8 @@ The following mount options are supported:
|
||||
|
||||
gid= Set the default group.
|
||||
umask= Set the default umask.
|
||||
mode= Set the default file permissions.
|
||||
dmode= Set the default directory permissions.
|
||||
uid= Set the default user.
|
||||
bs= Set the block size.
|
||||
unhide Show otherwise hidden files.
|
||||
|
Reference in New Issue
Block a user