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 ; 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 ; 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 To: freebsd-questions@FreeBSD.ORG Subject: help with vnconfig Message-ID: 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: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: 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