jamesharden

(1)安装
  #sudo apt-get install nfs-kernel-server portmap
(2)修改配置文件
  修改/etc/exports,增加以下内容,
  /root/wksp/rootfs *(rw,sync,no_root_squash,no_subtree_check)
(3)重启NFS服务
  sudo /etc/init.d/nfs-kernel-server restart

分类:

技术点:

相关文章:

  • 2021-11-07
  • 2021-10-31
  • 2022-12-23
  • 2022-01-02
  • 2021-04-30
  • 2022-12-23
  • 2022-01-01
猜你喜欢
  • 2022-01-01
  • 2022-12-23
  • 2021-12-17
  • 2021-11-20
  • 2021-08-07
  • 2021-07-30
  • 2022-02-08
相关资源
相似解决方案