From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DsQLf-0007yh-Tw for qemu-devel@nongnu.org; Tue, 12 Jul 2005 15:23:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DsQLd-0007wy-V5 for qemu-devel@nongnu.org; Tue, 12 Jul 2005 15:23:18 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DsQLa-0007sg-RK for qemu-devel@nongnu.org; Tue, 12 Jul 2005 15:23:15 -0400 Received: from [64.233.182.202] (helo=nproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DsQOr-0001T3-Qv for qemu-devel@nongnu.org; Tue, 12 Jul 2005 15:26:38 -0400 Received: by nproxy.gmail.com with SMTP id n15so5306nfc for ; Tue, 12 Jul 2005 12:18:39 -0700 (PDT) Message-ID: <46d6db660507121218efb0f37@mail.gmail.com> Date: Tue, 12 Jul 2005 21:18:39 +0200 From: Christian MICHON Subject: Re: [Qemu-devel] problem with loop device In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200507121719.01279.paul@codesourcery.com> Reply-To: Christian MICHON , qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org is loop device support compiled in the kernel ? On 7/12/05, Matt Lawrence wrote: > =20 >=20 > qemu-devel-bounces+mattlaw=3Dus.ibm.com@nongnu.org wrote on 07/12/2005 > 11:19:01 AM: > =20 > > 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 n= ot > > > leaving a terminal session using it as a working directory. Any ide= as? > >=20 > > Use fuser -m to figure out what's still using the mount. > > Make sure you don't have any other filesystems mounted inside it. > =20 > Nothing shows up as still using the mount. Any other ideas? > =20 > -- Matt=20 > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel >=20 >=20 >=20 --=20 Christian