From owner-freebsd-questions@FreeBSD.ORG Wed Aug 10 13:57:18 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 949F016A423 for ; Wed, 10 Aug 2005 13:57:18 +0000 (GMT) (envelope-from jd@dagerot.com) Received: from amail1.space2u.com (amail1.space2u.com [62.20.1.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id E79A743D45 for ; Wed, 10 Aug 2005 13:57:17 +0000 (GMT) (envelope-from jd@dagerot.com) Received: from localhost (www-core.space2u.com [62.20.1.180]) by amail1.space2u.com (8.13.4/8.13.4) with ESMTP id j7ADvEoK024471; Wed, 10 Aug 2005 15:57:14 +0200 Date: Wed, 10 Aug 2005 15:57:14 +0200 Message-Id: <200508101357.j7ADvEoK024471@amail1.space2u.com> MIME-Version: 1.0 From: "Joachim Dagerot" To: Graham Bentley Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: RAID Advice 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: Wed, 10 Aug 2005 13:57:18 -0000 Your RAID system is only reported as one single device to the OS. To see status of your RAID arrays you'll need to use the RAID mgmt software that Adaptec probably provides. On 2005-08-10 Graham Bentley wrote: Hello All, > >I am setting up FreeBSD 5.4 on a Dell SC1420 server. It has an Adaptec >39320 SCSI Card which will do RAID 1 Hosting. I have Control-A and >enterd the SCSI BIOS and created a RAID Pair from the two 73 GB SCSI >Discs. When I came to install FreeBSD I only used the first disc it >had detected [da0] There was a lot of disc activity and the install >went ok (if not a bit slower than usual) but if I try and mount >/dev/da1 (the second disc) I get "no such file or directory" - I am >using ; > >mount -t ufs /dev/sd1 /mnt > >How do I check that the data is mirrored and should I be able to >access this disc if all is correct ? > >Also, should I enable write cache on the host card ? > >Thanks ! >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > >