移除nfs挂载
umount -f -l /fold
-f 强制umount,即使nfs server仍然存在
-l 懒umount,文件系统不繁忙的时候移除所有引用
nfs mount卡住的问题
原文:https://www.cnblogs.com/xiaoyongyang/p/11906883.html