要设置NFS共享目录,需要在Linux系统上进行以下步骤:
sudo apt-get install nfs-kernel-server
sudo mkdir /path/to/shared-directory
/etc/exports
文件。在该文件中添加以下内容:/path/to/shared-directory *(rw,sync,no_subtree_check)
这表示将/path/to/shared-directory
目录共享给所有主机,权限为读写(rw),同步写入(sync),不进行子树检查(no_subtree_check)。
sudo exportfs -a
sudo systemctl start nfs-server
sudo systemctl enable nfs-server
现在,您的目录应该已经成功设置为NFS共享目录。其他主机可以通过挂载该目录来访问共享文件。
辰迅云「云服务器」,即开即用、新一代英特尔至强铂金CPU、三副本存储NVMe SSD云盘,价格低至29元/月。点击查看>>