Subject: Re: Re: mounting miniroot.fs
To: Gunther Nikl <gni@gecko.de>
From: David Brownlee <abs@netbsd.org>
List: port-amiga
Date: 10/27/2000 16:48:35
	You probably need support for reading/writing opposing endian
	filesystems - its 'options FFS_EI' in NetBSD. Presumably FreeBSD
	has something similar.

                David/absolute
			       -- www.netbsd.org: A pmap for every occasion --


On Fri, 27 Oct 2000, Gunther Nikl wrote:

> On Fri, Oct 27, 2000 at 04:02:14PM +0200, Inaki Saez wrote:
> > In NetBSD is very easy (no special parameters are needed). I run NetBSD-hp300
> > with kernel version 1.4.1, and it works:
> >
> >  - Configure the vnd0 device:
> >
> >   vnconfig /dev/vnd0 miniroot.fs
>
>   This works.
>
> >  - Mount the device:
> >
> >   mount /dev/vnd0c /mnt
>
>   This yields to a "mount: /dev/vn0c on /mnt: incorrect super block" message
>   (on FreeBSD 4.0-RELEASE)
>
>   Gunther
>