Date: Fri, 9 Nov 2007 21:34:05 +0000 From: Ceri Davies <ceri@submonkey.net> To: Giorgos Keramidas <keramida@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/mdconfig mdconfig.8 Message-ID: <20071109213405.GW60860@submonkey.net> In-Reply-To: <200711091802.lA9I2q5R060293@repoman.freebsd.org> References: <200711091802.lA9I2q5R060293@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071109213405.GW60860>