Subject: help with vnconfig and mount in 2.0
To: None <netbsd-help@netbsd.org>
From: Russell McManus <russell_mcmanus@yahoo.com>
List: netbsd-help
Date: 12/01/2004 09:23:37
If I had an iso image, I could use the following commmands to browse
the image under 1.6:

  vnconfig vnd0 stuff.iso
  mount -t cd9660 /dev/vnd0c /mnt/cdrom

I've since upgraded my system to 2.0.  Now I get the following:

  # vnconfig -u vnd0
  # vnconfig vnd0 /export/home/russe/stuff.iso 
  # mount -t cd9660 /dev/vnd0c /mnt/cdrom
  mount_cd9660: /dev/vnd0c on /mnt/cdrom: Device not configured

I just re-ran MAKEDEV all in /dev.  MAKEDEV appears to be from 2.0,
not 1.6.  I've also tried variations on /dev/vnd0c, to no avail.

Any ideas what I'm doing wrong?  I'm sure it's something simple.

Thanks,
-russ