From owner-cvs-all@FreeBSD.ORG Fri Nov 9 21:34:17 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D0BF216A418 for ; Fri, 9 Nov 2007 21:34:17 +0000 (UTC) (envelope-from ceri@submonkey.net) Received: from shrike.submonkey.net (cpc3-cdif2-0-0-cust64.cdif.cable.ntl.com [81.106.128.65]) by mx1.freebsd.org (Postfix) with ESMTP id B2C7613C480 for ; Fri, 9 Nov 2007 21:34:17 +0000 (UTC) (envelope-from ceri@submonkey.net) Received: from ceri by shrike.submonkey.net with local (Exim 4.68 (FreeBSD)) (envelope-from ) id 1IqbUL-000P5S-IA; Fri, 09 Nov 2007 21:34:05 +0000 Date: Fri, 9 Nov 2007 21:34:05 +0000 From: Ceri Davies To: Giorgos Keramidas Message-ID: <20071109213405.GW60860@submonkey.net> References: <200711091802.lA9I2q5R060293@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="QGBKWVSgmlsIyJ+t" Content-Disposition: inline In-Reply-To: <200711091802.lA9I2q5R060293@repoman.freebsd.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.16 (2007-06-09) Sender: Ceri Davies Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/mdconfig mdconfig.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 21:34:17 -0000 --QGBKWVSgmlsIyJ+t Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Nov 09, 2007 at 06:02:52PM +0000, Giorgos Keramidas wrote: > keramida 2007-11-09 18:02:51 UTC >=20 > FreeBSD src repository (doc committer) >=20 > Modified files: > sbin/mdconfig mdconfig.8=20 > Log: > Instead of hardcoding md10 as the device node in the cd9660 example, > use a trick submitted by Ruslan. > | @@ -218,8 +218,7 @@ mount /dev/md0c /mnt > | .Pp > | To mount an ISO 9660 CD image file: > | .Bd -literal -offset indent > | -mdconfig -a -t vnode -u 10 -f cdimage.iso > | -mount_cd9660 /dev/md10 /mnt > | +mount -t cd9660 /dev/`mdconfig -a -t vnode -f cdimage.iso` /mnt > | .Ed > | .Sh SEE ALSO > | .Xr md 4 , I'm concerned that this actually misses the point, which is to create an md device backed by a .iso file. Ceri --=20 That must be wonderful! I don't understand it at all. -- Moliere --QGBKWVSgmlsIyJ+t Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFHNNJNocfcwTS3JF8RApIAAJ45Lwj4Qa6jFLvtyahcKXQrsinrEwCfUbml Q76DIQ0/ctv712gTTeui068= =LzgF -----END PGP SIGNATURE----- --QGBKWVSgmlsIyJ+t--