Subject: Mounting cd image via vnd
To: None <netbsd-help@netbsd.org>
From: Martin J. Laubach <mjl@emsi.priv.at>
List: netbsd-help
Date: 05/28/1999 11:31:44
  Somebody please point me to the obvious so I can kick myself,
how do I mount a CD image using vnd? I tried:

	asparagus# vnconfig vnd0 /home/temp/foo.bin 2048/1/314691/1
	asparagus# mount -t cd9660 /dev/vnd0a /opt
	mount_cd9660: : Invalid argument

  and several variations thereof, same result.

  How does one do it?

	mjl