摘要: 1. 服务端安装 apt-get install nfs-kernel-server -y 2. 客户端安装 apt-get install nfs-common -y 3. 编辑服务端配置文件 vim /etc/exports #在文件的最后添加想要共享的文件 /nfsroot *(rw,sync 阅读全文
posted @ 2023-03-02 09:23 A57 阅读(56) 评论(0) 推荐(0)