a special to the global file system namespace at the location indicated by
a node . Both .Ar special and .Ar node are converted to absolute paths before use.
p The options are as follows: l -tag -width 10n t Fl G Ar group Set the group of the files in the file system to .Ar group . The default gid on non-Rockridge volumes is zero. t Fl M Ar mask Specify the maximum file permissions for directories in the file system. See the .Fl m description for details. t Fl m Ar mask Specify the maximum file permissions for files in the file system. (For example, a .Ar mask of .Li 755 specifies that, by default, the owner should have read, write, and execute permissions for files, but others should only have read and execute permissions). See .Xr chmod 1 for more information about octal file modes. Only the nine low-order bits of .Ar mask are used. The default .Ar mask on non-Rockridge volumes is 755. t Fl o Options are specified with a .Fl o flag followed by a comma separated string of options. Besides options mentioned in .Xr mount 8 man page, following cd9660-specific options are supported: l -tag -width indent t Cm extatt Enable the use of extended attributes. t Cm gens Do not strip version numbers on files and leave the case of the filename alone. (By default, uppercase characters are translated to lowercase, and if there are files with different version numbers on the disk, only the last one will be listed.)
p In either case, files may be opened without giving a version number, in which case you get the last one, or by explicitly stating a version number (albeit it's quite difficult to know it, if you are not using the .Cm gens option), in which case you get the specified version. t Cm nocasetrans A synonym for .Cm nomaplcase . t Cm nojoliet Do not make use of Joliet extensions for long filenames which may be present in the file system.
p Interpretation of Joliet extensions is enabled by default, Unicode file names are encoded into UTF-8. t Cm nomaplcase File names on cd9660 cdrom without Rock Ridge extension present should be uppercase only. By default, cd9660 recodes file names read from a non-Rock Ridge disk to all lowercase characters. .Cm nomaplcase turns off this mapping. t Cm norrip Do not use any Rockridge extensions included in the file system. t Cm nrr Same as .Cm norrip . For compatibility with Solaris only. t Cm rrcaseins Makes all lookups case-insensitive even for CD-ROMs with Rock-Ridge extensions (for Rock-Ridge, default is case-sensitive lookup). .El t Fl U Ar user Set the owner of the files in the file system to .Ar user . The default uid on non-Rockridge volumes is zero. .El
p For compatibility with previous releases, following obsolete flags are still recognized: l -tag -width indent -compact -offset indent t Fl e Same as .Fl o .Cm extatt . t Fl g Same as .Fl o .Cm gens . t Fl j Same as .Fl o .Cm nojoliet . t Fl r Same as .Fl o .Cm norrip . .El .Sh SEE ALSO .Xr mount 2 , .Xr unmount 2 , .Xr fstab 5 , .Xr mount 8 , .Xr mscdlabel 8 , .Xr vndconfig 8 .Sh HISTORY The .Nm utility first appeared x 4.4 . Support for Joliet file system appeared in .Nx 1.4 . Options .Cm nomaplcase and .Cm rrcaseins were added in .Nx 1.5 . UTF-8 encoding of Unicode file names for Joliet file systems was added in .Nx 3.0 . .Sh NOTES For Joliet file systems, the Unicode file names used to be filtered to ISO-8859-1 character set. This changed in .Nx 3.0 , file names are encoded into UTF-8 now by default. The behaviour is controllable by the .Em vfs.cd9660.utf8_joliet sysctl; the former behaviour is available by setting it to 0. .Sh BUGS For some cdroms the information in the Rock Ridge extension is wrong and the cdrom needs to be mounted with "norrip". A sign that something is wrong is that the .Xr stat 2 system call returns .Er EBADF causing, e.g., "ls -l" to fail with "Bad file descriptor".
p The cd9660 file system does not support the original "High Sierra" ("CDROM001") format.
p POSIX device node mapping is currently not supported.
p Version numbers are not stripped if Rockridge extensions are in use. In this case, you have to use the original name of the file as recorded on disk, i.e. use uppercase and append the version number to the file.
p There is no ECMA support.