Test2 unit7
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Test2 unit7相关的知识,希望对你有一定的参考价值。
unit7
yum install samba-cilent.x86_64 -y ##安装客户端
smblient -L //172.25.254.250 ##连接至服务器端
mount //172.25.254.250/westos1 /mnt -o username=guest ##挂载文件
在/etc/fstab设置开机挂载
yum install nfs-utils -y ##安装nfs服务
showmount -e 172.25.254.250 ##识别挂载点
mount 172.25.254.250:/nfsshare/nfs1 /mnt ##挂载目录
在/etc/fstab设置开机挂载
设置自动挂载
vim /etc/automaster
vim /etc/auto.westos
以上是关于Test2 unit7的主要内容,如果未能解决你的问题,请参考以下文章