コマンドを実行したとき
umount /dev/mapper/ubuntu--gnome--vg-root
私が得た:
umount: /: target is busy
(In some cases useful info about processes that
use the device is found by lsof(8) or fuser(1).)
コマンドlsof
とfuser
を使用していくつかの異なるオプションを試しましたが、今のところうまくいきませんでした。
この問題を解決する方法はありますか?
次のコマンドを試してください:
umount -l /PATH/OF/BUSY-DEVICE
umount -f /PATH/OF/BUSY-NFS(NETWORK-FILE-SYSTEM)
リファレンス: https://stackoverflow.com/questions/7878707/umount-a-busy-device
これらを試してください:
dmsestup ls
出力に「ubuntu--gnome--vg-root」が含まれている場合、最初にLVMボリュームを非アクティブ化してから、ボリュームをアンマウントしてください。
lvchange -an "Path-to-Your-LVM-Volume (in this case: /dev/mapper/ubuntu--gnome--vg-root)"
umount /dev/mapper/ubuntu--gnome--vg-root