kfan / rpms / util-linux

Forked from rpms/util-linux 3 years ago
Clone
c832e53
--- util-linux-2.12a/mount/mount.8.cifs	2005-11-23 16:34:34.000000000 +0100
c832e53
+++ util-linux-2.12a/mount/mount.8	2005-11-23 16:38:37.000000000 +0100
c832e53
@@ -413,8 +413,8 @@
c832e53
 program has to do is issue a simple
c832e53
 .IR mount (2)
c832e53
 system call, and no detailed knowledge of the filesystem type is required.
c832e53
-For a few types however (like nfs, nfs4, smbfs, ncpfs) ad hoc code is
c832e53
-necessary. The nfs ad hoc code is built in, but smbfs and ncpfs
c832e53
+For a few types however (like nfs, nfs4, smbfs, ncpfs, cifs) ad hoc code is
c832e53
+necessary. The nfs ad hoc code is built in, but smbfs, ncpfs and cifs
c832e53
 have a separate mount program. In order to make it possible to
c832e53
 treat all types in a uniform way, mount will execute the program
c832e53
 .I /sbin/mount.TYPE
c832e53
@@ -720,6 +720,16 @@
c832e53
 (However, quota utilities may react to such strings in
c832e53
 .IR /etc/fstab .)
c832e53
 
c832e53
+.SH "Mount options for cifs"
c832e53
+Just like
c832e53
+.IR nfs " or " smbfs
c832e53
+implementation expects a binary argument 
c832e53
+to the mount system call. This argument is constructed by
c832e53
+.BR mount.cifs (8)
c832e53
+and the current version of
c832e53
+.B mount
c832e53
+(2.12) does not know anything about cifs.
c832e53
+
c832e53
 .SH "Mount options for coherent"
c832e53
 None.
c832e53