cvs commit: src/sbin/mdconfig mdconfig.8
Ceri Davies
ceri at submonkey.net
Fri Nov 9 14:00:49 PST 2007
On Fri, Nov 09, 2007 at 06:02:52PM +0000, Giorgos Keramidas wrote:
> keramida 2007-11-09 18:02:51 UTC
>
> FreeBSD src repository (doc committer)
>
> Modified files:
> sbin/mdconfig mdconfig.8
> 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
--
That must be wonderful! I don't understand it at all.
-- Moliere
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-src/attachments/20071109/16e77bfd/attachment.pgp
More information about the cvs-src
mailing list