Lines Matching refs:mount

55 If you do not have the utility mount.cifs (in the Samba 4.x source tree and on
56 the CIFS VFS web site) copy it to the same directory in which mount helpers
58 required, mount.cifs is recommended. Most distros include a ``cifs-utils``
63 domain to the proper network user. The mount.cifs mount helper can be
79 the new default. To use old dialects (e.g. to mount Windows XP) use "vers=1.0"
80 on mount (or vers=2.0 for Windows Vista). Note that the CIFS (vers=1.0) is
84 There are additional mount options that may be helpful for SMB3 to get
92 To permit users to mount and unmount over directories they own is possible
93 with the cifs vfs. A way to enable such mounting is to mark the mount.cifs
94 utility as suid (e.g. ``chmod +s /sbin/mount.cifs``). To enable users to
95 umount shares they mount requires
97 1) mount.cifs version 1.4 or later
103 Note that when the mount.cifs utility is run suid (allowing user mounts),
104 in order to reduce risks, the ``nosuid`` mount flag is passed in on mount to
106 When mount is executed as root, nosuid is not passed in by default,
109 by simply specifying ``nosuid`` among the mount options. For user mounts
110 though to be able to pass the suid flag to mount requires rebuilding
111 mount.cifs with the following flag: CIFS_ALLOW_USR_SUID
114 later source tree in docs/manpages/mount.cifs.8
124 helper). As with mount.cifs, to enable user unmounts umount.cifs must be marked
128 must be a cifs mount, and the uid of the current user must match the uid
132 (instead of using mount.cifs and unmount.cifs as suid) to add a line
133 to the file /etc/fstab for each //server/share you wish to mount, but
134 this can become unwieldy when potential mount targets include many
167 disabled on a per-mount basis by specifying ``nouser_xattr`` on mount.
172 module. POSIX ACL support can be disabled on a per mount basic by specifying
173 ``noacl`` on mount.
185 (the few optional settings are passed in on mount via -o parameters instead).
208 (cifs.ko), you can use mount syntax like the following to access Samba or
211 mount -t cifs //9.53.216.11/e$ /mnt -o username=myname,password=mypassword
213 Before -o the option -v may be specified to make the mount.cifs
214 mount helper display the mount steps more verbosely.
222 Other cifs mount options are described below. Use of TCP names (in addition to
223 ip addresses) is available if the mount helper (mount.cifs) is installed. If
226 of the standard mount options ``noexec`` and ``nosuid`` to reduce the risk of
231 not possible in mount.cifs yet, it is possible to use an alternate format
232 for the server and sharename (which is somewhat similar to NFS style mount
235 mount -t cifs tcp_name_of_server:share_name /mnt -o user=myname,pass=mypasswd
237 When using the mount helper mount.cifs, passwords may be specified via alternate
241 of the mount options. Credential files contain two lines::
251 If no password is provided, mount.cifs will prompt for password entry
269 /proc/fs/cifs/LinuxExtensionsEnabled). In addition the mount option
271 illegal Windows/NTFS/SMB characters to a remap range (this mount parm
277 A partial list of the supported mount options follows:
283 The user password. If the mount helper is
290 mount.
296 passed in on mount. For mounts to servers
305 and gid would not have to be specified on the mount.
309 who executed the mount (root, except when mount.cifs
311 (gid) mount option is specified. Also note that permission
325 the uid= option (on mount) will only be used if the server
393 mount the network share read-write (note that the
396 mount network share read-only
399 mount helper utility (not typically needed)
401 if first mount option (after the -o), overrides
402 the comma as the separator between the mount
413 when the cifs mount helper cifs.mount (version 1.1 or later)
419 If you do not trust the servers in your network (your mount
423 Permit execution of binaries on the mount.
425 Do not permit execution of binaries on the mount.
427 Recognize block devices on the remote mount.
429 Do not recognize devices on the remote mount.
436 the mount helper, mount.cifs. When mount.cifs is installed it
441 Although ignored by the kernel component, the mount.cifs
442 mount helper will not prompt the user for a password
443 if guest is specified on the mount options. If no
453 files on this mount to access by other users on the local
457 access by the user doing the mount, but it may be useful with
459 mode is specified on the mount but is not to be enforced on the
463 ACL against the user name provided at mount time).
476 this mount option will have no effect. Exporting cifs mounts
477 under nfsd requires this mount option on the cifs mount.
493 the mount, cache the new file's uid and gid locally which means
505 uid (gid) parameter specified on the mount.
511 Do not do inode data caching on files opened on this mount.
512 This precludes mmapping files on this mount. In some cases
536 Do not allow setfacl and getfacl calls on this mount
562 (mount option ``ignorecase`` is identical to ``nocase``)
573 Disable the CIFS Unix Extensions for this mount (tree
594 ``forcemand`` is accepted as a shorter form of this mount
597 If this mount option is set, when an application does an
607 crash. If this mount option is not set, by default cifs will
649 Note that this differs from the sign mount option in that it
662 the file will be from this client. Specifying this mount option
694 The mount.cifs mount helper also accepts a few mount options before -o
700 -V print mount.cifs version
796 to values supplied at mount (rather than the
817 Per share (per client mount) statistics are available in /proc/fs/cifs/Stats.