Subject: Re: Don't know how to mount iso9660 image file
To: None <netbsd-users@netbsd.org>
From: Nguyen Thanh Bien <vampire@vietel.com.vn>
List: netbsd-users
Date: 07/22/2003 16:45:32
Ignatios Souvatzis wrote:

>First create a virtual device using vnconfig, then use normal
>mount -t cd9660 with that.
>
>See the manual pages of both commands.
>
>Regards,
>	-is
>
i've type (as root):
vnconfig -c vnd0 /home/bien/myfile.iso (no error printed out)
mount -t cd9660 /dev/vnd0c /home/bien/myfile
i got this error:
Invalid argument

???
Thanks
Bien