summaryrefslogtreecommitdiff
path: root/mount.cifs.rst
diff options
context:
space:
mode:
authorKenneth D'souza <kdsouza@redhat.com>2019-11-13 22:31:26 +0530
committerPavel Shilovsky <pshilov@microsoft.com>2019-12-12 15:53:49 -0800
commit67b0fe316b39ef7f6b24422f2e3dc792c117b3fe (patch)
treec79ca8c878b5a5b8a1021b375cd377e5f0a18dce /mount.cifs.rst
parent74a1ced5f706ea6a9cab885693c7755657b81a2a (diff)
downloadcifs-utils-67b0fe316b39ef7f6b24422f2e3dc792c117b3fe.tar.gz
cifs-utils-67b0fe316b39ef7f6b24422f2e3dc792c117b3fe.tar.bz2
cifs-utils-67b0fe316b39ef7f6b24422f2e3dc792c117b3fe.zip
Add support for smb3 alias/fstype in mount.cifs.c
As we will slowly move towards smb3 filesystem, supporting through "mount -t smb3" is important. Signed-off-by: Kenneth D'souza <kdsouza@redhat.com>
Diffstat (limited to 'mount.cifs.rst')
-rw-r--r--mount.cifs.rst12
1 files changed, 9 insertions, 3 deletions
diff --git a/mount.cifs.rst b/mount.cifs.rst
index 29e2f35..354269b 100644
--- a/mount.cifs.rst
+++ b/mount.cifs.rst
@@ -1,6 +1,6 @@
-==========
-mount.cifs
-==========
+=====================
+mount.cifs mount.smb3
+=====================
--------------------------------------------------
mount using the Common Internet File System (CIFS)
@@ -23,6 +23,12 @@ protocol and is supported by most Windows servers, Azure (cloud storage),
Macs and many other commercial servers and Network Attached Storage
appliances as well as by the popular Open Source server Samba.
+``mount.smb3`` mounts only SMB3 filesystem. It is usually invoked
+indirectly by the mount(8) command when using the "-t smb3" option.
+The ``smb3`` filesystem type was added in kernel-4.18 and above.
+It works in a similar fashion as mount.cifs except it passes filesystem
+type as smb3.
+
The mount.cifs utility attaches the UNC name (exported network
resource) specified as service (using ``//server/share`` syntax, where
"server" is the server name or IP address and "share" is the name of