当运行df命令的时候,hang住了,不返回结果,光用ctrl+c 不行,怎么办呢?


这时,往往是mount的nfs export出了问题。 使用mount命令检查所有可以的mount了的directory。

使用umount,或者umount –l 来unmount掉那些有问题的目录,试试看吧。我自己的一个问题就是这样解决的。

# mount

# umount –l /mnt/fps/*


参考资料

============

Why is 'df' hanging?

https://unix.stackexchange.com/questions/21199/why-is-df-hanging

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-26
  • 2021-11-18
  • 2022-12-23
  • 2021-11-20
  • 2021-08-31
猜你喜欢
  • 2021-08-14
  • 2022-12-23
  • 2021-12-29
  • 2021-12-23
  • 2021-11-27
  • 2021-11-12
  • 2022-12-23
相关资源
相似解决方案