Linux-NFS磁盘共享

2020-04-29  本文已影响0人  JAVA_ASS

umount device is busy
可能是nfs服务未启动
service nfs status
service nfs restart
客户端和服务端都需要执行

服务端:

vi /etc/exports 
/home/test_data customerIp/24(rw,sync,fsid=0,no_root_squash,no_all_squash)
exportfs -rv

客户端

mount -t nfs serverIp:/home/test_data  /home/test_data
上一篇 下一篇

猜你喜欢

热点阅读