在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
A服务器:
# share -F nfs -o rw /mnt
B服务器:
# mount -F nfs A:/mnt /mnt
linux的可参考以下文章:
http://bbs.chinaunix.net/thread-1935068-1-3.html
本文介绍如何在Unix系统中使用share命令实现目录共享,并通过另一台服务器上的mount命令进行挂载。此外还提供了在Linux系统中类似的实现方法。

7767

被折叠的 条评论
为什么被折叠?



