From owner-freebsd-questions Wed Oct 13 6:54:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from apotheosis.za.org (apotheosis.za.org [137.158.128.27]) by hub.freebsd.org (Postfix) with ESMTP id CB455151F4 for ; Wed, 13 Oct 1999 06:54:48 -0700 (PDT) (envelope-from mwest@uct.ac.za) Date: Wed, 13 Oct 1999 15:54:23 +0200 From: Matthew West To: Jeff Gray Cc: freebsd-questions@FreeBSD.ORG Subject: Re: mountable directory? Message-ID: <19991013155423.A22320@apotheosis.za.org> Mail-Followup-To: Jeff Gray , freebsd-questions@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from "Jeff Gray" on Wed, Oct 13, 1999 at 06:43:46AM Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: 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