cifs.txt 1.5 KB

12345678910111213141516171819202122232425262728293031
  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
  3. (SMB) protocol, the native file sharing mechanism for most early
  4. PC operating systems. New and improved versions of CIFS are now
  5. called SMB2 and SMB3. These dialects are also supported by the
  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
  9. server support for Linux and many other operating systems), so
  10. this network filesystem client can mount to a wide variety of
  11. servers.
  12. The intent of this module is to provide the most advanced network
  13. file system function for CIFS compliant servers, including better
  14. POSIX compliance, secure per-user session establishment, high
  15. performance safe distributed caching (oplock), optional packet
  16. signing, large files, Unicode support and other internationalization
  17. improvements. Since both Samba server and this filesystem client support
  18. the CIFS Unix extensions, the combination can provide a reasonable
  19. alternative to NFSv4 for fileserving in some Linux to Linux environments,
  20. not just in Linux to Windows environments.
  21. This filesystem has an mount utility (mount.cifs) that can be obtained from
  22. https://ftp.samba.org/pub/linux-cifs/cifs-utils/
  23. It must be installed in the directory with the other mount helpers.
  24. For more information on the module see the project wiki page at
  25. https://wiki.samba.org/index.php/LinuxCIFS_utils