From owner-freebsd-stable@FreeBSD.ORG Tue Dec 9 14:23:30 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFA3116A4CE for ; Tue, 9 Dec 2003 14:23:30 -0800 (PST) Received: from mail.evild.eu.org (27-moc-4.acn.waw.pl [212.76.43.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1534D43D28 for ; Tue, 9 Dec 2003 14:23:29 -0800 (PST) (envelope-from evild@acn.pl) Received: from n9 (nat-b.acn.pl [212.76.39.249]) by mail.evild.eu.org (Postfix) with ESMTP id B52361FC5 for ; Tue, 9 Dec 2003 23:22:05 +0100 (CET) From: "Michal Malanowicz" To: Date: Tue, 9 Dec 2003 23:23:23 +0100 Message-ID: <000101c3bea3$0edfcac0$ae07400a@n9> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: RE: Problem with Sil 680 RAID card X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Dec 2003 22:23:30 -0000 Anyone who has problems with Silicon Image (Sil 680) based RAID cards (me till now) here is the solution: I needed 3 hard drives to create a mirror, one to boot the system from and 2 others connected to RAID controler. BIOS in controller card was left alone - no RAID created. I booted FreeBSD from first drive, used: atacontrol create RAID1 ad4 ad6 to create mirror from 2 disks connected to controler card. Then, after rebooting and disconecting the first hard drive (ad0) I started to install FreeBSD again - now on ar0. atacontrol must have written something to mbr on this disks or do something similar... I think. Now I have: blue# pciconf -l -v atapci1@pci0:9:0: class=0x010400 card=0x36801095 chip=0x06801095 rev=0x02 hdr=0x00 vendor = 'Silicon Image Inc (Was: CMD Technology Inc)' device = 'SiI 0680 (Was: PCI-0648) Ultra ATA133 EIDE Controller' class = mass storage subclass = RAID blue# mount /dev/ar0s1a on / (ufs, local) blue# atacontrol status ar0 ar0: ATA RAID1 subdisks: ad4 ad6 status: READY :) Mike Malanowicz