Subject: Re: How to mount iso image with vnconfig
To: Jeremy C. Reed <reed@reedmedia.net>
From: Boo Geum Jung <bgjung@etri.re.kr>
List: netbsd-users
Date: 06/19/2002 12:43:48
The same results came. The following lines show the results.

# vnconfig -v -c /dev/vnd0d i386pkg1.iso
/dev/vnd0d: 642777088 bytes on i386pkg1.iso
# mount -t cd9660 /dev/vnd0a /mnt
# cd /mnt
# ls
ls: .: No such file or directory
# cd
# umount /mnt
# vnconfig -u vnd0d
#

----- Original Message -----
From: "Jeremy C. Reed" <reed@reedmedia.net>
To: "Boo Geum Jung" <bgjung@etri.re.kr>
Cc: <netbsd-users@netbsd.org>
Sent: Wednesday, June 19, 2002 11:26 AM
Subject: Re: How to mount iso image with vnconfig


> I usually do:
>
>  vnconfig -v -c /dev/vnd0d output.iso
>  mount -t cd9660 /dev/vnd0a /mnt
> ...
>  umount /mnt
>  vnconfig -u vnd0d
>
>    Jeremy C. Reed
>    http://www.reedmedia.net/
>