Subject: Re: no /dev/console or panic: Prefetch abort in non-USR mode (was
To: Chris Budd <budd_iq80321@hotmail.com>
From: Richard Earnshaw <rearnsha@arm.com>
List: port-arm
Date: 01/26/2004 14:20:40
> >From: Steve Woodford <scw@wasabisystems.com>
> >Date: Sat, 24 Jan 2004 09:39:41 +0000
> >
> >On Friday 23 January 2004 8:59 pm, Chris Budd wrote:
> >
> > > Why is mount_mfs missing from base.tgz?
> >
> >It's not. Can you send me the output of "ls -l /sbin" please? (Where
> >'/sbin' is relative to the i180321's NFS root filesystem).
> 
> Mount_mfs does not appear in the base.tgz that I downloaded from netbsd.org; 
> the only place I have seen it is the base.tgz on the 1.6F Wasabi CD that 
> came with the iq80321.  Here is the listing from my 1.6.1 downloaded and 
> extracted tarball; no mount_mfs:

tar ztvf base.tgz
...
-r-xr-xr-x root/wheel         0 2003-04-07 23:04:59 ./sbin/mount_mfs link 
to ./sbin/newfs
...

It's a symbolic link to newfs (several of the mount programs are symlinks 
to various other programs).

It looks like you are missing all the symlinks from your sbin directory.  
You need to find out why.

R.