Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Apr 2004 08:03:10 +0200
From:      Zoran Kolic <kolicz@eunet.yu>
To:        freebsd-stable <freebsd-stable@freebsd.org>
Subject:   Re: mfs and vnconfig questions out of curiosity
Message-ID:  <20040418060310.GA749@kolic.net>

next in thread | raw e-mail | index | archive | help

> So you can make a swap-backed filesystem in -STABLE with vnconfig
> -S, but why would you ever want to do this?

I use mdconfig to check if
iso file is made corectly.

mdconfig -a -t vnode -f my.iso
mount -t cd9660 /dev/md* /mnt
-----------------------------
umount /mnt
mdconfig -d -u *
(* is probably 0.)

Someone else will give you
up to million reasons to
use it.

                 ZK




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040418060310.GA749>