Subject: Re: Don't know how to mount iso9660 image file
To: <>
From: David Laight <david@l8s.co.uk>
List: netbsd-users
Date: 07/22/2003 11:09:05
On Tue, Jul 22, 2003 at 11:55:31AM +0200, Ignatios Souvatzis wrote:
> Hello,
> 
> On Tue, Jul 22, 2003 at 04:45:32PM +0700, Nguyen Thanh Bien wrote:
> 
> > mount -t cd9660 /dev/vnd0c /home/bien/myfile
> > i got this error:
> > Invalid argument
> 
> What hardware architecture? The "whole disk" partition has the index
> sysctl kern.rawpartition - it's different on i386 from other architectures.
> 
> The device to use is
> 
> "/dev/vnd0"`sysctl -n kern.rawpartition|tr '[0-9]' '[a-j]'`

/dev/vnd0a should also work - the kernel sets 'a' to be the whole volume
in the absence of a disklabel (for filesystems in files and vnd).

	David

-- 
David Laight: david@l8s.co.uk