* [Qemu-devel] problem with loop device
@ 2005-07-12 15:13 Matt Lawrence
2005-07-12 16:19 ` Paul Brook
0 siblings, 1 reply; 4+ messages in thread
From: Matt Lawrence @ 2005-07-12 15:13 UTC (permalink / raw)
To: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 378 bytes --]
I'm running on CentOS4 with a 2.6.11 kernel. After using losetup to
configure loop0 and mounting /dev/loop0, I am unable to unmount it. I keep
getting "device is busy" message, but lsof doesn't show anything.
Everything is being built automatically by a script, so I know I'm not
leaving a terminal session using it as a working directory. Any ideas?
-- Matt
[-- Attachment #2: Type: text/html, Size: 416 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] problem with loop device
2005-07-12 15:13 [Qemu-devel] problem with loop device Matt Lawrence
@ 2005-07-12 16:19 ` Paul Brook
2005-07-12 18:19 ` Matt Lawrence
0 siblings, 1 reply; 4+ messages in thread
From: Paul Brook @ 2005-07-12 16:19 UTC (permalink / raw)
To: qemu-devel
On Tuesday 12 July 2005 16:13, Matt Lawrence wrote:
> I'm running on CentOS4 with a 2.6.11 kernel. After using losetup to
> configure loop0 and mounting /dev/loop0, I am unable to unmount it. I keep
> getting "device is busy" message, but lsof doesn't show anything.
> Everything is being built automatically by a script, so I know I'm not
> leaving a terminal session using it as a working directory. Any ideas?
Use fuser -m to figure out what's still using the mount.
Make sure you don't have any other filesystems mounted inside it.
Paul
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] problem with loop device
2005-07-12 16:19 ` Paul Brook
@ 2005-07-12 18:19 ` Matt Lawrence
2005-07-12 19:18 ` Christian MICHON
0 siblings, 1 reply; 4+ messages in thread
From: Matt Lawrence @ 2005-07-12 18:19 UTC (permalink / raw)
To: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 714 bytes --]
qemu-devel-bounces+mattlaw=us.ibm.com@nongnu.org wrote on 07/12/2005
11:19:01 AM:
> On Tuesday 12 July 2005 16:13, Matt Lawrence wrote:
> > I'm running on CentOS4 with a 2.6.11 kernel. After using losetup to
> > configure loop0 and mounting /dev/loop0, I am unable to unmount it. I
keep
> > getting "device is busy" message, but lsof doesn't show anything.
> > Everything is being built automatically by a script, so I know I'm not
> > leaving a terminal session using it as a working directory. Any ideas?
>
> Use fuser -m to figure out what's still using the mount.
> Make sure you don't have any other filesystems mounted inside it.
Nothing shows up as still using the mount. Any other ideas?
-- Matt
[-- Attachment #2: Type: text/html, Size: 896 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] problem with loop device
2005-07-12 18:19 ` Matt Lawrence
@ 2005-07-12 19:18 ` Christian MICHON
0 siblings, 0 replies; 4+ messages in thread
From: Christian MICHON @ 2005-07-12 19:18 UTC (permalink / raw)
To: qemu-devel
is loop device support compiled in the kernel ?
On 7/12/05, Matt Lawrence <mattlaw@us.ibm.com> wrote:
>
>
> qemu-devel-bounces+mattlaw=us.ibm.com@nongnu.org wrote on 07/12/2005
> 11:19:01 AM:
>
> > On Tuesday 12 July 2005 16:13, Matt Lawrence wrote:
> > > I'm running on CentOS4 with a 2.6.11 kernel. After using losetup to
> > > configure loop0 and mounting /dev/loop0, I am unable to unmount it. I
> keep
> > > getting "device is busy" message, but lsof doesn't show anything.
> > > Everything is being built automatically by a script, so I know I'm not
> > > leaving a terminal session using it as a working directory. Any ideas?
> >
> > Use fuser -m to figure out what's still using the mount.
> > Make sure you don't have any other filesystems mounted inside it.
>
> Nothing shows up as still using the mount. Any other ideas?
>
> -- Matt
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel
>
>
>
--
Christian
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2005-07-12 19:23 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-12 15:13 [Qemu-devel] problem with loop device Matt Lawrence
2005-07-12 16:19 ` Paul Brook
2005-07-12 18:19 ` Matt Lawrence
2005-07-12 19:18 ` Christian MICHON
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).