ubuntu安装nfs服务

安装:

sudo apt-get install nfs-kernel-server 

修改配置文件

  /etc/exports

增加以下内容:

/NFS *(rw,sync,no_root_squash,no_subtree_check)

重启NFS服务。

sudo mount -t nfs localhost:/NFS /

 

posted @ 2017-04-08 18:24  叶念西风  阅读(154)  评论(0编辑  收藏  举报
叶念西风 - 个人博客 & 电脑Run - 维修帮助软件教程安装