📄 mount.8cdfs
字号:
.\" SCCSID: @(#)mount.8cdfs 7.1 4/26/90.TH mount 8cdfs.SH Namemount, umount \- mount and unmount a ISO 9660 (CD-ROM) File System (CDFS).SH Syntax.B /etc/mount \-t cdfs [.B \-r.B \-o .I options .B ] .I device directory.PP.B /etc/umount [.B \-v ] .I directory.SH Description.NXR "mount command (CDFS)".NXR "umount command (CDFS)".NXR "CDFS file system" .NXR "file system"The.PN mountcommand allows you to mount an ISO 9660 or High Sierra (HSG) formatted file system onto a directory.Once a file system or directory has been mounted,it is treated as a file system..PPThe argument.I device must refer to a block special file..PPThe file.I directorymust exist and must be a directory.It becomes the name of the newly mounted file system..PPGeneral users can mount file systems with certain restrictionsin addition to those listed in .MS mount 8 ..PPThe.PN umountcommand unmounts the file system that was previouslymounted on the specified directory..SH Options.NXR "mount command (CDFS)" "options".IP \fB\-r\fR 12Indicates that the file systemis to be mounted read only. Please note this isa mandatory option, and is appended to the mountstring if not present..IP \fB\-v\fRTells what did or did not happen.(Verbose flag).IP "\fB\-o \fIoptions\fR"Specifies .I optionsas a sequence of comma-separated words from the list below.The defaults are:.sp .5\fBro,defperm,pgthresh=64\fR.sp .5The CDFS options are:.IP \fBdefperm\fR 14Files and directories recorded on an ISO 9660 formattedfile system may or may not have permission bits. Thisoptions ignores these permissions bits, if present, anddefaults all file and directory permissions to the value0666, with a zero UID (owned by root). This is a defaultoption since the permissions on most of the existing ISO 9660 formatted CD-ROM's do not map into the UID scheme ULTRIX uses..IP \fBnodefperm\fRUse the on-disk permission bits, if present. If a file ordirectory is not recorded with permissions bits, the 0666default is used..IP \fBnoversion\fRIf a file recorded on an ISO 9660 formatted file system containsa version string, strip off the ';#' extension. This option shouldbe used in conjunction with mounting a CD-ROM containing MS-DOSapplications..PPThe option for.PN umountis:.IP \fB\-v\fRTells what did or did not happen.(Verbose flag).SH Restrictions.NXR "mount command (CDFS)" "restricted"If mounting of an ISO 9660 or HSG volume fails with.EX 0cdfs_mount: Operation Not Supported.EErefer to the .MS cdfs 5cdfsreference page for details pertaining tothe correct system configuration file options which must existprior to using the CDFS..PPIf the directory on which a file system is to be mounted is asymbolic link,the file system is mounted on the directory to which the symbolic link refers,rather than being mounted on top of the symbolic link itself..SH Examples.NXR "mount command (CDFS)".\" The.\" .PN cdfs_mount.\" is not the suggested interface.The.PN mountcommand invokes.PN cdfs_mountto do its work.A sample.PN mountcommand is:.EX 0# mount \-t cdfs \-o pgthresh=100 /dev/rz3c /cdrom.EE.\" This would be translated to \fBcdfs_mount\fP as:.\" .EX 0.\" cdfs_mount \-o pgthresh=100 /dev/rz3c /cdrom.\" .EETo mount the ISO 9660 formatted file system on the block device.PN /dev/rz3conto the local directory.PN /cdfswith the file version strings stripped,type:.EX 0# mount \-t cdfs \-o noversion /dev/rz3c /cdfs.EE.\" The.\" .PN cdfs_umount.\" is not the suggested interface..\" The .\" .PN umount .\" command invokes.\" .PN cdfs_umount.\" to do its work..SH Files.TP 15.PN /etc/fstabFile system information file.TP.PN /etc/cdfs_mountCDFS-specific mount program.SH See Alsogetmnt(2), mount(2), fstab(5), mount(8), umount(8), cdfs(5cdfs)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -