From owner-freebsd-current@FreeBSD.ORG Wed Aug 18 15:20:14 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EFE9D106566B; Wed, 18 Aug 2010 15:20:14 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: from mx0.hoeg.nl (unknown [IPv6:2a01:4f8:101:5343::aa]) by mx1.freebsd.org (Postfix) with ESMTP id 8BC138FC13; Wed, 18 Aug 2010 15:20:14 +0000 (UTC) Received: by mx0.hoeg.nl (Postfix, from userid 1000) id BFC432A28CDB; Wed, 18 Aug 2010 17:20:13 +0200 (CEST) Date: Wed, 18 Aug 2010 17:20:13 +0200 From: Ed Schouten To: Pawel Jakub Dawidek Message-ID: <20100818152013.GF2978@hoeg.nl> References: <4C6B9F51.1060009@freebsd.org> <20100818104853.GB2978@hoeg.nl> <20100818121550.GD2177@garage.freebsd.pl> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="zBZpvCNcoXwafAjP" Content-Disposition: inline In-Reply-To: <20100818121550.GD2177@garage.freebsd.pl> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-fs@freebsd.org, Daichi GOTO , freebsd-current@freebsd.org Subject: Re: Mounting cd9660 multiple times gives EBUSY [Was: unionfs a little improvement] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Aug 2010 15:20:15 -0000 --zBZpvCNcoXwafAjP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * Pawel Jakub Dawidek wrote: > What you are trying to do here is to mount /dev/iso9660/freebsd for the > second time? This is not supported. The check is there to prevent doing > this, as it will panic on you when you try to unmount first mount (not > really a problem in your case, as the first mount is /, so you probably > don't want to unmount it, but it is a problem in general). >=20 > You should be able to reproduce the panic with your patch applied by > doing the following: >=20 > # mount -t cd9660 /dev/iso9660/freebsd /mnt0 > # mount -t cd9660 /dev/iso9660/freebsd /mnt1 > # umount /mnt0 Ah, I see. Well, I changed my setup to use an md root now. Works quite nicely. Screenshot: http://80386.nl/pub/livecd.png Thanks for the explanation! --=20 Ed Schouten WWW: http://80386.nl/ --zBZpvCNcoXwafAjP Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (FreeBSD) iEYEARECAAYFAkxr+i0ACgkQ52SDGA2eCwWKvwCcCnXjomyWP3sqeYnzMe5M8zHH 3SIAnRxazLWYyzLb6uSgYsDNFyR1OS4Q =6ev4 -----END PGP SIGNATURE----- --zBZpvCNcoXwafAjP--