嗨,我正在关注这个指导我尝试运行这个:
须藤
mount -t nfs -o proto=tcp,port=2049 nfs-server:/ /dev
安装后:
apt-get install nfs-common
并收到此错误
Failed to resolve server nfs-server: Name or service not known
答案1
尝试将“nfs-server”更改为 IP 地址,例如。
mount -t nfs -o proto=tcp,port=2409 192.168.1.1:/ /dev