1MOUNT.CIFS(MOUNT.SMB3) MOUNT.CIFS(MOUNT.SMB3)
2
3
4
6 mount.cifs mount.smb3 - mount using the Common Internet File System
7 (CIFS)
8
10 mount.cifs {service} {mount-point} [-o options]
11
12 This tool is part of the cifs-utils suite.
13
14 mount.cifs mounts a CIFS or SMB3 filesystem from Linux. It is usually
15 invoked indirectly by the mount(8) command when using the "-t cifs"
16 option. This command only works in Linux, and the kernel must support
17 the cifs filesystem. The SMB3 protocol is the successor to the CIFS
18 (SMB) protocol and is supported by most Windows servers, Azure (cloud
19 storage), Macs and many other commercial servers and Network Attached
20 Storage appliances as well as by the popular Open Source server Samba.
21
22 mount.smb3 mounts only SMB3 filesystem. It is usually invoked indi‐
23 rectly by the mount(8) command when using the "-t smb3" option. The
24 smb3 filesystem type was added in kernel-4.18 and above. It works in a
25 similar fashion as mount.cifs except it passes filesystem type as smb3.
26
27 The mount.cifs utility attaches the UNC name (exported network
28 resource) specified as service (using //server/share syntax, where
29 "server" is the server name or IP address and "share" is the name of
30 the share) to the local directory mount-point.
31
32 Options to mount.cifs are specified as a comma-separated list of
33 key=value pairs. It is possible to send options other than those listed
34 here, assuming that the cifs filesystem kernel module (cifs.ko) sup‐
35 ports them. Unrecognized cifs mount options passed to the cifs vfs ker‐
36 nel code will be logged to the kernel log.
37
38 mount.cifs causes the cifs vfs to launch a thread named cifsd. After
39 mounting it keeps running until the mounted resource is unmounted (usu‐
40 ally via the umount utility).
41
42 mount.cifs -V command displays the version of cifs mount helper.
43
44 modinfo cifs command displays the version of cifs module.
45
47 username=arg|user=arg
48 specifies the username to connect as. If this is not given, then
49 the environment variable USER is used.
50
51 Earlier versions of mount.cifs also allowed one to specify the
52 username in a user%password or workgroup/user or work‐
53 group/user%password to allow the password and workgroup to be
54 specified as part of the username. Support for those alternate
55 username formats is now deprecated and should no longer be used.
56 Users should use the discrete password= and domain= to specify
57 those values. While some versions of the cifs kernel module
58 accept user= as an abbreviation for this option, its use can
59 confuse the standard mount program into thinking that this is a
60 non-superuser mount. It is therefore recommended to use the full
61 username= option name.
62
63 password=arg|pass=arg
64 specifies the CIFS password. If this option is not given then
65 the environment variable PASSWD is used. If the password is not
66 specified directly or indirectly via an argument to mount,
67 mount.cifs will prompt for a password, unless the guest option
68 is specified.
69
70 Note that a password which contains the delimiter character
71 (i.e. a comma ',') will fail to be parsed correctly on the com‐
72 mand line. However, the same password defined in the PASSWD
73 environment variable or via a credentials file (see below) or
74 entered at the password prompt will be read correctly.
75
76 credentials=filename|cred=filename
77 specifies a file that contains a username and/or password and
78 optionally the name of the workgroup. The format of the file is:
79
80 username=value
81 password=value
82 domain=value
83
84 This is preferred over having passwords in plaintext in a shared
85 file, such as /etc/fstab . Be sure to protect any credentials
86 file properly.
87
88 uid=arg
89 sets the uid that will own all files or directories on the
90 mounted filesystem when the server does not provide ownership
91 information. It may be specified as either a username or a
92 numeric uid. When not specified, the default is uid 0. The
93 mount.cifs helper must be at version 1.10 or higher to support
94 specifying the uid in non-numeric form. See the section on FILE
95 AND DIRECTORY OWNERSHIP AND PERMISSIONS below for more informa‐
96 tion.
97
98 forceuid
99 instructs the client to ignore any uid provided by the server
100 for files and directories and to always assign the owner to be
101 the value of the uid= option. See the section on FILE AND DIREC‐
102 TORY OWNERSHIP AND PERMISSIONS below for more information.
103
104 cruid=arg
105 sets the uid of the owner of the credentials cache. This is pri‐
106 marily useful with sec=krb5. The default is the real uid of the
107 process performing the mount. Setting this parameter directs the
108 upcall to look for a credentials cache owned by that user.
109
110 gid=arg
111 sets the gid that will own all files or directories on the
112 mounted filesystem when the server does not provide ownership
113 information. It may be specified as either a groupname or a
114 numeric gid. When not specified, the default is gid 0. The
115 mount.cifs helper must be at version 1.10 or higher to support
116 specifying the gid in non-numeric form. See the section on FILE
117 AND DIRECTORY OWNERSHIP AND PERMISSIONS below for more informa‐
118 tion.
119
120 forcegid
121 instructs the client to ignore any gid provided by the server
122 for files and directories and to always assign the owner to be
123 the value of the gid= option. See the section on FILE AND DIREC‐
124 TORY OWNERSHIP AND PERMISSIONS below for more information.
125
126 idsfromsid
127 Extract uid/gid from special SID instead of mapping it. See the
128 section on FILE AND DIRECTORY OWNERSHIP AND PERMISSIONS below
129 for more information.
130
131 port=arg
132 sets the port number on which the client will attempt to contact
133 the CIFS server. If this value is specified, look for an exist‐
134 ing connection with this port, and use that if one exists. If
135 one doesn't exist, try to create a new connection on that port.
136 If that connection fails, return an error. If this value isn't
137 specified, look for an existing connection on port 445 or 139.
138 If no such connection exists, try to connect on port 445 first
139 and then port 139 if that fails. Return an error if both fail.
140
141 netbiosname=arg
142 When mounting to servers via port 139, specifies the RFC1001
143 source name to use to represent the client netbios machine dur‐
144 ing the netbios session initialization.
145
146 servern=arg
147 Similar to netbiosname except it specifies the netbios name of
148 the server instead of the client. Although rarely needed for
149 mounting to newer servers, this option is needed for mounting to
150 some older servers (such as OS/2 or Windows 98 and Windows ME)
151 since when connecting over port 139 they, unlike most newer
152 servers, do not support a default server name. A server name can
153 be up to 15 characters long and is usually uppercased.
154
155 file_mode=arg
156 If the server does not support the CIFS Unix extensions this
157 overrides the default file mode.
158
159 dir_mode=arg
160 If the server does not support the CIFS Unix extensions this
161 overrides the default mode for directories.
162
163 ip=arg|addr=arg
164 sets the destination IP address. This option is set automati‐
165 cally if the server name portion of the requested UNC name can
166 be resolved so rarely needs to be specified by the user.
167
168 domain=arg|dom=arg|workgroup=arg
169 Sets the domain (workgroup) of the user. If no domains are
170 given, the empty domain will be used. Use domainauto to automat‐
171 ically guess the domain of the server you are connecting to.
172
173 domainauto
174 When using NTLM authentication and not providing a domain via
175 domain, guess the domain from the server NTLM challenge. This
176 behavior used to be the default on kernels older than 2.6.36.
177
178 guest don't prompt for a password.
179
180 iocharset
181 Charset used to convert local path names to and from Unicode.
182 Unicode is used by default for network path names if the server
183 supports it. If iocharset is not specified then the nls_default
184 specified during the local client kernel build will be used. If
185 server does not support Unicode, this parameter is unused.
186
187 ro mount read-only.
188
189 rw mount read-write.
190
191 setuids
192 If the CIFS Unix extensions are negotiated with the server the
193 client will attempt to set the effective uid and gid of the
194 local process on newly created files, directories, and devices
195 (create, mkdir, mknod). If the CIFS Unix Extensions are not
196 negotiated, for newly created files and directories instead of
197 using the default uid and gid specified on the the mount, cache
198 the new file's uid and gid locally which means that the uid for
199 the file can change when the inode is reloaded (or the user
200 remounts the share).
201
202 nosetuids
203 The client will not attempt to set the uid and gid on on newly
204 created files, directories, and devices (create, mkdir, mknod)
205 which will result in the server setting the uid and gid to the
206 default (usually the server uid of the user who mounted the
207 share). Letting the server (rather than the client) set the uid
208 and gid is the default. If the CIFS Unix Extensions are not
209 negotiated then the uid and gid for new files will appear to be
210 the uid (gid) of the mounter or the uid (gid) parameter speci‐
211 fied on the mount.
212
213 perm Client does permission checks (vfs_permission check of uid and
214 gid of the file against the mode and desired operation), Note
215 that this is in addition to the normal ACL check on the target
216 machine done by the server software. Client permission checking
217 is enabled by default.
218
219 noperm Client does not do permission checks. This can expose files on
220 this mount to access by other users on the local client system.
221 It is typically only needed when the server supports the CIFS
222 Unix Extensions but the UIDs/GIDs on the client and server sys‐
223 tem do not match closely enough to allow access by the user
224 doing the mount. Note that this does not affect the normal ACL
225 check on the target machine done by the server software (of the
226 server ACL against the user name provided at mount time).
227
228 dynperm
229 Instructs the server to maintain ownership and permissions in
230 memory that can't be stored on the server. This information can
231 disappear at any time (whenever the inode is flushed from the
232 cache), so while this may help make some applications work, it's
233 behavior is somewhat unreliable. See the section below on FILE
234 AND DIRECTORY OWNERSHIP AND PERMISSIONS for more information.
235
236 cache=arg
237 Cache mode. See the section below on CACHE COHERENCY for
238 details. Allowed values are:
239
240 · none - do not cache file data at all
241
242 · strict - follow the CIFS/SMB2 protocol strictly
243
244 · loose - allow loose caching semantics
245
246 The default in kernels prior to 3.7 was loose. As of kernel 3.7
247 the default is strict.
248
249 nostrictsync
250 Do not ask the server to flush on fsync(). Some servers perform
251 non-buffered writes by default in which case flushing is redun‐
252 dant. In workloads where a client is performing a lot of small
253 write + fsync combinations and where network latency is much
254 higher than the server latency, this brings a 2x performance
255 improvement. This option is also a good candidate in scenarios
256 where we want performance over consistency.
257
258 handlecache
259 (default) In SMB2 and above, the client often has to open the
260 root of the share (empty path) in various places during mount,
261 path revalidation and the statfs(2) system call. This option
262 cuts redundant round trip traffic (opens and closes) by simply
263 keeping the directory handle for the root around once opened.
264
265 nohandlecache
266 Disable caching of the share root directory handle.
267
268 handletimeout=arg
269 The time (in milliseconds) for which the server should reserve
270 the handle after a failover waiting for the client to reconnect.
271 When mounting with resilienthandles or persistenthandles mount
272 option, or when their use is requested by the server (continuous
273 availability shares) then this parameter overrides the server
274 default handle timeout (which for most servers is 120 seconds).
275
276 rwpidforward
277 Forward pid of a process who opened a file to any read or write
278 operation on that file. This prevent applications like wine(1)
279 from failing on read and write if we use mandatory brlock style.
280
281 mapchars
282 Translate six of the seven reserved characters (not backslash,
283 but including the colon, question mark, pipe, asterik, greater
284 than and less than characters) to the remap range (above
285 0xF000), which also allows the CIFS client to recognize files
286 created with such characters by Windows's Services for Mac. This
287 can also be useful when mounting to most versions of Samba
288 (which also forbids creating and opening files whose names con‐
289 tain any of these seven characters). This has no effect if the
290 server does not support Unicode on the wire. Please note that
291 the files created with mapchars mount option may not be accessi‐
292 ble if the share is mounted without that option.
293
294 nomapchars
295 (default) Do not translate any of these seven characters.
296
297 mapposix
298 Translate reserved characters similarly to mapchars but use the
299 mapping from Microsoft "Services For Unix".
300
301 intr currently unimplemented.
302
303 nointr (default) currently unimplemented.
304
305 hard The program accessing a file on the cifs mounted file system
306 will hang when the server crashes.
307
308 soft (default) The program accessing a file on the cifs mounted file
309 system will not hang when the server crashes and will return
310 errors to the user application.
311
312 noacl Do not allow POSIX ACL operations even if server would support
313 them.
314
315 The CIFS client can get and set POSIX ACLs (getfacl, setfacl) to
316 Samba servers version 3.0.10 and later. Setting POSIX ACLs
317 requires enabling both CIFS_XATTR and then CIFS_POSIX support in
318 the CIFS configuration options when building the cifs module.
319 POSIX ACL support can be disabled on a per mount basis by speci‐
320 fying noacl on mount.
321
322 cifsacl
323 This option is used to map CIFS/NTFS ACLs to/from Linux permis‐
324 sion bits, map SIDs to/from UIDs and GIDs, and get and set Secu‐
325 rity Descriptors.
326
327 See section on CIFS/NTFS ACL, SID/UID/GID MAPPING, SECURITY
328 DESCRIPTORS for more information.
329
330 backupuid=arg
331 File access by this user shall be done with the backup intent
332 flag set. Either a name or an id must be provided as an argu‐
333 ment, there are no default values.
334
335 See section ACCESSING FILES WITH BACKUP INTENT for more details.
336
337 backupgid=arg
338 File access by users who are members of this group shall be done
339 with the backup intent flag set. Either a name or an id must be
340 provided as an argument, there are no default values.
341
342 See section ACCESSING FILES WITH BACKUP INTENT for more details.
343
344 nocase Request case insensitive path name matching (case sensitive is
345 the default if the server supports it).
346
347 ignorecase
348 Synonym for nocase.
349
350 sec=arg
351 Security mode. Allowed values are:
352
353 · none - attempt to connection as a null user (no name)
354
355 · krb5 - Use Kerberos version 5 authentication
356
357 · krb5i - Use Kerberos authentication and forcibly enable packet
358 signing
359
360 · ntlm - Use NTLM password hashing
361
362 · ntlmi - Use NTLM password hashing and force packet signing
363
364 · ntlmv2 - Use NTLMv2 password hashing
365
366 · ntlmv2i - Use NTLMv2 password hashing and force packet signing
367
368 · ntlmssp - Use NTLMv2 password hashing encapsulated in Raw
369 NTLMSSP message
370
371 · ntlmsspi - Use NTLMv2 password hashing encapsulated in Raw
372 NTLMSSP message, and force packet signing
373
374 The default in mainline kernel versions prior to v3.8 was
375 sec=ntlm. In v3.8, the default was changed to sec=ntlmssp.
376
377 If the server requires signing during protocol negotiation, then
378 it may be enabled automatically. Packet signing may also be
379 enabled automatically if it's enabled in /proc/fs/cifs/Securi‐
380 tyFlags.
381
382 seal Request encryption at the SMB layer. The encryption algorithm
383 used is AES-128-CCM. Requires SMB3 or above (see vers).
384
385 rdma Connect directly to the server using SMB Direct via a RDMA
386 adapter. Requires SMB3 or above (see vers).
387
388 resilienthandles
389 Enable resilient handles. If the server supports it, keep opened
390 files across reconnections. Requires SMB2.1 (see vers).
391
392 noresilienthandles
393 (default) Disable resilient handles.
394
395 persistenthandles
396 Enable persistent handles. If the server supports it, keep
397 opened files across reconnections. Persistent handles are also
398 valid across servers in a cluster and have stronger guarantees
399 than resilient handles. Requires SMB3 or above (see vers).
400
401 nopersistenthandles
402 (default) Disable persistent handles.
403
404 snapshot=time
405 Mount a specific snapshot of the remote share. time must be a
406 positive integer identifying the snapshot requested (in
407 100-nanosecond units that have elapsed since January 1, 1601, or
408 alternatively it can be specified in GMT format e.g.
409 @GMT-2019.03.27-20.52.19). Supported in the Linux kernel start‐
410 ing from v4.19.
411
412 nobrl Do not send byte range lock requests to the server. This is nec‐
413 essary for certain applications that break with cifs style
414 mandatory byte range locks (and most cifs servers do not yet
415 support requesting advisory byte range locks).
416
417 forcemandatorylock
418 Do not use POSIX locks even when available via unix extensions.
419 Always use cifs style mandatory locks.
420
421 locallease
422 Check cached leases locally instead of querying the server.
423
424 sfu When the CIFS or SMB3 Unix Extensions are not negotiated,
425 attempt to create device files and fifos in a format compatible
426 with Services for Unix (SFU). In addition retrieve bits 10-12 of
427 the mode via the SETFILEBITS extended attribute (as SFU does).
428 In the future the bottom 9 bits of the mode mode also will be
429 emulated using queries of the security descriptor (ACL). [NB:
430 requires version 1.39 or later of the CIFS VFS. To recognize
431 symlinks and be able to create symlinks in an SFU interoperable
432 form requires version 1.40 or later of the CIFS VFS kernel mod‐
433 ule.
434
435 mfsymlinks
436 Enable support for Minshall+French symlinks (see
437 http://wiki.samba.org/index.php/UNIX_Extensions#Minshall.2BFrench_symlinks).
438 This option is ignored when specified together with the sfu
439 option. Minshall+French symlinks are used even if the server
440 supports the CIFS Unix Extensions.
441
442 echo_interval=n
443 sets the interval at which echo requests are sent to the server
444 on an idling connection. This setting also affects the time
445 required for a connection to an unresponsive server to timeout.
446 Here n is the echo interval in seconds. The reconnection happens
447 at twice the value of the echo_interval set for an unresponsive
448 server. If this option is not given then the default value of
449 60 seconds is used. The minimum tunable value is 1 second and
450 maximum can go up to 600 seconds.
451
452 serverino
453 Use inode numbers (unique persistent file identifiers) returned
454 by the server instead of automatically generating temporary
455 inode numbers on the client. Although server inode numbers make
456 it easier to spot hardlinked files (as they will have the same
457 inode numbers) and inode numbers may be persistent (which is
458 useful for some software), the server does not guarantee that
459 the inode numbers are unique if multiple server side mounts are
460 exported under a single share (since inode numbers on the
461 servers might not be unique if multiple filesystems are mounted
462 under the same shared higher level directory). Note that not all
463 servers support returning server inode numbers, although those
464 that support the CIFS Unix Extensions, and Windows 2000 and
465 later servers typically do support this (although not necessar‐
466 ily on every local server filesystem). Parameter has no effect
467 if the server lacks support for returning inode numbers or
468 equivalent. This behavior is enabled by default.
469
470 noserverino
471 Client generates inode numbers itself rather than using the
472 actual ones from the server.
473
474 See section INODE NUMBERS for more information.
475
476 posix|unix|linux
477 (default) Enable Unix Extensions for this mount. Requires CIFS
478 (vers=1.0) or SMB3.1.1 (vers=3.1.1) and a server supporting
479 them.
480
481 noposix|nounix|nolinux
482 Disable the Unix Extensions for this mount. This can be useful
483 in order to turn off multiple settings at once. This includes
484 POSIX acls, POSIX locks, POSIX paths, symlink support and
485 retrieving uids/gids/mode from the server. This can also be use‐
486 ful to work around a bug in a server that supports Unix Exten‐
487 sions.
488
489 See section INODE NUMBERS for more information.
490
491 nouser_xattr
492 Do not allow getfattr/setfattr to get/set xattrs, even if server
493 would support it otherwise. The default is for xattr support to
494 be enabled.
495
496 nodfs Do not follow Distributed FileSystem referrals. IO on a file not
497 stored on the server will fail instead of connecting to the tar‐
498 get server transparently.
499
500 noautotune
501 Use fixed size for kernel recv/send socket buffers.
502
503 nosharesock
504 Do not try to reuse sockets if the system is already connected
505 to the server via an existing mount point. This will make the
506 client always make a new connection to the server no matter what
507 he is already connected to. This can be useful in simulating
508 multiple clients connecting to the same server, as each mount
509 point will use a different TCP socket.
510
511 noblocksend
512 Send data on the socket using non blocking operations (MSG_DONT‐
513 WAIT flag).
514
515 rsize=bytes
516 Maximum amount of data that the kernel will request in a read
517 request in bytes. Maximum size that servers will accept is typi‐
518 cally 8MB for SMB3 or later dialects. Default requested during
519 mount is 4MB. Prior to the 4.20 kernel the default requested was
520 1MB. Prior to the SMB2.1 dialect the maximum was usually 64K.
521
522 wsize=bytes
523 Maximum amount of data that the kernel will send in a write
524 request in bytes. Maximum size that servers will accept is typi‐
525 cally 8MB for SMB3 or later dialects. Default requested during
526 mount is 4MB. Prior to the 4.20 kernel the default requested was
527 1MB. Prior to the SMB2.1 dialect the maximum was usually 64K.
528
529 bsize=bytes
530 Override the default blocksize (1MB) reported on SMB3 files
531 (requires kernel version of 5.1 or later). Prior to kernel ver‐
532 sion 5.1, the blocksize was always reported as 16K instead of
533 1MB (and was not configurable) which can hurt the performance of
534 tools like cp and scp (especially for uncached I/O) which decide
535 on the read and write size to use for file copies based on the
536 inode blocksize. bsize may not be less than 16K or greater than
537 16M.
538
539 max_credits=n
540 Maximum credits the SMB2 client can have. Default is 32000. Must
541 be set to a number between 20 and 60000.
542
543 fsc Enable local disk caching using FS-Cache for CIFS. This option
544 could be useful to improve performance on a slow link, heavily
545 loaded server and/or network where reading from the disk is
546 faster than reading from the server (over the network). This
547 could also impact the scalability positively as the number of
548 calls to the server are reduced. But, be warned that local
549 caching is not suitable for all workloads, for e.g., read-once
550 type workloads. So, you need to consider carefully the situa‐
551 tion/workload before using this option. Currently, local disk
552 caching is enabled for CIFS files opened as read-only.
553
554 NOTE: This feature is available only in the recent kernels that
555 have been built with the kernel config option CON‐
556 FIG_CIFS_FSCACHE. You also need to have cachefilesd daemon
557 installed and running to make the cache operational.
558
559 multiuser
560 Map user accesses to individual credentials when accessing the
561 server. By default, CIFS mounts only use a single set of user
562 credentials (the mount credentials) when accessing a share. With
563 this option, the client instead creates a new session with the
564 server using the user's credentials whenever a new user accesses
565 the mount. Further accesses by that user will also use those
566 credentials. Because the kernel cannot prompt for passwords,
567 multiuser mounts are limited to mounts using sec= options that
568 don't require passwords.
569
570 With this change, it's feasible for the server to handle permis‐
571 sions enforcement, so this option also implies noperm . Further‐
572 more, when unix extensions aren't in use and the administrator
573 has not overridden ownership using the uid= or gid= options,
574 ownership of files is presented as the current user accessing
575 the share.
576
577 actimeo=arg
578 The time (in seconds) that the CIFS client caches attributes of
579 a file or directory before it requests attribute information
580 from a server. During this period the changes that occur on the
581 server remain undetected until the client checks the server
582 again.
583
584 By default, the attribute cache timeout is set to 1 second. This
585 means more frequent on-the-wire calls to the server to check
586 whether attributes have changed which could impact performance.
587 With this option users can make a tradeoff between performance
588 and cache metadata correctness, depending on workload needs.
589 Shorter timeouts mean better cache coherency, but frequent
590 increased number of calls to the server. Longer timeouts mean a
591 reduced number of calls to the server but looser cache
592 coherency. The actimeo value is a positive integer that can hold
593 values between 0 and a maximum value of 2^30 * HZ (frequency of
594 timer interrupt) setting.
595
596 noposixpaths
597 If unix extensions are enabled on a share, then the client will
598 typically allow filenames to include any character besides '/'
599 in a pathname component, and will use forward slashes as a path‐
600 name delimiter. This option prevents the client from attempting
601 to negotiate the use of posix-style pathnames to the server.
602
603 posixpaths
604 Inverse of noposixpaths .
605
606 vers=arg
607 SMB protocol version. Allowed values are:
608
609 · 1.0 - The classic CIFS/SMBv1 protocol.
610
611 · 2.0 - The SMBv2.002 protocol. This was initially introduced in
612 Windows Vista Service Pack 1, and Windows Server 2008. Note
613 that the initial release version of Windows Vista spoke a
614 slightly different dialect (2.000) that is not supported.
615
616 · 2.1 - The SMBv2.1 protocol that was introduced in Microsoft
617 Windows 7 and Windows Server 2008R2.
618
619 · 3.0 - The SMBv3.0 protocol that was introduced in Microsoft
620 Windows 8 and Windows Server 2012.
621
622 · 3.02 or 3.0.2 - The SMBv3.0.2 protocol that was introduced in
623 Microsoft Windows 8.1 and Windows Server 2012R2.
624
625 · 3.1.1 or 3.11 - The SMBv3.1.1 protocol that was introduced in
626 Microsoft Windows 10 and Windows Server 2016.
627
628 · 3 - The SMBv3.0 protocol version and above.
629
630 · default - Tries to negotiate the highest SMB2+ version sup‐
631 ported by both the client and server.
632
633 If no dialect is specified on mount vers=default is used. To
634 check Dialect refer to /proc/fs/cifs/DebugData
635
636 Note too that while this option governs the protocol version
637 used, not all features of each version are available.
638
639 The default since v4.13.5 is for the client and server to nego‐
640 tiate the highest possible version greater than or equal to 2.1.
641 In kernels prior to v4.13, the default was 1.0. For kernels
642 between v4.13 and v4.13.5 the default is 3.0.
643
644 --verbose
645 Print additional debugging information for the mount. Note that
646 this parameter must be specified before the -o . For example:
647
648 mount -t cifs //server/share /mnt --verbose -o user=username
649
651 It's generally preferred to use forward slashes (/) as a delimiter in
652 service names. They are considered to be the "universal delimiter"
653 since they are generally not allowed to be embedded within path compo‐
654 nents on Windows machines and the client can convert them to back‐
655 slashes (\) unconditionally. Conversely, backslash characters are
656 allowed by POSIX to be part of a path component, and can't be automati‐
657 cally converted in the same way.
658
659 mount.cifs will attempt to convert backslashes to forward slashes where
660 it's able to do so, but it cannot do so in any path component following
661 the sharename.
662
664 When Unix Extensions are enabled, we use the actual inode number pro‐
665 vided by the server in response to the POSIX calls as an inode number.
666
667 When Unix Extensions are disabled and serverino mount option is enabled
668 there is no way to get the server inode number. The client typically
669 maps the server-assigned UniqueID onto an inode number.
670
671 Note that the UniqueID is a different value from the server inode num‐
672 ber. The UniqueID value is unique over the scope of the entire server
673 and is often greater than 2 power 32. This value often makes programs
674 that are not compiled with LFS (Large File Support), to trigger a glibc
675 EOVERFLOW error as this won't fit in the target structure field. It is
676 strongly recommended to compile your programs with LFS support (i.e.
677 with -D_FILE_OFFSET_BITS=64) to prevent this problem. You can also use
678 noserverino mount option to generate inode numbers smaller than 2 power
679 32 on the client. But you may not be able to detect hardlinks properly.
680
682 With a network filesystem such as CIFS or NFS, the client must contend
683 with the fact that activity on other clients or the server could change
684 the contents or attributes of a file without the client being aware of
685 it. One way to deal with such a problem is to mandate that all file
686 accesses go to the server directly. This is performance prohibitive
687 however, so most protocols have some mechanism to allow the client to
688 cache data locally.
689
690 The CIFS protocol mandates (in effect) that the client should not cache
691 file data unless it holds an opportunistic lock (aka oplock) or a
692 lease. Both of these entities allow the client to guarantee certain
693 types of exclusive access to a file so that it can access its contents
694 without needing to continually interact with the server. The server
695 will call back the client when it needs to revoke either of them and
696 allow the client a certain amount of time to flush any cached data.
697
698 The cifs client uses the kernel's pagecache to cache file data. Any I/O
699 that's done through the pagecache is generally page-aligned. This can
700 be problematic when combined with byte-range locks as Windows' locking
701 is mandatory and can block reads and writes from occurring.
702
703 cache=none means that the client never utilizes the cache for normal
704 reads and writes. It always accesses the server directly to satisfy a
705 read or write request.
706
707 cache=strict means that the client will attempt to follow the CIFS/SMB2
708 protocol strictly. That is, the cache is only trusted when the client
709 holds an oplock. When the client does not hold an oplock, then the
710 client bypasses the cache and accesses the server directly to satisfy a
711 read or write request. By doing this, the client avoids problems with
712 byte range locks. Additionally, byte range locks are cached on the
713 client when it holds an oplock and are "pushed" to the server when that
714 oplock is recalled.
715
716 cache=loose allows the client to use looser protocol semantics which
717 can sometimes provide better performance at the expense of cache
718 coherency. File access always involves the pagecache. When an oplock or
719 lease is not held, then the client will attempt to flush the cache soon
720 after a write to a file. Note that that flush does not necessarily
721 occur before a write system call returns.
722
723 In the case of a read without holding an oplock, the client will
724 attempt to periodically check the attributes of the file in order to
725 ascertain whether it has changed and the cache might no longer be
726 valid. This mechanism is much like the one that NFSv2/3 use for cache
727 coherency, but it particularly problematic with CIFS. Windows is quite
728 "lazy" with respect to updating the LastWriteTime field that the client
729 uses to verify this. The effect is that cache=loose can cause data cor‐
730 ruption when multiple readers and writers are working on the same
731 files.
732
733 Because of this, when multiple clients are accessing the same set of
734 files, then cache=strict is recommended. That helps eliminate problems
735 with cache coherency by following the CIFS/SMB2 protocols more
736 strictly.
737
738 Note too that no matter what caching model is used, the client will
739 always use the pagecache to handle mmap'ed files. Writes to mmap'ed
740 files are only guaranteed to be flushed to the server when msync() is
741 called, or on close().
742
743 The default in kernels prior to 3.7 was loose. As of 3.7, the default
744 is strict.
745
747 This option is used to work with file objects which posses Security
748 Descriptors and CIFS/NTFS ACL instead of UID, GID, file permission
749 bits, and POSIX ACL as user authentication model. This is the most com‐
750 mon authentication model for CIFS servers and is the one used by Win‐
751 dows.
752
753 Support for this requires both CIFS_XATTR and CIFS_ACL support in the
754 CIFS configuration options when building the cifs module.
755
756 A CIFS/NTFS ACL is mapped to file permission bits using an algorithm
757 specified in the following Microsoft TechNet document:
758
759 http://technet.microsoft.com/en-us/library/bb463216.aspx
760
761 In order to map SIDs to/from UIDs and GIDs, the following is required:
762
763 · a kernel upcall to the cifs.idmap utility set up via
764 request-key.conf(5)
765
766 · winbind support configured via nsswitch.conf(5) and smb.conf(5)
767
768 Please refer to the respective manpages of cifs.idmap(8) and win‐
769 bindd(8) for more information.
770
771 Security descriptors for a file object can be retrieved and set
772 directly using extended attribute named system.cifs_acl. The security
773 descriptors presented via this interface are "raw" blobs of data and
774 need a userspace utility to either parse and format or to assemble it
775 such as getcifsacl(1) and setcifsacl(1) respectively.
776
777 Some of the things to consider while using this mount option:
778
779 · There may be an increased latency when handling metadata due to addi‐
780 tional requests to get and set security descriptors.
781
782 · The mapping between a CIFS/NTFS ACL and POSIX file permission bits is
783 imperfect and some ACL information may be lost in the translation.
784
785 · If either upcall to cifs.idmap is not setup correctly or winbind is
786 not configured and running, ID mapping will fail. In that case uid
787 and gid will default to either to those values of the share or to the
788 values of uid and/or gid mount options if specified.
789
791 For an user on the server, desired access to a file is determined by
792 the permissions and rights associated with that file. This is typically
793 accomplished using ownership and ACL. For a user who does not have
794 access rights to a file, it is still possible to access that file for a
795 specific or a targeted purpose by granting special rights. One of the
796 specific purposes is to access a file with the intent to either backup
797 or restore i.e. backup intent. The right to access a file with the
798 backup intent can typically be granted by making that user a part of
799 the built-in group Backup Operators. Thus, when this user attempts to
800 open a file with the backup intent, open request is sent by setting the
801 bit FILE_OPEN_FOR_BACKUP_INTENT as one of the CreateOptions.
802
803 As an example, on a Windows server, a user named testuser, cannot open
804 this file with such a security descriptor:
805
806 REVISION:0x1
807 CONTROL:0x9404
808 OWNER:Administrator
809 GROUP:Domain Users
810 ACL:Administrator:ALLOWED/0x0/FULL
811
812 But the user testuser, if it becomes part of the Backup Operators
813 group, can open the file with the backup intent.
814
815 Any user on the client side who can authenticate as such a user on the
816 server, can access the files with the backup intent. But it is desir‐
817 able and preferable for security reasons amongst many, to restrict this
818 special right.
819
820 The mount option backupuid is used to restrict this special right to a
821 user which is specified by either a name or an id. The mount option
822 backupgid is used to restrict this special right to the users in a
823 group which is specified by either a name or an id. Only users matching
824 either backupuid or backupgid shall attempt to access files with backup
825 intent. These two mount options can be used together.
826
828 The core CIFS protocol does not provide unix ownership information or
829 mode for files and directories. Because of this, files and directories
830 will generally appear to be owned by whatever values the uid= or gid=
831 options are set, and will have permissions set to the default file_mode
832 and dir_mode for the mount. Attempting to change these values via
833 chmod/chown will return success but have no effect.
834
835 When the client and server negotiate unix extensions, files and direc‐
836 tories will be assigned the uid, gid, and mode provided by the server.
837 Because CIFS mounts are generally single-user, and the same credentials
838 are used no matter what user accesses the mount, newly created files
839 and directories will generally be given ownership corresponding to
840 whatever credentials were used to mount the share.
841
842 If the uid's and gid's being used do not match on the client and
843 server, the forceuid and forcegid options may be helpful. Note however,
844 that there is no corresponding option to override the mode. Permissions
845 assigned to a file when forceuid or forcegid are in effect may not
846 reflect the the real permissions.
847
848 When unix extensions are not negotiated, it's also possible to emulate
849 them locally on the server using the dynperm mount option. When this
850 mount option is in effect, newly created files and directories will
851 receive what appear to be proper permissions. These permissions are not
852 stored on the server however and can disappear at any time in the
853 future (subject to the whims of the kernel flushing out the inode
854 cache). In general, this mount option is discouraged.
855
856 It's also possible to override permission checking on the client alto‐
857 gether via the noperm option. Server-side permission checks cannot be
858 overridden. The permission checks done by the server will always corre‐
859 spond to the credentials used to mount the share, and not necessarily
860 to the user who is accessing the share.
861
863 The variable USER may contain the username of the person to be used to
864 authenticate to the server. The variable can be used to set both user‐
865 name and password by using the format username%password.
866
867 The variable PASSWD may contain the password of the person using the
868 client.
869
870 The variable PASSWD_FILE may contain the pathname of a file to read the
871 password from. A single line of input is read and used as the password.
872
874 This command may be used only by root, unless installed setuid, in
875 which case the noexec and nosuid mount flags are enabled. When
876 installed as a setuid program, the program follows the conventions set
877 forth by the mount program for user mounts, with the added restriction
878 that users must be able to chdir() into the mountpoint prior to the
879 mount in order to be able to mount onto it.
880
881 Some samba client tools like smbclient(8) honour client-side configura‐
882 tion parameters present in smb.conf. Unlike those client tools,
883 mount.cifs ignores smb.conf completely.
884
886 The primary mechanism for making configuration changes and for reading
887 debug information for the cifs vfs is via the Linux /proc filesystem.
888 In the directory /proc/fs/cifs are various configuration files and
889 pseudo files which can display debug information and performance sta‐
890 tistics. There are additional startup options such as maximum buffer
891 size and number of buffers which only may be set when the kernel cifs
892 vfs (cifs.ko module) is loaded. These can be seen by running the mod‐
893 info utility against the file cifs.ko which will list the options that
894 may be passed to cifs during module installation (device driver load).
895 For more information see the kernel file fs/cifs/README. When configur‐
896 ing dynamic tracing (trace-cmd) note that the list of SMB3 events which
897 can be enabled can be seen at: /sys/kernel/debug/tracing/events/cifs/.
898
900 The use of SMB2.1 or later (including the latest dialect SMB3.1.1) is
901 recommended for improved security and SMB1 is no longer requested by
902 default at mount time. Old dialects such as CIFS (SMB1, ie vers=1.0)
903 have much weaker security. Use of CIFS (SMB1) can be disabled by mod‐
904 probe cifs disable_legacy_dialects=y.
905
907 Mounting using the CIFS URL specification is currently not supported.
908
909 The credentials file does not handle usernames or passwords with lead‐
910 ing space.
911
912 Note that the typical response to a bug report is a suggestion to try
913 the latest version first. So please try doing that first, and always
914 include which versions you use of relevant software when reporting bugs
915 (minimum: mount.cifs (try mount.cifs -V), kernel (see /proc/version)
916 and server type you are trying to contact.
917
919 This man page is correct for version 2.18 of the cifs vfs filesystem
920 (roughly Linux kernel 5.0).
921
923 cifs.upcall(8), getcifsacl(1), setcifsacl(1)
924
925 Documentation/filesystems/cifs.txt and fs/cifs/README in the Linux ker‐
926 nel source tree may contain additional options and information.
927
929 Steve French
930
931 The maintainer of the Linux cifs vfs is Steve French. The maintainer of
932 the cifs-utils suite of user space tools is Pavel Shilovsky. The Linux
933 CIFS Mailing list is the preferred place to ask questions regarding
934 these programs.
935
936
937
938
939 8 MOUNT.CIFS(MOUNT.SMB3)