Subject: Re: problems booting RAID1
To: brad dreisbach <bradd@ameri.ca>
From: Martin Husemann <martin@duskware.de>
List: port-sparc64
Date: 08/11/2006 21:05:31
On Fri, Aug 11, 2006 at 12:10:13PM -0400, brad dreisbach wrote:
> .Inode not directory

Nuke the old superblock on the raid (the one at the non-raid position).
If you have nothing important on the disks, you can do that by something
like

  dd if=/dev/zero count=150 of=/dev/rsd0c

(and equivalent for all other disks that make up your raid)

Martin