From owner-freebsd-questions Mon Apr 22 0:50:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pooh.ASARian.org (pooh.ASARian.org [216.21.171.83]) by hub.freebsd.org (Postfix) with ESMTP id 151D237B41B for <freebsd-questions@FreeBSD.ORG>; Mon, 22 Apr 2002 00:50:16 -0700 (PDT) Received: from localhost (fuzzy@localhost.ASARian.org [127.0.0.1]) by pooh.ASARian.org (8.11.6/8.11.6) with ESMTP id g3M7PiN61513 for <freebsd-questions@FreeBSD.ORG>; Mon, 22 Apr 2002 03:25:44 -0400 (EDT) (envelope-from fuzzy@pooh.ASARian.org) Date: Mon, 22 Apr 2002 03:25:43 -0400 (EDT) From: Fuzzy <fuzzy@pooh.ASARian.org> To: freebsd-questions@FreeBSD.ORG Subject: help with vnconfig Message-ID: <Pine.BSF.4.44.0204220309420.60813-100000@pooh.ASARian.org> X-No-Archive: Yes Organization: ASARian Inc. MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-questions.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-questions> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-questions> X-Loop: FreeBSD.ORG I'm trying to build a filesystem in a file, something like ... vnconfig -v -S 650m -Z -e /dev/vn0 cdrom1 newfs -v /dev/vn0 mount -t ufs /dev/vn0 /cdrom it fails though. I'm sure its possible, I just can't figure out how to tell the utilities what I want to do. anyone know how to do the correctly? Fuz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message