From owner-freebsd-questions Sat Jan 29 19:32:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 4F251151B2 for ; Sat, 29 Jan 2000 19:32:07 -0800 (PST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id VAA52829; Sat, 29 Jan 2000 21:31:56 -0600 (CST) (envelope-from dan) Date: Sat, 29 Jan 2000 21:31:56 -0600 From: Dan Nelson To: Mark Shirley Cc: freebsd-questions@FreeBSD.ORG Subject: Re: mounting iso as a filesystem Message-ID: <20000129213156.A52554@dan.emsphone.com> References: <20000129223907.A363@cyberfrg.access.one.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000129223907.A363@cyberfrg.access.one.net>; from "Mark Shirley" on Sat Jan 29 22:39:07 GMT 2000 X-OS: FreeBSD 4.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Jan 29), Mark Shirley said: > how would i proceed to mount an .iso as a filesystem? linux can do > it using the loop back device but is there a way to accomplish this > task via freebsd? vnconfig vn0c myiso.iso mount -t cd9660 /dev/vn0c /cdrom should work. -- Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message