umount /www 卸載磁盤遇到 以下問題 提示已經(jīng)給出了答案,可通過 lsof 和 fuser 來解決。 lsof /www 列出正在進(jìn)行的服務(wù),然后殺死對應(yīng)的 PID {kill -9 pid pid pid} 即可ok。
umount: /www: target is busy.
(In some cases useful info about processes that use
the device is found by lsof(8) or fuser(1))
如果是寶塔面板,先登陸寶塔后臺(tái)關(guān)閉所有的軟件,在停止寶塔。