网络共享文件系统客户端配置

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了网络共享文件系统客户端配置相关的知识,希望对你有一定的参考价值。


1.cifs

如何访问1

1)yum install samba-client

2)smbclient -L //ip

3)smbclient //ip/sharename

如何访问2

mount //ip/sharename /mountpoint -o username=guest

vim /etc/fstab

//ip/sharename /mountpoint cifsdefaults,username=guest 0 0

mount -a

 

2.nfs

手动挂载方式

1)yum install nfs-utils

2)showmount -e ip

3)mount ip:/sharedir /mountpoint

自动挂载方式

1)yum install autofs

2)systemctl start autofs

3)cd /net/ip/

4)vim /etc/syscofig/autofs

TIMEOUT=5

 

5).自定义挂载方式

vim /etc/auto.master

最终挂载点的上层目录自策略文件

/nfs/etc/auto.nfs

vim 自策略文件(vim /etc/auto.nfs)

最终挂载点网络挂载资源

nfs1172.25.254.250:/nfsshare/nfs1

*172.25.254.250:/nfsshare/&


systemctl restart autofs

 

cd /nfs/nfs1

[[email protected] nfs1]# df

Filesystem                    1K-blocks     Used Available Use% Mounted on

/dev/vda1                      10473900  3262308   7211592  32% /

devtmpfs                         927072        0    927072   0% /dev

tmpfs                            942660        0    942660   0% /dev/shm

tmpfs                            942660    16968    925692   2% /run

tmpfs                            942660        0    942660   0% /sys/fs/cgroup

/dev/vdb1                       1038336   749744    288592  73% /pub

172.25.254.250:/nfsshare/nfs1 100221952 57231360  42990592  58% /nfs/nfs1



以上是关于网络共享文件系统客户端配置的主要内容,如果未能解决你的问题,请参考以下文章

linux配置autofsNFS共享(linux系统之间的文件共享)

ubuntu16。04LST配置nfs实现服务器和客户端共享文件

NFS配置详解

NFS网络文件系统配置

NFS配置详解

详细讲解NFS网络文件存储系统配置