Lines Matching +full:allow +full:- +full:set +full:- +full:time
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
72 at module initialization time (by running insmod cifs.ko) can be seen.
122 mounts, unless umount is invoked with -i (which will avoid invoking a umount
125 allow adding entries to a file to the /etc/permissions file to achieve the
166 disabled on a per-mount basis by specifying ``nouser_xattr`` on mount.
168 The CIFS client can get and set POSIX ACLs (getfacl, setfacl) to Samba servers
184 (the few optional settings are passed in on mount via -o parameters instead).
187 supported this feature. Samba server does not allow symlinks that refer to files
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
262 Linux allows a slightly wider set of valid characters in filenames. Windows
264 the Server's registry. Samba starting with version 3.10 will allow such
291 Set the SMB/CIFS workgroup name prepended to the
294 Set the default uid for inodes to the uid
329 Set the default uid for inodes, and indicate to the
335 Set the default gid for inodes (similar to above).
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.
368 kmalloc size allowed by your kernel) at module install time
375 set from a minimum of 2048 to a maximum of 130048 (127K or
390 period of time).
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
430 Allow remote files on this mountpoint with suid enabled to
455 client and server system do not match closely enough to allow
462 ACL against the user name provided at mount time).
473 (e.g. pre-Windows 2000) do not support returning UniqueIDs
487 the client will attempt to set the effective uid and gid of
496 The client will not attempt to set the uid and gid on
501 the client) set the uid and gid is the default. If the CIFS
523 client read from the cache all the time it has Oplock Level II,
524 otherwise - read from the server. All written data are stored
532 Allow setfacl and getfacl to manage posix ACLs if server
535 Do not allow setfacl and getfacl calls on this mount
537 Allow getting and setting user xattrs (those attributes whose
542 Do not allow getfattr/setfattr to get/set/list xattrs
596 If this mount option is set, when an application does an
606 crash. If this mount option is not set, by default cifs will
630 Services for Unix (SFU). In addition retrieve bits 10-12
662 will allow the cifs client to check for leases (only) locally
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:
733 allowable flags if you want to allow mounts to servers
743 using plain text passwords, set the SecurityFlags
760 cifsFYI If set to non-zero value, additional debug information
763 debugging entries. The maximum value it can be set
767 kernel configuration. cifsFYI may be set to one or
770 +-----------------------------------------------+------+
772 +-----------------------------------------------+------+
774 +-----------------------------------------------+------+
779 +-----------------------------------------------+------+
781 traceSMB If set to one, debug information is logged to the
784 LookupCacheEnable If set to one, inode information is kept cached
787 LinuxExtensionsEnabled If set to one then the client will attempt to
789 protocol enhancements that allow CIFS servers
796 actual values, then set this to zero. (default 1)
798 If set to 0, the client will clear the cache.
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
812 Setting it to 4 requires CONFIG_CIFS_STATS2 to be set in kernel configuration
821 represent the number of attempted and failed (ie non-zero return code from the
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::
858 These module parameters can be specified or modified either during the time of