linux卸載無響應的nfs文件系統

問題表現:

如果正在使用的nfs文件系統服務器突然宕掉了,那在客户端執行df命令就會卡死掉,使用umount命令卸載此文件系統會提示設備正忙(device is busy)。

解決方法:

使用umount命令加-l參數卸載失去響應的nfs文件系統。
若不清楚nfs文件系統的掛載位置可以使用nfsstat -m命令查看

Leave a Reply

Your email address will not be published. Required fields are marked *

Captcha Code