#yum -y install nfs-utils rpcbind

#service rpcbind start
#service nfs start

#chkconfig --add rpcbind
#chkconfig rpcbind on
#chkconfig --add nfs
#chkconfig nfs on

#vi /etc/exports
/data1/website/test 192.168.168.200/32(rw,sync)

#mount -t nfs4 192.168.168.100:/data1/website/test /data1/website/test

相关文章:

  • 2022-01-19
  • 2021-10-19
  • 2021-07-29
  • 2021-11-05
  • 2021-07-09
  • 2021-03-26
  • 2021-05-06
猜你喜欢
  • 2022-01-12
  • 2022-01-22
  • 2022-12-23
  • 2021-05-21
相关资源
相似解决方案