From owner-freebsd-questions Tue Jun 1 20:25:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 4DB5615157 for ; Tue, 1 Jun 1999 20:25:38 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.8.8) id XAA13936; Tue, 1 Jun 1999 23:25:57 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199906020325.XAA13936@cc942873-a.ewndsr1.nj.home.com> Subject: Re: image files. In-Reply-To: from "Jason L. Schwab" at "Jun 1, 99 08:43:01 pm" To: jschwab@royal.net (Jason L. Schwab) Date: Tue, 1 Jun 1999 23:25:57 -0400 (EDT) Cc: ghandi@mindless.com, questions@FreeBSD.ORG Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jason L. Schwab wrote, > People, > > Is it possible to mount a ISO9660 image file in freebsd? > i can make the image with mkisofs, but can I mount it to check it out? Yes and yes. If your image is called, 'cdimage.dat': # vnconfig /dev/vn0c cdimage.dat # mount -t iso9660 /dev/vn0c /mnt Should do it, provided you have the vn pseudo-device compiled in your kernel. See 'man vnconfig,' 'man vn,' and 'man mount_iso9660.' -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message