summaryrefslogtreecommitdiffstats
path: root/mount/mount.8
diff options
context:
space:
mode:
authorKarel Zak2006-12-07 00:27:22 +0100
committerKarel Zak2006-12-07 00:27:22 +0100
commita120aaa70d185ab784e0091c2f699d3a47f45e63 (patch)
treee3b326ff58d3e84d400fa0f3ce982c911f6bec96 /mount/mount.8
parentImported from util-linux-2.13-pre6 tarball. (diff)
downloadkernel-qcow2-util-linux-a120aaa70d185ab784e0091c2f699d3a47f45e63.tar.gz
kernel-qcow2-util-linux-a120aaa70d185ab784e0091c2f699d3a47f45e63.tar.xz
kernel-qcow2-util-linux-a120aaa70d185ab784e0091c2f699d3a47f45e63.zip
Imported from util-linux-2.13-pre7 tarball.
Diffstat (limited to 'mount/mount.8')
-rw-r--r--mount/mount.810
1 files changed, 8 insertions, 2 deletions
diff --git a/mount/mount.8 b/mount/mount.8
index 4b226df88..21d9245a3 100644
--- a/mount/mount.8
+++ b/mount/mount.8
@@ -367,6 +367,7 @@ currently supported include:
.IR adfs ,
.IR affs ,
.IR autofs ,
+.IR cifs ,
.IR coda ,
.IR coherent ,
.IR cramfs ,
@@ -421,8 +422,8 @@ For most types all the
program has to do is issue a simple
.IR mount (2)
system call, and no detailed knowledge of the filesystem type is required.
-For a few types however (like nfs, smbfs, ncpfs) ad hoc code is
-necessary. The nfs ad hoc code is built in, but smbfs and ncpfs
+For a few types however (like nfs, cifs, smbfs, ncpfs) ad hoc code is
+necessary. The nfs ad hoc code is built in, but cifs, smbfs, and ncpfs
have a separate mount program. In order to make it possible to
treat all types in a uniform way, mount will execute the program
.I /sbin/mount.TYPE
@@ -738,6 +739,11 @@ These options are accepted but ignored.
(However, quota utilities may react to such strings in
.IR /etc/fstab .)
+.SH "Mount options for cifs"
+See the options section of the
+.BR mount.cifs (8)
+man page (cifs-mount package must be installed).
+
.SH "Mount options for coherent"
None.