mount.nfs stale file handle Solve Problem

How to Solve Problem "mount.nfs stale file handle". Cause, your server reboot or another issue you can not input command terminal server.

How do I fix this problem

The first, find the directory mount your system. The content /proc/mounts file.

[huupv@huupv ~]$ cat /proc/mounts

The best solution is to remount directory from NFS client.

$ sudo umount -f /mnt/data
$ sudo mount -t nfs IP-NFS-SEVER:/path/to/share /mnt/data

Conclusion

Thought the article, you have fixed "mount.nfs stale file handle Solve Problem as above" . I hope will this your helpful.

Comments

Popular posts from this blog

zimbra some services are not running [Solve problem]

Bash script list all IP addresses connected to Server

How to install php7 on centos 6