NFS

作者: 何亮hook_8285 | 来源:发表于2023-12-26 00:19 被阅读0次

#服务端
vi /etc/exports
/data/magicdata *(rw,no_root_squash,no_all_squash,sync,no_subtree_check,insecure)
# 加载配置文件,在相关软件启动后执行
exportfs -arv
#客户端
showmount -e 41.93.60.7
mount   -t nfs 41.93.60.7:/home/sz_data/structureStore  /home/hik/structureStore

相关文章

网友评论

      本文标题:NFS

      本文链接:https://www.haomeiwen.com/subject/cjfdgdtx.html