Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mount options: Add 'map' and 'check' ISO9660 options #1250

Merged
merged 2 commits into from
Oct 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions data/builtin_mount_options.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ntfs:ntfs3_allow=uid=$UID,gid=$GID,umask,dmask,fmask,iocharset,discard,nodiscard
ntfs_drivers=ntfs3,ntfs

iso9660_defaults=uid=$UID,gid=$GID,iocharset=utf8,mode=0400,dmode=0500
iso9660_allow=uid=$UID,gid=$GID,norock,nojoliet,iocharset,mode,dmode
iso9660_allow=uid=$UID,gid=$GID,norock,nojoliet,iocharset,mode,dmode,map,check

udf_defaults=uid=$UID,gid=$GID,iocharset=utf8
udf_allow=uid=$UID,gid=$GID,iocharset,utf8,umask,mode,dmode,unhide,undelete
Expand All @@ -41,7 +41,7 @@ ext2_defaults=errors=remount-ro
ext2_allow=errors=remount-ro

ext3_defaults=errors=remount-ro
ext3_allow=errors=remount-ro
ext3_allow=errors=remount-ro,commit

ext4_defaults=errors=remount-ro
ext4_allow=errors=remount-ro
ext4_allow=errors=remount-ro,commit
Loading