aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorBjörn Jacke <bj@sernet.de>2013-09-10 04:28:38 -0400
committerSteve French <smfrench@gmail.com>2013-09-13 17:29:58 -0400
commit81b66220a9ebea7dd1547388279ee1898d7fe0f9 (patch)
tree7a3cd28acecb00661f52e5d22d68920123b5ed2e /Documentation
parent466bd31bbda9e1dd2ace1d72c8de5045bf6f3bf6 (diff)
cifs: update cifs.txt and remove some outdated infos
Acked-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Björn JACKE <bj@sernet.de> Signed-off-by: Steve French <smfrench@gmail.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/filesystems/cifs/cifs.txt42
1 files changed, 11 insertions, 31 deletions
diff --git a/Documentation/filesystems/cifs/cifs.txt b/Documentation/filesystems/cifs/cifs.txt
index 49cc923a93e3..2fac91ac96cf 100644
--- a/Documentation/filesystems/cifs/cifs.txt
+++ b/Documentation/filesystems/cifs/cifs.txt
@@ -1,18 +1,14 @@
1 This is the client VFS module for the Common Internet File System 1 This is the client VFS module for the Common Internet File System
2 (CIFS) protocol which is the successor to the Server Message Block 2 (CIFS) protocol which is the successor to the Server Message Block
3 (SMB) protocol, the native file sharing mechanism for most early 3 (SMB) protocol, the native file sharing mechanism for most early
4 PC operating systems. CIFS is fully supported by current network 4 PC operating systems. New and improved versions of CIFS are now
5 file servers such as Windows 2000, Windows 2003 (including 5 called SMB2 and SMB3. These dialects are also supported by the
6 Windows XP) as well by Samba (which provides excellent CIFS 6 CIFS VFS module. CIFS is fully supported by network
7 file servers such as Windows 2000, 2003, 2008 and 2012
8 as well by Samba (which provides excellent CIFS
7 server support for Linux and many other operating systems), so 9 server support for Linux and many other operating systems), so
8 this network filesystem client can mount to a wide variety of 10 this network filesystem client can mount to a wide variety of
9 servers. The smbfs module should be used instead of this cifs module 11 servers.
10 for mounting to older SMB servers such as OS/2. The smbfs and cifs
11 modules can coexist and do not conflict. The CIFS VFS filesystem
12 module is designed to work well with servers that implement the
13 newer versions (dialects) of the SMB/CIFS protocol such as Samba,
14 the program written by Andrew Tridgell that turns any Unix host
15 into a SMB/CIFS file server.
16 12
17 The intent of this module is to provide the most advanced network 13 The intent of this module is to provide the most advanced network
18 file system function for CIFS compliant servers, including better 14 file system function for CIFS compliant servers, including better
@@ -24,28 +20,12 @@
24 alternative to NFSv4 for fileserving in some Linux to Linux environments, 20 alternative to NFSv4 for fileserving in some Linux to Linux environments,
25 not just in Linux to Windows environments. 21 not just in Linux to Windows environments.
26 22
27 This filesystem has an optional mount utility (mount.cifs) that can 23 This filesystem has an mount utility (mount.cifs) that can be obtained from
28 be obtained from the project page and installed in the path in the same
29 directory with the other mount helpers (such as mount.smbfs).
30 Mounting using the cifs filesystem without installing the mount helper
31 requires specifying the server's ip address.
32 24
33 For Linux 2.4: 25 https://ftp.samba.org/pub/linux-cifs/cifs-utils/
34 mount //anything/here /mnt_target -o
35 user=username,pass=password,unc=//ip_address_of_server/sharename
36 26
37 For Linux 2.5: 27 It must be installed in the directory with the other mount helpers.
38 mount //ip_address_of_server/sharename /mnt_target -o user=username, pass=password
39 28
29 For more information on the module see the project wiki page at
40 30
41 For more information on the module see the project page at 31 https://wiki.samba.org/index.php/LinuxCIFS_utils
42
43 http://us1.samba.org/samba/Linux_CIFS_client.html
44
45 For more information on CIFS see:
46
47 http://www.snia.org/tech_activities/CIFS
48
49 or the Samba site:
50
51 http://www.samba.org