Manjaro Linux caused kernel panic, so I tried to repair it using chroot method, but the last /mnt umount error "umount:/mnt/dev/pts:target is busy" and I cannot umount it.
When I checked the usage in fuser-v/mnt
, I found the following:
/mnt root kernel mount/mnt
The current directory was found in pwd
.
What should I do?
linux kernel
I think /mnt/dev/pts
is the device file of the virtual terminal just chroot.
If the terminal screen (black screen) I am currently using is finished, I think the busy state will be resolved.
So how about ending chroot with exit and umount/mnt?
#exit
# umount/mnt
© 2024 OneMinuteCode. All rights reserved.