From owner-freebsd-questions@FreeBSD.ORG Thu May 15 15:18:49 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B795837B401 for ; Thu, 15 May 2003 15:18:49 -0700 (PDT) Received: from blacklamb.mykitchentable.net (207-173-248-65.bras01.elk.ca.frontiernet.net [207.173.248.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 265D543F85 for ; Thu, 15 May 2003 15:18:49 -0700 (PDT) (envelope-from drew@mykitchentable.net) Received: from tagalong (unknown [165.107.42.110]) by blacklamb.mykitchentable.net (Postfix) with SMTP id 4F9D3EE54E for ; Thu, 15 May 2003 15:18:48 -0700 (PDT) Message-ID: <01c401c31b2f$da567d60$6e2a6ba5@tagalong> From: "Drew Tomlinson" To: "FreeBSD Questions" Date: Thu, 15 May 2003 15:18:03 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: Vinum & Firewire? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2003 22:18:50 -0000 I have created a large vinum volume consisting of one concatenated plex. The volume uses 3 drives. Two of the three are IDE drives mounted in the system case and attached to the IDE controller on the motherboard. A volume made from these two drives functioned flawlessly for over a year. Then the volume finally filled so I added another IDE drive. However I did not have room in the system case so I put the drive in a firewire enclosure and added a firewire card to the system. Everything seems to work fine once the system is up and running. The problem is that upon boot, the firewire drive is not available to vinum as indicated in this 'list' command: D ftp2 State: referenced Device Avail: 0/0 MB Which, of course, leads to a 'corrupt' plex and 'crashed' subdisk: P ftp.p0 C State: corrupt Subdisks: 3 Size: 223 GB S ftp.p0.s2 State: crashed PO: 149 GB Size: 74 GB I suspect the cause is that the firewire drive is not ready at the time vinum starts. Can anyone confirm or deny this? Is there a way to add a delay in the boot process to allow the firewire drive extra time? Should I not use vinum with firewire devices? Any guidance or suggestion appreciated greatly! Thanks, Drew