阅读600 返回首页    go 阿里云 go 技术社区[云栖]


nfs卸载

最终建议:

1.使用NFS,就要使用portmap,NFS严重依赖于portmap,所以不要试图去停止它(portmap)。

2.当不能umount /nfs 分区时,试着使用umount -f /nfs,一般都能成功。

3.当umount -f /nfs不能umount时,可以试试umount -l /nfs. umount -l是最终级的umount。

最后更新:2017-11-13 09:34:27

  上一篇:go  非root用户挂载nfs
  下一篇:go  nagios报错:.stdio.h4561 error 'gets' undeclared here (not in a function)