Blame view

Documentation/filesystems/cifs/cifs.txt 1.53 KB
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1
2
3
    This is the client VFS module for the Common Internet File System
    (CIFS) protocol which is the successor to the Server Message Block 
    (SMB) protocol, the native file sharing mechanism for most early
81b66220a   Björn Jacke   cifs: update cifs...
4
5
6
7
8
    PC operating systems. New and improved versions of CIFS are now
    called SMB2 and SMB3. These dialects are also supported by the
    CIFS VFS module. CIFS is fully supported by network
    file servers such as Windows 2000, 2003, 2008 and 2012
    as well by Samba (which provides excellent CIFS
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
9
10
    server support for Linux and many other operating systems), so
    this network filesystem client can mount to a wide variety of
81b66220a   Björn Jacke   cifs: update cifs...
11
    servers.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
12
13
14
15
16
17
18
19
20
21
  
    The intent of this module is to provide the most advanced network
    file system function for CIFS compliant servers, including better
    POSIX compliance, secure per-user session establishment, high
    performance safe distributed caching (oplock), optional packet
    signing, large files, Unicode support and other internationalization
    improvements. Since both Samba server and this filesystem client support
    the CIFS Unix extensions, the combination can provide a reasonable 
    alternative to NFSv4 for fileserving in some Linux to Linux environments,
    not just in Linux to Windows environments.
81b66220a   Björn Jacke   cifs: update cifs...
22
    This filesystem has an mount utility (mount.cifs) that can be obtained from
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
23

81b66220a   Björn Jacke   cifs: update cifs...
24
        https://ftp.samba.org/pub/linux-cifs/cifs-utils/
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
25

81b66220a   Björn Jacke   cifs: update cifs...
26
    It must be installed in the directory with the other mount helpers.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
27

81b66220a   Björn Jacke   cifs: update cifs...
28
    For more information on the module see the project wiki page at
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
29

81b66220a   Björn Jacke   cifs: update cifs...
30
        https://wiki.samba.org/index.php/LinuxCIFS_utils