Subject: Re: What to read for boot process?
To: port-sparc64 <port-sparc64@netbsd.org>
From: leam <leam@reuel.net>
List: port-sparc64
Date: 05/13/2003 11:52:28
Martin Husemann wrote:
> 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)

Failed with up to 5 "-v" and -t ffs. Didn't do more, need a nap before 
returning to work. The errors were:

mount -v -v -v -v -v -t ffs /dev/sd0a /
Unknown option (-v)

mount -o -v /dev/sd0a /
   and mount -o v
option -v (v) not supported.

For the record, the script is at:

http://www.reuel.net/toolshed/diskbackup.html

Except that now the fsck includes a -yf, and the grep for dev in the 
fstab adds a "grep -v swap".

Running 1.6R.

ciao!

leam