From owner-freebsd-questions@FreeBSD.ORG Wed Nov 19 20:47:09 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 1C1F8106564A for ; Wed, 19 Nov 2008 20:47:09 +0000 (UTC) (envelope-from jalmberg@identry.com) Received: from mx1.identry.com (on.identry.com [66.111.0.194]) by mx1.freebsd.org (Postfix) with ESMTP id A43518FC18 for ; Wed, 19 Nov 2008 20:47:08 +0000 (UTC) (envelope-from jalmberg@identry.com) Received: (qmail 74905 invoked by uid 89); 19 Nov 2008 20:47:07 -0000 Received: from unknown (HELO ?192.168.1.110?) (jalmberg@75.127.142.66) by mx1.identry.com with ESMTPA; 19 Nov 2008 20:47:07 -0000 Mime-Version: 1.0 (Apple Message framework v753.1) In-Reply-To: <20081119194853.GA5901@icarus.home.lan> References: <20081119164919.GA2347@icarus.home.lan> <20081119172649.GA3139@icarus.home.lan> <20081119185829.GA4786@icarus.home.lan> <20081119194853.GA5901@icarus.home.lan> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <38EB8435-EBD8-463B-9D64-C0E6B849E69E@identry.com> Content-Transfer-Encoding: 7bit From: John Almberg Date: Wed, 19 Nov 2008 15:47:05 -0500 To: freebsd-questions@freebsd.org X-Mailer: Apple Mail (2.753.1) Subject: Re: snmpd strangeness 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, 19 Nov 2008 20:47:09 -0000 >> The card in the box is a >> >> Intel 18E PCI-Express x8 SAS/SATA2 Hardware ROMB RAID with 128MB >> Memory >> Module and 72 Hour Battery Backup Cache >> >> $625 as shown on the packing list, so I hope it's a good one. > > Ah, I think it's hardware RAID, and PCIe to boot. Yes, I would > recommend keeping that! What does it show up as under FreeBSD? I'm > curious what driver it uses, and what your disks show up as (daX or > adX; > probably daX). H'mmm... You are revealing great gaps in my knowledge today, Jeremy. Not that that's hard to do... I've been looking in dmesg.boot and fstab for clues... Not sure if that is where I should be looking, but I figured there would be mount messages in dmsg.boot. Unfortunately, there is a whole bunch of stuff in there I have no clue about. Fascinating reading, though! Does mf0/mf1 sound correct? If not, how would I find the driver info? Typical line in fstab: /dev/mfid0s1a / ufs rw 1 1 -- John