From owner-freebsd-questions Wed Oct 13 7:25:50 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cm-24-142-61-17.cableco-op.ispchannel.com (cm-24-142-61-17.cableco-op.ispchannel.com [24.142.61.17]) by hub.freebsd.org (Postfix) with ESMTP id A5C1815240 for ; Wed, 13 Oct 1999 07:25:44 -0700 (PDT) (envelope-from jwgray@netbox.com) Received: from localhost (jwgray@localhost) by cm-24-142-61-17.cableco-op.ispchannel.com (8.9.3/8.9.3) with ESMTP id HAA93105; Wed, 13 Oct 1999 07:24:46 GMT (envelope-from jwgray@netbox.com) X-Authentication-Warning: cm-24-142-61-17.cableco-op.ispchannel.com: jwgray owned process doing -bs Date: Wed, 13 Oct 1999 07:24:46 +0000 (GMT) From: Jeff Gray X-Sender: jwgray@cm-24-142-61-17.cableco-op.ispchannel.com To: Matthew West Cc: Jeff Gray , freebsd-questions@FreeBSD.ORG Subject: Re: mountable directory? In-Reply-To: <19991013155423.A22320@apotheosis.za.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Excellent. However.... # vnconfig /dev/vn0a /usr/home/jwgray/test/T vnconfig: open: Device not configured but it exists,... # ls -l /dev/vn* brw-r----- 1 root operator 15, 0x00010002 Oct 4 10:10 /dev/vn0 brw-r----- 1 root operator 15, 0 Oct 4 10:10 /dev/vn0a Missing something obvious? Thanks jeff On Wed, 13 Oct 1999, Matthew West wrote: > Real-To: Matthew West > Real-Cc: freebsd-questions@FreeBSD.ORG > > On Wed, Oct 13, 1999 at 06:43:46AM -0700, Jeff Gray wrote: > > After preparation of cd9660 image using mkisofs I would like to mount the > > file system so I can look at it before actually burning the cd. > > Take a look at vnconfig(8). > > # vnconfig /dev/vn0 /scratch/cd_image > # mount -t cd9660 /dev/vn0a /cdrom > > -- > mwest@uct.ac.za > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message