mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 22:40:53 +07:00
cifs: update cifs.txt and remove some outdated infos
Acked-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Björn JACKE <bj@sernet.de> Signed-off-by: Steve French <smfrench@gmail.com>
This commit is contained in:
parent
466bd31bbd
commit
81b66220a9
@ -1,18 +1,14 @@
|
|||||||
This is the client VFS module for the Common Internet File System
|
This is the client VFS module for the Common Internet File System
|
||||||
(CIFS) protocol which is the successor to the Server Message Block
|
(CIFS) protocol which is the successor to the Server Message Block
|
||||||
(SMB) protocol, the native file sharing mechanism for most early
|
(SMB) protocol, the native file sharing mechanism for most early
|
||||||
PC operating systems. CIFS is fully supported by current network
|
PC operating systems. New and improved versions of CIFS are now
|
||||||
file servers such as Windows 2000, Windows 2003 (including
|
called SMB2 and SMB3. These dialects are also supported by the
|
||||||
Windows XP) as well by Samba (which provides excellent CIFS
|
CIFS VFS module. CIFS is fully supported by network
|
||||||
|
file servers such as Windows 2000, 2003, 2008 and 2012
|
||||||
|
as well by Samba (which provides excellent CIFS
|
||||||
server support for Linux and many other operating systems), so
|
server support for Linux and many other operating systems), so
|
||||||
this network filesystem client can mount to a wide variety of
|
this network filesystem client can mount to a wide variety of
|
||||||
servers. The smbfs module should be used instead of this cifs module
|
servers.
|
||||||
for mounting to older SMB servers such as OS/2. The smbfs and cifs
|
|
||||||
modules can coexist and do not conflict. The CIFS VFS filesystem
|
|
||||||
module is designed to work well with servers that implement the
|
|
||||||
newer versions (dialects) of the SMB/CIFS protocol such as Samba,
|
|
||||||
the program written by Andrew Tridgell that turns any Unix host
|
|
||||||
into a SMB/CIFS file server.
|
|
||||||
|
|
||||||
The intent of this module is to provide the most advanced network
|
The intent of this module is to provide the most advanced network
|
||||||
file system function for CIFS compliant servers, including better
|
file system function for CIFS compliant servers, including better
|
||||||
@ -24,28 +20,12 @@
|
|||||||
alternative to NFSv4 for fileserving in some Linux to Linux environments,
|
alternative to NFSv4 for fileserving in some Linux to Linux environments,
|
||||||
not just in Linux to Windows environments.
|
not just in Linux to Windows environments.
|
||||||
|
|
||||||
This filesystem has an optional mount utility (mount.cifs) that can
|
This filesystem has an mount utility (mount.cifs) that can be obtained from
|
||||||
be obtained from the project page and installed in the path in the same
|
|
||||||
directory with the other mount helpers (such as mount.smbfs).
|
|
||||||
Mounting using the cifs filesystem without installing the mount helper
|
|
||||||
requires specifying the server's ip address.
|
|
||||||
|
|
||||||
For Linux 2.4:
|
https://ftp.samba.org/pub/linux-cifs/cifs-utils/
|
||||||
mount //anything/here /mnt_target -o
|
|
||||||
user=username,pass=password,unc=//ip_address_of_server/sharename
|
|
||||||
|
|
||||||
For Linux 2.5:
|
It must be installed in the directory with the other mount helpers.
|
||||||
mount //ip_address_of_server/sharename /mnt_target -o user=username, pass=password
|
|
||||||
|
|
||||||
|
For more information on the module see the project wiki page at
|
||||||
|
|
||||||
For more information on the module see the project page at
|
https://wiki.samba.org/index.php/LinuxCIFS_utils
|
||||||
|
|
||||||
http://us1.samba.org/samba/Linux_CIFS_client.html
|
|
||||||
|
|
||||||
For more information on CIFS see:
|
|
||||||
|
|
||||||
http://www.snia.org/tech_activities/CIFS
|
|
||||||
|
|
||||||
or the Samba site:
|
|
||||||
|
|
||||||
http://www.samba.org
|
|
||||||
|
Loading…
Reference in New Issue
Block a user