• Home
  • Raw
  • Download

Lines Matching refs:mount

61 If you do not have the utility mount.cifs (in the Samba 3.0 source tree and on 
62 the CIFS VFS web site) copy it to the same directory in which mount.smbfs and
64 required, mount.cifs is recommended. Eventually the Samba 3.0 utility program
65 "net" may also be helpful since it may someday provide easier mount syntax for
67 net use <mount point> <UNC name or cifs URL>
70 domain to the proper network user. The mount.cifs mount helper can be
73 gcc samba/source/client/mount.cifs.c -o mount.cifs
84 To permit users to mount and unmount over directories they own is possible
85 with the cifs vfs. A way to enable such mounting is to mark the mount.cifs
86 utility as suid (e.g. "chmod +s /sbin/mount.cifs). To enable users to
87 umount shares they mount requires
88 1) mount.cifs version 1.4 or later
93 Note that when the mount.cifs utility is run suid (allowing user mounts),
94 in order to reduce risks, the "nosuid" mount flag is passed in on mount to
96 When mount is executed as root, nosuid is not passed in by default,
99 by simply specifying "nosuid" among the mount options. For user mounts
100 though to be able to pass the suid flag to mount requires rebuilding
101 mount.cifs with the following flag:
103 gcc samba/source/client/mount.cifs.c -DCIFS_ALLOW_USR_SUID -o mount.cifs
106 later source tree in docs/manpages/mount.cifs.8
115 helper). As with mount.cifs, to enable user unmounts umount.cifs must be marked
119 must be a cifs mount, and the uid of the current user must match the uid
123 (instead of using mount.cifs and unmount.cifs as suid) to add a line
124 to the file /etc/fstab for each //server/share you wish to mount, but
125 this can become unwieldy when potential mount targets include many
154 disabled on a per-mount basis by specifying "nouser_xattr" on mount.
159 module. POSIX ACL support can be disabled on a per mount basic by specifying
160 "noacl" on mount.
172 (the few optional settings are passed in on mount via -o parameters instead).
192 (cifs.o), you can use mount syntax like the following to access Samba or Windows
195 mount -t cifs //9.53.216.11/e$ /mnt -o user=myname,pass=mypassword
197 Before -o the option -v may be specified to make the mount.cifs
198 mount helper display the mount steps more verbosely.
206 Other cifs mount options are described below. Use of TCP names (in addition to
207 ip addresses) is available if the mount helper (mount.cifs) is installed. If
210 of the standard mount options "noexec" and "nosuid" to reduce the risk of
215 not possible in mount.cifs yet, it is possible to use an alternate format
216 for the server and sharename (which is somewhat similar to NFS style mount
218 mount -t cifs tcp_name_of_server:share_name /mnt -o user=myname,pass=mypasswd
220 When using the mount helper mount.cifs, passwords may be specified via alternate
224 of the mount options. Credential files contain two lines
232 If no password is provided, mount.cifs will prompt for password entry
254 A partial list of the supported mount options follows:
257 password The user password. If the mount helper is
262 mount.
266 passed in on mount. For mounts to servers
275 and gid would not have to be specifed on the mount.
279 who executed the mount (root, except when mount.cifs
281 (gid) mount option is specified. Also note that permission
293 the uid= option (on mount) will only be used if the server
349 rw mount the network share read-write (note that the
351 ro mount network share read-only
353 mount helper utility (not typically needed)
354 sep if first mount option (after the -o), overrides
355 the comma as the separator between the mount
362 when the cifs mount helper cifs.mount (version 1.1 or later)
367 If you do not trust the servers in your network (your mount
370 exec Permit execution of binaries on the mount.
371 noexec Do not permit execution of binaries on the mount.
372 dev Recognize block devices on the remote mount.
373 nodev Do not recognize devices on the remote mount.
378 the mount helper, mount.cifs. When mount.cifs is installed it
382 guest Although ignored by the kernel component, the mount.cifs
383 mount helper will not prompt the user for a password
384 if guest is specified on the mount options. If no
392 files on this mount to access by other users on the local
396 access by the user doing the mount, but it may be useful with
398 mode is specified on the mount but is not to be enforced on the
402 ACL against the user name provided at mount time).
414 this mount option will have no effect. Exporting cifs mounts
415 under nfsd requires this mount option on the cifs mount.
429 the mount, cache the new file's uid and gid locally which means
440 uid (gid) parameter specified on the mount.
444 direct Do not do inode data caching on files opened on this mount.
445 This precludes mmapping files on this mount. In some cases
465 noacl Do not allow setfacl and getfacl calls on this mount
484 (mount option "ignorecase" is identical to "nocase")
492 nounix Disable the CIFS Unix Extensions for this mount (tree
511 "forcemand" is accepted as a shorter form of this mount
513 nostrictsync If this mount option is set, when an application does an
523 crash. If this mount option is not set, by default cifs will
557 Note that this differs from the sign mount option in that it
569 the file will be from this client. Specifying this mount option
589 The mount.cifs mount helper also accepts a few mount options before -o
594 -V print mount.cifs version
613 if more than one uid accesses the same mount
689 to values supplied at mount (rather than the
710 Per share (per client mount) statistics are available in /proc/fs/cifs/Stats