Subject: Re: mounting a ISO9660 FS image?
To: Simon J. Gerraty <sjg@quick.com.au>
From: Ignatios Souvatzis <is@jocelyn.rhein.de>
List: current-users
Date: 01/04/2000 21:03:58
On Wed, Jan 05, 2000 at 12:30:28AM +1100, Simon J. Gerraty wrote:
> I'm about to make an iso fs for a CD, but I'd like to be able to mount
> it and tripple check that everything is present and working before I
> burn a CD.

I had the same problem when testing a mkisofs test cd image ... not wanting
to hunt 3 bugs at once, I just dd'd to the swap partition of my 1.4.1 drive.

you can tell vnconfig to use a disktab entry with -t typename, or tell
it a geometry in-line. See the manual page.

vnconfig -vc vnd0 /tmp/bla 512/32/64/650 

should give you something that works. If not, try 2048/8/64/650.

Regards,
	-is