Tiny Core Linux

Tiny Core Base => TCB Bugs => Topic started by: hiro on March 31, 2011, 07:56:38 AM

Title: mounting /dev/loop0 on /mnt/test failed: Device or resource busy
Post by: hiro on March 31, 2011, 07:56:38 AM
Has anybody seen this error?

mount: mounting /dev/loop0 on /mnt/test failed: Device or resource busy

I found that sometimes a package doesn't get unmounted from /mnt/test. It seems to have been installed correctly cause the tce.installed entry is created, but the package doesn't work.

I'm using the copy2fs flag.
Title: Re: mounting /dev/loop0 on /mnt/test failed: Device or resource busy
Post by: bmarkus on March 31, 2011, 08:00:07 AM
TC or MC, which version?
Title: Re: mounting /dev/loop0 on /mnt/test failed: Device or resource busy
Post by: Rich on March 31, 2011, 02:24:24 PM
Hi hiro
I've seen a similar error when attempting to unmount a share from my file server while I still had a
file open on it. Maybe there's an open file in /mnt/test and mount doesn't like it?
Title: Re: mounting /dev/loop0 on /mnt/test failed: Device or resource busy
Post by: floppy on March 31, 2011, 04:03:55 PM
Has anybody seen this error?

mount: mounting /dev/loop0 on /mnt/test failed: Device or resource busy
I got a similar error by trying to install skype (still working on it).
error in tcl 3.5 and 3.6rc1
message comes up during tce "pixman" load on boot (dependence of xorg7.4)
mount: mounting /dev/loop0 on /mount/test failed: invalid argument. the message is coming in the middle of the tces indicated on the screen (with the boot option "showapps")right after pixman.
Title: Re: mounting /dev/loop0 on /mnt/test failed: Device or resource busy
Post by: hiro on March 31, 2011, 09:42:59 PM
It happens very rarely, with random extensions, and I can't reproduce it :(
Title: Re: mounting /dev/loop0 on /mnt/test failed: Device or resource busy
Post by: floppy on April 02, 2011, 04:27:43 PM
for me, its coming at each boot.
Title: Re: mounting /dev/loop0 on /mnt/test failed: Device or resource busy
Post by: hiro on April 03, 2011, 08:43:32 AM
I found it.
I run tce-load in my .xinitrc.
When I use an icon for a ondemand app before the other tce-load finishes things get mangled up.
I don't know if this is a bug or not...
Title: Re: mounting /dev/loop0 on /mnt/test failed: Device or resource busy
Post by: hiro on April 03, 2011, 08:45:56 AM
For you, Floppy, what happens if you do a boot with base and leave out the skype extension? Perhaps tce-load all it's dependencies manually to find out more.
Title: Re: mounting /dev/loop0 on /mnt/test failed: Device or resource busy
Post by: curaga on April 03, 2011, 09:07:03 AM
@hiro: so you had two tce-loads running in parallel? Not really a supported scenario.
Title: Re: mounting /dev/loop0 on /mnt/test failed: Device or resource busy
Post by: hiro on April 05, 2011, 05:40:32 AM
@hiro: so you had two tce-loads running in parallel? Not really a supported scenario.
Yes, but I think with multiple ondemand icons users might get this problem more often. It should fail in the beginning, not midway through.

Strange, the notification mails went into my spam folder in google mail.
Title: Re: mounting /dev/loop0 on /mnt/test failed: Device or resource busy
Post by: floppy on April 05, 2011, 07:20:54 AM
For you, Floppy, what happens if you do a boot with base and leave out the skype extension? Perhaps tce-load all it's dependencies manually to find out more.
for reasons of making skype running (still working on it.. xorg.. matrox.. xorg.conf..), I had to delete xorg7-4 and then re-install it. This is gone now. So, I will repost if it come back.