Following is the man command to look at all CIFS mount OPTIONS
man mount.cifs
Below is man command sample output.
MOUNT.CIFS(8) System Administration tools MOUNT.CIFS(8)
NAME
mount.cifs - mount using the Common Internet File System (CIFS)
SYNOPSIS
mount.cifs {service} {mount-point} [-o options]
DESCRIPTION
This tool is part of the cifs-utils suite.
mount.cifs mounts a Linux CIFS filesystem. It is usually invoked indirectly by the
mount(8) command when using the "-t cifs" option. This command only works in Linux,
and the kernel must support the cifs filesystem. The CIFS protocol is the successor to
the SMB protocol and is supported by most Windows servers and many other commercial
servers and Network Attached Storage appliances as well as by the popular Open Source
server Samba.
The mount.cifs utility attaches the UNC name (exported network resource) specified as
service (using //server/share syntax, where "server" is the server name or IP address
and "share" is the name of the share) to the local directory mount-point.
Options to mount.cifs are specified as a comma-separated list of key=value pairs. It
is possible to send options other than those listed here, assuming that the cifs
filesystem kernel module (cifs.ko) supports them. Unrecognized cifs mount options
passed to the cifs vfs kernel code will be logged to the kernel log.
mount.cifs causes the cifs vfs to launch a thread named cifsd. After mounting it keeps
running until the mounted resource is unmounted (usually via the umount utility).
mount.cifs -V command displays the version of cifs mount helper.
modinfo cifs command displays the version of cifs module.
Products to which Article Applies
All Linux Operating Systems
Search Keywords: linux mount command commands cifs share shares option options nfs storage shared file system filesystem filesystems systems man page
Article Author: Tarun Boyella
No comments:
Post a Comment