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:54:27
>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
>
>  
>
it works fine, the reason is my bad iso file (it may be corrupted)
thanks all !
Bien