Thread: device is busy!
View Single Post
Old 08-28-2017, 04:39 PM   #6
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by theol0403 View Post
Again I answer you with a response you dont deserve. Device is busy means that you have:

Either a program running inside the chroot that you have not terminated - "ps aux" will show you which ones, I find it is often dbus. Terminate that program by typing "kill <PID of process>".

Or there is another sub-folder that linux has mounted within your chroot without you knowing. Typing "mount" will show you what. I find usually /dev/pts is the culprit. Than "umount <location>" (or whatever fuse is) to unmount your folder step by step backing up each time.
Even with telling him to RTFM (in Chinese) hasn't gotten him to learn about:
umount -l

Last edited by knc1; 08-28-2017 at 11:36 PM.
knc1 is offline   Reply With Quote