Subject: Re: Don't know how to mount iso9660 image file
To: Nguyen Thanh Bien <vampire@vietel.com.vn>
From: Chris Lloyd <strawberry@toth.org.uk>
List: netbsd-users
Date: 07/22/2003 10:44:13
On Tue, Jul 22, 2003 at 04:29:01PM +0700, Nguyen Thanh Bien wrote:
> Hi all !
> i've just install NetBSD 1.6.1 for this 1st time..so i don't know how to 
> do many thing :(
> but one of them this mounting an iso9660 image file (cd image)
> in Linux i type: mount -o loop -t iso9660 myfile.iso /mymountpoint, but 
> in NetBSD, it not work

You'll need vnconfig, and mount

vnconfig /dev/vnd0d image.iso
mount -t cd9660 /dev/vnd0a /mnt

to unmount:

umount /mnt
vnconfig -u /dev/vnd0d

 - Chris

--
strawberry@toth.org.uk
http://www.toth.org.uk/~strawberry