Hallo, es geht um die wohlbekannte Situation
Code: Alles auswählen
# umount /tmp/tmpmount
umount: /tmp/tmpmount: target is busy.
normalerweise würde man mit fuser oder lsof den Prozess suchen, finden und dann beenden und die Sache wäre erledigt. Ich komme hier so aber nicht weiter, obwohl ich es auf alle Arten probiert habe, die mir eingefallen sind:
Code: Alles auswählen
# lsof /tmp/tmpmount
# fuser /tmp/tmpmount
# fuser -l | grep /tmp/tmpmount
# lsof | grep /tmp/tmpmount
# fuser /dev/sda2
# lsof /dev/sda2
Es handelt sich um btrfs und chroot ist im Spiel.
Hilfe?
☺