From owner-freebsd-questions@FreeBSD.ORG Tue Apr 29 06:56:20 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 994B91065677 for ; Tue, 29 Apr 2008 06:56:20 +0000 (UTC) (envelope-from roberto.nunnari@supsi.ch) Received: from ti-edu.ch (posta.ti-edu.ch [195.176.176.171]) by mx1.freebsd.org (Postfix) with ESMTP id 1ACCC8FC12 for ; Tue, 29 Apr 2008 06:56:19 +0000 (UTC) (envelope-from roberto.nunnari@supsi.ch) X-Virus-Scanned: by cgpav Received: from [193.5.152.27] (HELO [127.0.0.1]) by ti-edu.ch (CommuniGate Pro SMTP 5.1.12) with ESMTP id 25718272 for freebsd-questions@freebsd.org; Tue, 29 Apr 2008 08:56:17 +0200 Message-ID: <4816C6D2.8090309@supsi.ch> Date: Tue, 29 Apr 2008 08:57:22 +0200 From: Roberto Nunnari User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: raid and dump/restore after the disaster X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2008 06:56:20 -0000 Hi all! I'm playing with new HW and FreeBSD 6.3 and 7.0. I set up raid 1 on two sata disks (fakeraid on ICH9R) and as long as I can see, it seams to work very well. Now I'm trying to simulate 1 disk failure (I just take out a disk and boot again). Doesn't matter which of the two disks I take out, the bios correctly shows the raid as degraded and bootable, loads the FreeBSD loader, who loads the kernel and starts the boot. But when the kernel comes to the drives (or the swap?) it fatal traps 12. The trap descriptions sais that current process is 0 (swapper). Reading that I commented out the swap partition from fstab, but that doesn't help. How can I get the system to finish the boot? Thank you and best regards. -- Robi