首页 > 代码库 > Test2 unit7

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