Glam Prestige Journal

Bright entertainment trends with youth appeal.

When I ran the command

umount /dev/mapper/ubuntu--gnome--vg-root I I got :

umount: /: target is busy (In some cases useful info about processes that use the device is found by lsof(8) or fuser(1).)

I tried some different options with the command lsof and fuser, but it didn't work so far.

Does anyone have any idea how to resolve this issue?

2

2 Answers

Please try this commands:

umount -l /PATH/OF/BUSY-DEVICE
umount -f /PATH/OF/BUSY-NFS(NETWORK-FILE-SYSTEM)

Reference:

4

try these:

dmsestup ls

if your output contain "ubuntu--gnome--vg-root" then try to deactivate lvm volume at first, then try to umount your volume:

lvchange -an "Path-to-Your-LVM-Volume (in this case: /dev/mapper/ubuntu--gnome--vg-root)"
umount /dev/mapper/ubuntu--gnome--vg-root

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy