2019-07-31 17:08:51 -03:00
============
Introduction
============
2017-09-14 14:51:20 -05:00
This is the client VFS module for the SMB3 NAS protocol as well
2019-03-13 18:21:38 -05:00
as for older dialects such as the Common Internet File System (CIFS)
2017-09-14 14:51:20 -05:00
protocol which was the successor to the Server Message Block
2005-04-16 15:20:36 -07:00
(SMB) protocol, the native file sharing mechanism for most early
2013-09-10 10:28:38 +02:00
PC operating systems. New and improved versions of CIFS are now
2021-02-15 23:56:40 -06:00
called SMB2 and SMB3. Use of SMB3 (and later, including SMB3.1.1
the most current dialect) is strongly preferred over using older
dialects like CIFS due to security reasons. All modern dialects,
including the most recent, SMB3.1.1, are supported by the CIFS VFS
module. The SMB3 protocol is implemented and supported by all major
file servers such as Windows (including Windows 2019 Server), as
well as by Samba (which provides excellent CIFS/SMB2/SMB3 server
support and tools for Linux and many other operating systems).
Apple systems also support SMB3 well, as do most Network Attached
Storage vendors, so this network filesystem client can mount to a
wide variety of systems. It also supports mounting to the cloud
(for example Microsoft Azure), including the necessary security
features.
2005-04-16 15:20:36 -07:00
The intent of this module is to provide the most advanced network
2017-09-14 14:51:20 -05:00
file system function for SMB3 compliant servers, including advanced
security features, excellent parallelized high performance i/o, better
POSIX compliance, secure per-user session establishment, encryption,
high performance safe distributed caching (leases/oplocks), optional packet
2005-04-16 15:20:36 -07:00
signing, large files, Unicode support and other internationalization
2021-02-15 23:56:40 -06:00
improvements. Since both Samba server and this filesystem client support the
CIFS Unix extensions, and the Linux client also suppors SMB3 POSIX extensions,
2017-09-14 14:51:20 -05:00
the combination can provide a reasonable alternative to other network and
cluster file systems for fileserving in some Linux to Linux environments,
not just in Linux to Windows (or Linux to Mac) environments.
2005-04-16 15:20:36 -07:00
2019-03-13 18:21:38 -05:00
This filesystem has a mount utility (mount.cifs) and various user space
tools (including smbinfo and setcifsacl) that can be obtained from
2005-04-16 15:20:36 -07:00
2019-03-13 18:21:38 -05:00
https://git.samba.org/?p=cifs-utils.git
2019-07-31 17:08:51 -03:00
2019-03-13 18:21:38 -05:00
or
2019-07-31 17:08:51 -03:00
2019-03-13 18:21:38 -05:00
git://git.samba.org/cifs-utils.git
2005-04-16 15:20:36 -07:00
2019-03-13 18:21:38 -05:00
mount.cifs should be installed in the directory with the other mount helpers.
2005-04-16 15:20:36 -07:00
2013-09-10 10:28:38 +02:00
For more information on the module see the project wiki page at
2005-04-16 15:20:36 -07:00
2019-03-13 18:21:38 -05:00
https://wiki.samba.org/index.php/LinuxCIFS
2019-07-31 17:08:51 -03:00
2019-03-13 18:21:38 -05:00
and
2019-07-31 17:08:51 -03:00
2013-09-10 10:28:38 +02:00
https://wiki.samba.org/index.php/LinuxCIFS_utils