/Documentation/filesystems/isofs.txt

https://bitbucket.org/evzijst/gittest · Plain Text · 38 lines · 34 code · 4 blank · 0 comment · 0 complexity · 01e2d3619423e4e52c5c0ba5837d03f5 MD5 · raw file

  1. Mount options that are the same as for msdos and vfat partitions.
  2. gid=nnn All files in the partition will be in group nnn.
  3. uid=nnn All files in the partition will be owned by user id nnn.
  4. umask=nnn The permission mask (see umask(1)) for the partition.
  5. Mount options that are the same as vfat partitions. These are only useful
  6. when using discs encoded using Microsoft's Joliet extensions.
  7. iocharset=name Character set to use for converting from Unicode to
  8. ASCII. Joliet filenames are stored in Unicode format, but
  9. Unix for the most part doesn't know how to deal with Unicode.
  10. There is also an option of doing UTF8 translations with the
  11. utf8 option.
  12. utf8 Encode Unicode names in UTF8 format. Default is no.
  13. Mount options unique to the isofs filesystem.
  14. block=512 Set the block size for the disk to 512 bytes
  15. block=1024 Set the block size for the disk to 1024 bytes
  16. block=2048 Set the block size for the disk to 2048 bytes
  17. check=relaxed Matches filenames with different cases
  18. check=strict Matches only filenames with the exact same case
  19. cruft Try to handle badly formatted CDs.
  20. map=off Do not map non-Rock Ridge filenames to lower case
  21. map=normal Map non-Rock Ridge filenames to lower case
  22. map=acorn As map=normal but also apply Acorn extensions if present
  23. mode=xxx Sets the permissions on files to xxx
  24. nojoliet Ignore Joliet extensions if they are present.
  25. norock Ignore Rock Ridge extensions if they are present.
  26. unhide Show hidden files.
  27. session=x Select number of session on multisession CD
  28. sbsector=xxx Session begins from sector xxx
  29. Recommended documents about ISO 9660 standard are located at:
  30. http://www.y-adagio.com/public/standards/iso_cdromr/tocont.htm
  31. ftp://ftp.ecma.ch/ecma-st/Ecma-119.pdf
  32. Quoting from the PDF "This 2nd Edition of Standard ECMA-119 is technically
  33. identical with ISO 9660.", so it is a valid and gratis substitute of the
  34. official ISO specification.