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
293 Set the SMB/CIFS workgroup name prepended to the
296 Set the default uid for inodes to the uid
331 Set the default uid for inodes, and indicate to the
337 Set the default gid for inodes (similar to above).
342 Enable local disk caching using FS-Cache (off by default). This
348 caching is not suitable for all workloads for e.g. read-once
351 disk caching is functional for CIFS files opened as read-only.
370 kmalloc size allowed by your kernel) at module install time
377 set from a minimum of 2048 to a maximum of 130048 (127K or
392 period of time).
394 mount the network share read-write (note that the
395 server may still consider the share read-only)
397 mount network share read-only
402 if first mount option (after the -o), overrides
406 -o user=myname,password=mypassword,domain=mydom
410 -o sep=.user=myname.password=mypassword.domain=mydom
417 Do not allow remote executables with the suid bit
432 Allow remote files on this mountpoint with suid enabled to
457 client and server system do not match closely enough to allow
464 ACL against the user name provided at mount time).
475 (e.g. pre-Windows 2000) do not support returning UniqueIDs
489 the client will attempt to set the effective uid and gid of
498 The client will not attempt to set the uid and gid on
503 the client) set the uid and gid is the default. If the CIFS
525 client read from the cache all the time it has Oplock Level II,
526 otherwise - read from the server. All written data are stored
534 Allow setfacl and getfacl to manage posix ACLs if server
537 Do not allow setfacl and getfacl calls on this mount
539 Allow getting and setting user xattrs (those attributes whose
544 Do not allow getfattr/setfattr to get/set/list xattrs
598 If this mount option is set, when an application does an
608 crash. If this mount option is not set, by default cifs will
632 Services for Unix (SFU). In addition retrieve bits 10-12
664 will allow the cifs client to check for leases (only) locally
695 The mount.cifs mount helper also accepts a few mount options before -o
699 -S take password from stdin (equivalent to setting the environment
701 -V print mount.cifs version
702 -? display simple usage information
711 Informational pseudo-files:
723 Configuration pseudo-files:
749 cifsFYI If set to non-zero value, additional debug information
752 debugging entries. The maximum value it can be set
756 kernel configuration. cifsFYI may be set to one or
759 +-----------------------------------------------+------+
761 +-----------------------------------------------+------+
763 +-----------------------------------------------+------+
768 +-----------------------------------------------+------+
770 traceSMB If set to one, debug information is logged to the
773 LookupCacheEnable If set to one, inode information is kept cached
776 LinuxExtensionsEnabled If set to one then the client will attempt to
778 protocol enhancements that allow CIFS servers
785 actual values, then set this to zero. (default 1)
787 If set to 0, the client will clear the cache.
792 kernel, e.g. insmod cifs). To enable a feature set it to 1 e.g. to enable
798 logging of various informational messages. 2 enables logging of non-zero
801 Setting it to 4 requires CONFIG_CIFS_STATS2 to be set in kernel configuration
810 represent the number of attempted and failed (ie non-zero return code from the
823 /etc/request-key.conf file. The cifs.upcall helper program is from the Samba
829 DFS support allows transparent redirection to shares in an MS-DFS name space.
834 be configured in the file /etc/request-key.conf. Samba, Windows servers and
840 /etc/request-key.conf file::
847 These module parameters can be specified or modified either during the time of