Date: Wed, 19 Dec 2001 08:11:00 -0800 (PST) From: Bill Schoolcraft <bill@wiliweld.com> To: Consol <consol@xs4all.nl> Cc: <freebsd-questions@FreeBSD.ORG> Subject: Re: mount *.ISO files...... Message-ID: <Pine.LNX.4.33.0112190806410.14507-100000@localhost.localdomain> In-Reply-To: <9vq7ge$3d2$1@news1.xs4all.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.33.0112190806410.14507-100000>