From owner-freebsd-stable@FreeBSD.ORG Sat Apr 17 23:10:45 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C7A016A4CE for ; Sat, 17 Apr 2004 23:10:45 -0700 (PDT) Received: from smtp4.eunet.yu (smtp4.eunet.yu [194.247.192.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id A938743D48 for ; Sat, 17 Apr 2004 23:10:41 -0700 (PDT) (envelope-from kolicz@eunet.yu) Received: from smtp2.EUnet.yu (root@localhost) by smtp4.eunet.yu (8.12.10/8.12.10) with SMTP id i3I6AeFY006320 for ; Sun, 18 Apr 2004 08:10:40 +0200 Received: from kolic.net (P-2.36.EUnet.yu [213.240.2.36]) by smtp4.eunet.yu (8.12.10/8.12.10) with ESMTP id i3I6AdHm006270 for ; Sun, 18 Apr 2004 08:10:39 +0200 Received: by kolic.net (Postfix, from userid 1001) id B870641AE; Sun, 18 Apr 2004 08:03:10 +0200 (CEST) Date: Sun, 18 Apr 2004 08:03:10 +0200 From: Zoran Kolic To: freebsd-stable Message-ID: <20040418060310.GA749@kolic.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: Re: mfs and vnconfig questions out of curiosity X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Apr 2004 06:10:45 -0000 > 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