需要安装的包:
rpc-bind
nfs-utils

修改配置文件
/etc/exports

配置

/tmp *(ro)

修改配置之后记得重启服务

sudo systemctl restart nfs-mountd.service

使用

假设NFS服务器IP为10.10.50.100

mount 10.10.50.100:tmp /mnt

相关文章:

  • 2022-12-23
  • 2022-02-28
  • 2021-04-01
  • 2021-08-09
  • 2021-06-10
  • 2022-02-20
  • 2021-05-30
猜你喜欢
  • 2021-05-22
  • 2022-03-04
  • 2021-08-10
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案