• Home
  • Raw
  • Download

Lines Matching full:mount

47 If you do not have the utility mount.cifs (in the Samba 4.x source tree and on
48 the CIFS VFS web site) copy it to the same directory in which mount helpers
50 required, mount.cifs is recommended. Most distros include a "cifs-utils"
55 domain to the proper network user. The mount.cifs mount helper can be
68 the new default. To use old dialects (e.g. to mount Windows XP) use "vers=1.0"
69 on mount (or vers=2.0 for Windows Vista). Note that the CIFS (vers=1.0) is
73 There are additional mount options that may be helpful for SMB3 to get
79 To permit users to mount and unmount over directories they own is possible
80 with the cifs vfs. A way to enable such mounting is to mark the mount.cifs
81 utility as suid (e.g. "chmod +s /sbin/mount.cifs). To enable users to
82 umount shares they mount requires
83 1) mount.cifs version 1.4 or later
88 Note that when the mount.cifs utility is run suid (allowing user mounts),
89 in order to reduce risks, the "nosuid" mount flag is passed in on mount to
91 When mount is executed as root, nosuid is not passed in by default,
94 by simply specifying "nosuid" among the mount options. For user mounts
95 though to be able to pass the suid flag to mount requires rebuilding
96 mount.cifs with the following flag: CIFS_ALLOW_USR_SUID
99 later source tree in docs/manpages/mount.cifs.8
108 helper). As with mount.cifs, to enable user unmounts umount.cifs must be marked
112 must be a cifs mount, and the uid of the current user must match the uid
116 (instead of using mount.cifs and unmount.cifs as suid) to add a line
117 to the file /etc/fstab for each //server/share you wish to mount, but
118 this can become unwieldy when potential mount targets include many
150 disabled on a per-mount basis by specifying "nouser_xattr" on mount.
155 module. POSIX ACL support can be disabled on a per mount basic by specifying
156 "noacl" on mount.
168 (the few optional settings are passed in on mount via -o parameters instead).
188 (cifs.ko), you can use mount syntax like the following to access Samba or
191 mount -t cifs //9.53.216.11/e$ /mnt -o username=myname,password=mypassword
193 Before -o the option -v may be specified to make the mount.cifs
194 mount helper display the mount steps more verbosely.
202 Other cifs mount options are described below. Use of TCP names (in addition to
203 ip addresses) is available if the mount helper (mount.cifs) is installed. If
206 of the standard mount options "noexec" and "nosuid" to reduce the risk of
211 not possible in mount.cifs yet, it is possible to use an alternate format
212 for the server and sharename (which is somewhat similar to NFS style mount
214 mount -t cifs tcp_name_of_server:share_name /mnt -o user=myname,pass=mypasswd
216 When using the mount helper mount.cifs, passwords may be specified via alternate
220 of the mount options. Credential files contain two lines
228 If no password is provided, mount.cifs will prompt for password entry
245 /proc/fs/cifs/LinuxExtensionsEnabled). In addition the mount option
247 illegal Windows/NTFS/SMB characters to a remap range (this mount parm
251 CIFS VFS Mount Options
253 A partial list of the supported mount options follows:
256 password The user password. If the mount helper is
261 mount.
265 passed in on mount. For mounts to servers
274 and gid would not have to be specified on the mount.
278 who executed the mount (root, except when mount.cifs
280 (gid) mount option is specified. Also note that permission
292 the uid= option (on mount) will only be used if the server
348 rw mount the network share read-write (note that the
350 ro mount network share read-only
352 mount helper utility (not typically needed)
353 sep if first mount option (after the -o), overrides
354 the comma as the separator between the mount
361 when the cifs mount helper cifs.mount (version 1.1 or later)
366 If you do not trust the servers in your network (your mount
369 exec Permit execution of binaries on the mount.
370 noexec Do not permit execution of binaries on the mount.
371 dev Recognize block devices on the remote mount.
372 nodev Do not recognize devices on the remote mount.
377 the mount helper, mount.cifs. When mount.cifs is installed it
381 guest Although ignored by the kernel component, the mount.cifs
382 mount helper will not prompt the user for a password
383 if guest is specified on the mount options. If no
391 files on this mount to access by other users on the local
395 access by the user doing the mount, but it may be useful with
397 mode is specified on the mount but is not to be enforced on the
401 ACL against the user name provided at mount time).
413 this mount option will have no effect. Exporting cifs mounts
414 under nfsd requires this mount option on the cifs mount.
428 the mount, cache the new file's uid and gid locally which means
439 uid (gid) parameter specified on the mount.
443 direct Do not do inode data caching on files opened on this mount.
444 This precludes mmapping files on this mount. In some cases
464 noacl Do not allow setfacl and getfacl calls on this mount
483 (mount option "ignorecase" is identical to "nocase")
491 nounix Disable the CIFS Unix Extensions for this mount (tree
510 "forcemand" is accepted as a shorter form of this mount
512 nostrictsync If this mount option is set, when an application does an
522 crash. If this mount option is not set, by default cifs will
556 Note that this differs from the sign mount option in that it
568 the file will be from this client. Specifying this mount option
588 The mount.cifs mount helper also accepts a few mount options before -o
593 -V print mount.cifs version
675 to values supplied at mount (rather than the
695 Per share (per client mount) statistics are available in /proc/fs/cifs/Stats.