Lines Matching +full:enable +full:- +full:remote +full:- +full:sense

18 MS-SMB2 (for detailed SMB2/SMB3/SMB3.1.1 protocol specification)
36 (e.g. /usr/src/linux-2.5.73)
48 the modules directory e.g. /lib/modules/6.3.0-060300-generic/kernel/fs/smb/client/cifs.ko).
57 required, mount.cifs is recommended. Most distros include a ``cifs-utils``
63 found at cifs-utils.git on git.samba.org
92 with the cifs vfs. A way to enable such mounting is to mark the mount.cifs
93 utility as suid (e.g. ``chmod +s /sbin/mount.cifs``). To enable users to
104 disallow execution of an suid program mounted on the remote target.
106 and execution of suid programs on the remote target would be enabled
122 mounts, unless umount is invoked with -i (which will avoid invoking a umount
123 helper). As with mount.cifs, to enable user unmounts umount.cifs must be marked
147 2.2.5 or later). To enable the Unix CIFS Extensions in the Samba server, add
166 disabled on a per-mount basis by specifying ``nouser_xattr`` on mount.
184 (the few optional settings are passed in on mount via -o parameters instead).
191 ln -s /mnt/foo bar
196 that is ignored by local server applications and non-cifs clients and that will
199 later, but only for remote clients using the CIFS Unix extensions, and will
210 mount -t cifs //9.53.216.11/e$ /mnt -o username=myname,password=mypassword
212 Before -o the option -v may be specified to make the mount.cifs
214 After -o the following commonly used cifs vfs specific options
234 mount -t cifs tcp_name_of_server:share_name /mnt -o user=myname,pass=mypasswd
237 mechanisms, instead of specifying it after -o using the normal ``pass=`` syntax
255 Servers must support either "pure-TCP" (port 445 TCP/IP CIFS connections) or RFC
256 1001/1002 support for "Netbios-Over-TCP/IP." This is not likely to be a
340 Enable local disk caching using FS-Cache (off by default). This
346 caching is not suitable for all workloads for e.g. read-once
349 disk caching is functional for CIFS files opened as read-only.
392 mount the network share read-write (note that the
393 server may still consider the share read-only)
395 mount network share read-only
400 if first mount option (after the -o), overrides
404 -o user=myname,password=mypassword,domain=mydom
408 -o sep=.user=myname.password=mypassword.domain=mydom
415 Do not allow remote executables with the suid bit
426 Recognize block devices on the remote mount.
428 Do not recognize devices on the remote mount.
430 Allow remote files on this mountpoint with suid enabled to
473 (e.g. pre-Windows 2000) do not support returning UniqueIDs
524 otherwise - read from the server. All written data are stored
630 Services for Unix (SFU). In addition retrieve bits 10-12
636 Enable support for Minshall+French symlinks
693 The mount.cifs mount helper also accepts a few mount options before -o
697 -S take password from stdin (equivalent to setting the environment
699 -V print mount.cifs version
700 -? display simple usage information
709 Informational pseudo-files:
721 Configuration pseudo-files:
729 does not make much sense. Default flags are::
747 cifsFYI If set to non-zero value, additional debug information
757 +-----------------------------------------------+------+
759 +-----------------------------------------------+------+
761 +-----------------------------------------------+------+
766 +-----------------------------------------------+------+
790 kernel, e.g. insmod cifs). To enable a feature set it to 1 e.g. to enable
796 logging of various informational messages. 2 enables logging of non-zero
808 represent the number of attempted and failed (ie non-zero return code from the
821 /etc/request-key.conf file. The cifs.upcall helper program is from the Samba
827 DFS support allows transparent redirection to shares in an MS-DFS name space.
832 be configured in the file /etc/request-key.conf. Samba, Windows servers and
838 /etc/request-key.conf file::
860 1. enable_oplocks Enable or disable oplocks. Oplocks are enabled by default.