nfs umount
先查看目录 mount -l 列出挂载的目录
umount -f -l -t nfs ${远程地址}  lazy、force 卸载
参考:
https://zhuanlan.zhihu.com/p/406163208
https://blog.csdn.net/lik_lik/article/details/118754550
先查看目录 mount -l 列出挂载的目录
umount -f -l -t nfs ${远程地址}  lazy、force 卸载
参考:
https://zhuanlan.zhihu.com/p/406163208
https://blog.csdn.net/lik_lik/article/details/118754550
