Ubuntu24 配置 NFS 服务端 安装 NFS sudo apt update sudo apt install nfs-kernel-server -y 编辑配置 sudo vim /etc/exports,增加要共享的目录: /data/mynfs 192.168.8.0/22(rw,s