^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) .. SPDX-License-Identifier: GPL-2.0
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) ==================
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) ISO9660 Filesystem
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) ==================
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) Mount options that are the same as for msdos and vfat partitions.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) ========= ========================================================
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) gid=nnn All files in the partition will be in group nnn.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) uid=nnn All files in the partition will be owned by user id nnn.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) umask=nnn The permission mask (see umask(1)) for the partition.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) ========= ========================================================
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) Mount options that are the same as vfat partitions. These are only useful
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) when using discs encoded using Microsoft's Joliet extensions.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) ============== =============================================================
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) iocharset=name Character set to use for converting from Unicode to
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) ASCII. Joliet filenames are stored in Unicode format, but
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) Unix for the most part doesn't know how to deal with Unicode.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) There is also an option of doing UTF-8 translations with the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) utf8 option.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) utf8 Encode Unicode names in UTF-8 format. Default is no.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) ============== =============================================================
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) Mount options unique to the isofs filesystem.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) ================= ============================================================
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) block=512 Set the block size for the disk to 512 bytes
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) block=1024 Set the block size for the disk to 1024 bytes
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32) block=2048 Set the block size for the disk to 2048 bytes
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) check=relaxed Matches filenames with different cases
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34) check=strict Matches only filenames with the exact same case
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35) cruft Try to handle badly formatted CDs.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36) map=off Do not map non-Rock Ridge filenames to lower case
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 37) map=normal Map non-Rock Ridge filenames to lower case
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 38) map=acorn As map=normal but also apply Acorn extensions if present
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 39) mode=xxx Sets the permissions on files to xxx unless Rock Ridge
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 40) extensions set the permissions otherwise
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 41) dmode=xxx Sets the permissions on directories to xxx unless Rock Ridge
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 42) extensions set the permissions otherwise
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 43) overriderockperm Set permissions on files and directories according to
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 44) 'mode' and 'dmode' even though Rock Ridge extensions are
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 45) present.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 46) nojoliet Ignore Joliet extensions if they are present.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 47) norock Ignore Rock Ridge extensions if they are present.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 48) hide Completely strip hidden files from the file system.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 49) showassoc Show files marked with the 'associated' bit
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 50) unhide Deprecated; showing hidden files is now default;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 51) If given, it is a synonym for 'showassoc' which will
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 52) recreate previous unhide behavior
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 53) session=x Select number of session on multisession CD
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 54) sbsector=xxx Session begins from sector xxx
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 55) ================= ============================================================
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 56)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 57) Recommended documents about ISO 9660 standard are located at:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 58)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 59) - http://www.y-adagio.com/
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 60) - ftp://ftp.ecma.ch/ecma-st/Ecma-119.pdf
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 61)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 62) Quoting from the PDF "This 2nd Edition of Standard ECMA-119 is technically
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 63) identical with ISO 9660.", so it is a valid and gratis substitute of the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 64) official ISO specification.