Lines Matching +full:extended +full:- +full:range +full:- +full:enable

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/2.4.10-4GB/kernel/fs/cifs/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
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
163 shares on NTFS filesystems). Extended Attribute (xattr) support is an optional
165 make menuconfig. Client support for extended attributes (user xattr) can be
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
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
270 illegal Windows/NTFS/SMB characters to a remap range (this mount parameter
271 is the default for SMB3). This remap (``mapposix``) range is also
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
473 (e.g. pre-Windows 2000) do not support returning UniqueIDs
524 otherwise - read from the server. All written data are stored
538 name begins with ``user.`` or ``os2.``) as OS/2 EAs (extended
548 to the remap range (above 0xF000), which also
580 Do not send byte range lock requests to the server.
582 with cifs style mandatory byte range locks (and most
584 byte range locks).
586 Even if the server supports posix (advisory) byte range
589 DOS/Windows, which require Windows style mandatory byte range
630 Services for Unix (SFU). In addition retrieve bits 10-12
631 of the mode via the SETFILEBITS extended attribute (as
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:
720 Configuration pseudo-files:
760 cifsFYI If set to non-zero value, additional debug information
770 +-----------------------------------------------+------+
772 +-----------------------------------------------+------+
774 +-----------------------------------------------+------+
779 +-----------------------------------------------+------+
803 kernel, e.g. insmod cifs). To enable a feature set it to 1 e.g. to enable
809 logging of various informational messages. 2 enables logging of non-zero
811 than one second to complete (except for byte range lock requests).
821 represent the number of attempted and failed (ie non-zero return code from the
832 Enabling Kerberos (extended security) works but requires version 1.2 or later
834 /etc/request-key.conf file. The cifs.upcall helper program is from the Samba
840 DFS support allows transparent redirection to shares in an MS-DFS name space.
845 be configured in the file /etc/request-key.conf. Samba, Windows servers and
851 /etc/request-key.conf file::
868 1. enable_oplocks Enable or disable oplocks. Oplocks are enabled by default.