From owner-freebsd-questions Wed Dec 19 8:11: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from corten2.billschoolcraft.com (adsl-63-193-247-201.dsl.snfc21.pacbell.net [63.193.247.201]) by hub.freebsd.org (Postfix) with ESMTP id E458137B417 for ; Wed, 19 Dec 2001 08:11:03 -0800 (PST) Received: from corten8.billschoolcraft.com ([192.168.7.8]) by corten2.billschoolcraft.com with esmtp (Exim 3.22 #1 (Debian)) id 16GjJ5-0005ZZ-00; Wed, 19 Dec 2001 08:10:59 -0800 Date: Wed, 19 Dec 2001 08:11:00 -0800 (PST) From: Bill Schoolcraft X-X-Sender: To: Consol Cc: Subject: Re: mount *.ISO files...... In-Reply-To: <9vq7ge$3d2$1@news1.xs4all.nl> Message-ID: System-ID: [en] (I; Linux-2.4.16 i86pc) 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 At Wed, 19 Dec 2001 it looks like Consol composed: > hey.... > > Is there a way to mount an ISO file ? > I hacked a small script called /bin/iso to mount a documentation CD that I use for reference all the time and view from Netscape. [wiliweld@LC-BSD-wiliweld /usr/home/wiliweld]--> less /bin/iso #!/bin/sh # /usr/sbin/vnconfig vn0 /usr/home/wiliweld/ljcd2.iso /sbin/mount_cd9660 /dev/vn0c /mnt/test/ echo echo "Now lets take a look at the newly mounted ISO image." sleep 1 echo ls -al /mnt/test | less To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message