操作过的步骤:
1、dpkg-reconfigre rpcbind。
2、在终端上退出要挂载的目录。
错误:
mount -t nfs 172.16.0.121:/home/junda /mnt,出现以下错误
mount: mounting 172.16.0.121:/home/junda on /mnt failed: Connection refused
解决方法:
加上 -o nolock ,即可以
时间: 2024-12-07 20:57:09
操作过的步骤:
1、dpkg-reconfigre rpcbind。
2、在终端上退出要挂载的目录。
错误:
mount -t nfs 172.16.0.121:/home/junda /mnt,出现以下错误
mount: mounting 172.16.0.121:/home/junda on /mnt failed: Connection refused
解决方法:
加上 -o nolock ,即可以