六狼论坛's Archiver
首页
›
Unix
› Linux && Unix's NFS
clound23
发表于 2013-1-15 19:02:44
Linux && Unix's NFS
在unix下可以使用share命令来共享一个目录,之后在另外一台服务器上使用mount将其挂载
A服务器:
# share -F nfs -o rw /mnt
B服务器:
# mount -F nfs A:/mnt /mnt
linux的可参考以下文章:
http://bbs.chinaunix.net/thread-1935068-1-3.html
页:
[1]
查看完整版本:
Linux && Unix's NFS