- 客户端挂载
# mount 192.168.1.2:/storage/sda /store/sda mount.nfs: Stale file handle服务端
# cat /proc/fs/nfs/exports # cat /proc/fs/nfsd/exports # exportfs -ua # exportfs -a
# systemctl restart nfs-kernel-server.service # systemctl status nfs-kernel-server.service服务端重新挂载
# mount 192.168.1.2:/storage/sda /store/sda
参考:
- mount.nfs: Stale file handle error - cannot umount



