Subject: Re: What to read for boot process?
To: leam <leam@reuel.net>
From: Martin Husemann <martin@duskware.de>
List: port-sparc64
Date: 05/13/2003 12:06:30
On Mon, May 12, 2003 at 09:16:31PM -0400, leam wrote:
> mount -va fails:
> 
> usage: mount_umap [ -o option] -u usermap -g groupmap target_fs mount_point

Strange.

Try multiple -v's and maybe adding "-t ffs", and try per partition in your
fstab (obviously leaving out the swap partition).

E.g.: mount -v -v -v -t ffs /dev/rsd1a /
(substituting the -t and the device argument line by line from your /etc/fstab)

Martin