Skip to content

Commit

Permalink
Merge pull request #1250 from tbzatek/iso9660-mount-opts
Browse files Browse the repository at this point in the history
mount options: Add 'map' and 'check' ISO9660 options
  • Loading branch information
tbzatek authored Oct 1, 2024
2 parents fe64bca + d1b8cd3 commit ac2de9a
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit ac2de9a

Please sign in to comment.