mount_cdfs(1M) SYSTEM ADMINISTRATION COMMANDS mount_cdfs(1M)
NAME
mount (cdfs) - mount CD-ROM file systems
SYNOPSIS
mount [-F cdfs] [generic_options] [-r] [-o specific_options]
{ special|mount_point }
mount [-F cdfs] [generic_options] [-r] [-o specific_options]
special mount_point
DESCRIPTION
mount attaches a cdfs file system to the file system
hierarchy at the pathname location mount_point, which must
already exist. If mount_point has any contents prior to
the mount operation, these remain hidden until the file
system is once again unmounted. The options are:
-F cdfs
Specifies the cdfs-FSType.
-r Mount the file system read-only. (Default)
-o Specify cdfs file system specific options. If
invalid options are specified, a warning message is
printed and the invalid options are ignored. The fol-
lowing options are available:
ro Mount the file system read-only. (Default)
casecnv
Convert uppercase letters in pathnames to lower-
case. (Default)
nocasecnv
Do not convert pathnames to lowercase.
vdsect
Specify a logical sector to find the volume
descriptor in. The default is to use logical sec-
tor 16.
version
Include the label following SEPARATOR2(;) as part
of the pathname. If not specified, the latest
version of the file is used.
NOTES
If the directory on which a file system is to be mounted is
a symbolic link, the file system is mounted on the directory
to which the symbolic link refers, rather than on top of the
symbolic link itself.
1
mount_cdfs(1M) SYSTEM ADMINISTRATION COMMANDS mount_cdfs(1M)
FILES
/etc/mnttab table of mounted file systems
SEE ALSO
generic mount(1M), mountfsys(1M), umountfsys(1M), mkdir(2),
mount(2), unmount(2), open(2), mnttab(4).
2