From owner-freebsd-hardware Sun Mar 10 9:16: 2 2002 Delivered-To: freebsd-hardware@freebsd.org Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by hub.freebsd.org (Postfix) with ESMTP id 59B7137B41A for ; Sun, 10 Mar 2002 09:16:00 -0800 (PST) Received: from randy by rip.psg.com with local (Exim 4.00) id 16k6vM-0003Nj-00 for freebsd-hardware@freebsd.org; Sun, 10 Mar 2002 09:15:56 -0800 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: freebsd-hardware@freebsd.org Subject: how to map out ide disk errors Message-Id: Date: Sun, 10 Mar 2002 09:15:56 -0800 Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org how do i map out two bad ide tracks, or parts thereof, in bsd? ad0s3g: hard error reading fsbn 30938923 of 6749312-6749567 (ad0s3 bn 30938923; cn 1925 tn 219 sn 1)ad0: DMA problem fallback to PIO mode ad0: DMA problem fallback to PIO mode ad0s3g: hard error reading fsbn 30939163 of 6749312-6749567 (ad0s3 bn 30939163; cn 1925 tn 222 sn 52) status=59 error=01 ad0: DMA problem fallback to PIO mode ad0s3g: hard error reading fsbn 30939179 of 6749328-6749567 (ad0s3 bn 30939179; cn 1925 tn 223 sn 5) status=59 error=01 ad0s3g: hard error reading fsbn 30939195 of 6749344-6749567 (ad0s3 bn 30939195; cn 1925 tn 223 sn 21) status=59 error=01 ad0s3g: hard error reading fsbn 30939211 of 6749360-6749567 (ad0s3 bn 30939211; cn 1925 tn 223 sn 37) status=59 error=01 ad0s3g: hard error reading fsbn 30939227 of 6749376-6749567 (ad0s3 bn 30939227; cn 1925 tn 223 sn 53) status=59 error=01 ad0s3g: hard error reading fsbn 30939243 of 6749392-6749567 (ad0s3 bn 30939243; cn 1925 tn 224 sn 6) status=59 error=01 ad0s3g: hard error reading fsbn 30939259 of 6749408-6749567 (ad0s3 bn 30939259; cn 1925 tn 224 sn 22) status=59 error=01 ad0s3g: hard error reading fsbn 30939275 of 6749424-6749567 (ad0s3 bn 30939275; cn 1925 tn 224 sn 38) status=59 error=01 ad0s3g: hard error reading fsbn 30939291 of 6749440-6749567 (ad0s3 bn 30939291; cn 1925 tn 224 sn 54) status=59 error=01 ad0s3g: hard error reading fsbn 30939307 of 6749456-6749567 (ad0s3 bn 30939307; cn 1925 tn 225 sn 7) status=59 error=01 ad0s3g: hard error reading fsbn 30939323 of 6749472-6749567 (ad0s3 bn 30939323; cn 1925 tn 225 sn 23) status=59 error=01 ad0s3g: hard error reading fsbn 30939339 of 6749488-6749567 (ad0s3 bn 30939339; cn 1925 tn 225 sn 39) status=59 error=01 ad0s3g: hard error reading fsbn 30939355 of 6749504-6749567 (ad0s3 bn 30939355; cn 1925 tn 225 sn 55) status=59 error=01 ad0s3g: hard error reading fsbn 30939371 of 6749520-6749567 (ad0s3 bn 30939371; cn 1925 tn 226 sn 8) status=59 error=01 ad0s3g: hard error reading fsbn 30939387 of 6749536-6749567 (ad0s3 bn 30939387; cn 1925 tn 226 sn 24) status=59 error=01 ad0s3g: hard error reading fsbn 30939403 of 6749552-6749567 (ad0s3 bn 30939403; cn 1925 tn 226 sn 40) status=59 error=01 ad0s3g: hard error reading fsbn 30939403 of 6749552-6749567 (ad0s3 bn 30939403; cn 1925 tn 226 sn 40) status=59 error=01 or must i dump, format the drive, and then restore? randy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message From owner-freebsd-hardware Sun Mar 10 10:35:56 2002 Delivered-To: freebsd-hardware@freebsd.org Received: from asmodean.nks.net (asmodean.nks.net [216.139.201.16]) by hub.freebsd.org (Postfix) with ESMTP id 9152337B419 for ; Sun, 10 Mar 2002 10:34:57 -0800 (PST) Received: from localhost (joeo@localhost) by asmodean.nks.net (8.9.3/8.9.3) with ESMTP id NAA07658; Sun, 10 Mar 2002 13:34:58 -0500 Date: Sun, 10 Mar 2002 13:34:58 -0500 (EST) From: X-Sender: To: Randy Bush Cc: Subject: Re: how to map out ide disk errors In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I don't believe bad sector remapping (wih bad144) is supported anymore (with the newer ata framework). Newer ide drives (less that 3-4 years old) should have "perfect media" capabilities by default, where the drive will remap bad sectors on its own. The way you trigger that, if the drive is capable of doing it, is to use "dd" to read and write from the raw partiotion. I remember seeing commits to /etc/periodic/weekly in current that have a dd read the raw partitions in order to force the drive to preen itself. And yes, it looks like you'll need to backup that partition and either end the partion around that bad area or see if you can trigger the bad sector remapping. And before anyone rants about bad144 disapearing remember that you can buy 20 gig hard drives retail for about $100 US and most of the drive manufacturers let you RMA drives for a very long time after date of purchase. On Sun, 10 Mar 2002, Randy Bush wrote: > how do i map out two bad ide tracks, or parts thereof, in bsd? > > ad0s3g: hard error reading fsbn 30938923 of 6749312-6749567 (ad0s3 bn 30938923; cn 1925 tn 219 sn 1)ad0: DMA problem fallback to PIO mode > ad0: DMA problem fallback to PIO mode > ad0s3g: hard error reading fsbn 30939163 of 6749312-6749567 (ad0s3 bn 30939163; cn 1925 tn 222 sn 52) status=59 error=01 > ad0: DMA problem fallback to PIO mode > ad0s3g: hard error reading fsbn 30939179 of 6749328-6749567 (ad0s3 bn 30939179; cn 1925 tn 223 sn 5) status=59 error=01 > ad0s3g: hard error reading fsbn 30939195 of 6749344-6749567 (ad0s3 bn 30939195; cn 1925 tn 223 sn 21) status=59 error=01 > ad0s3g: hard error reading fsbn 30939211 of 6749360-6749567 (ad0s3 bn 30939211; cn 1925 tn 223 sn 37) status=59 error=01 > ad0s3g: hard error reading fsbn 30939227 of 6749376-6749567 (ad0s3 bn 30939227; cn 1925 tn 223 sn 53) status=59 error=01 > ad0s3g: hard error reading fsbn 30939243 of 6749392-6749567 (ad0s3 bn 30939243; cn 1925 tn 224 sn 6) status=59 error=01 > ad0s3g: hard error reading fsbn 30939259 of 6749408-6749567 (ad0s3 bn 30939259; cn 1925 tn 224 sn 22) status=59 error=01 > ad0s3g: hard error reading fsbn 30939275 of 6749424-6749567 (ad0s3 bn 30939275; cn 1925 tn 224 sn 38) status=59 error=01 > ad0s3g: hard error reading fsbn 30939291 of 6749440-6749567 (ad0s3 bn 30939291; cn 1925 tn 224 sn 54) status=59 error=01 > ad0s3g: hard error reading fsbn 30939307 of 6749456-6749567 (ad0s3 bn 30939307; cn 1925 tn 225 sn 7) status=59 error=01 > ad0s3g: hard error reading fsbn 30939323 of 6749472-6749567 (ad0s3 bn 30939323; cn 1925 tn 225 sn 23) status=59 error=01 > ad0s3g: hard error reading fsbn 30939339 of 6749488-6749567 (ad0s3 bn 30939339; cn 1925 tn 225 sn 39) status=59 error=01 > ad0s3g: hard error reading fsbn 30939355 of 6749504-6749567 (ad0s3 bn 30939355; cn 1925 tn 225 sn 55) status=59 error=01 > ad0s3g: hard error reading fsbn 30939371 of 6749520-6749567 (ad0s3 bn 30939371; cn 1925 tn 226 sn 8) status=59 error=01 > ad0s3g: hard error reading fsbn 30939387 of 6749536-6749567 (ad0s3 bn 30939387; cn 1925 tn 226 sn 24) status=59 error=01 > ad0s3g: hard error reading fsbn 30939403 of 6749552-6749567 (ad0s3 bn 30939403; cn 1925 tn 226 sn 40) status=59 error=01 > ad0s3g: hard error reading fsbn 30939403 of 6749552-6749567 (ad0s3 bn 30939403; cn 1925 tn 226 sn 40) status=59 error=01 > > or must i dump, format the drive, and then restore? > > randy > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-hardware" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message From owner-freebsd-hardware Sun Mar 10 12:17: 6 2002 Delivered-To: freebsd-hardware@freebsd.org Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by hub.freebsd.org (Postfix) with ESMTP id 24A9037B41A for ; Sun, 10 Mar 2002 12:17:03 -0800 (PST) Received: from randy by rip.psg.com with local (Exim 4.00) id 16k9kX-000F56-00; Sun, 10 Mar 2002 12:16:57 -0800 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Cc: Subject: Re: how to map out ide disk errors References: Message-Id: Date: Sun, 10 Mar 2002 12:16:57 -0800 Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > I don't believe bad sector remapping (wih bad144) is supported anymore > (with the newer ata framework). so i noticed. life does move on. i am doing the dd if=raw of=/dev/null now. thanks. so, if i want to plug a replacement drive into this laptop, and this one has win98se and freebsd slices, is there something like ghost or whatever one can use to clone it off? randy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message From owner-freebsd-hardware Sun Mar 10 17:36:38 2002 Delivered-To: freebsd-hardware@freebsd.org Received: from workhorse.iMach.com (workhorse.iMach.com [206.127.77.89]) by hub.freebsd.org (Postfix) with ESMTP id 63FA737B400 for ; Sun, 10 Mar 2002 17:36:34 -0800 (PST) Received: from localhost (forrestc@localhost) by workhorse.iMach.com (8.9.3/8.9.3) with ESMTP id SAA23762; Sun, 10 Mar 2002 18:30:45 -0700 (MST) Date: Sun, 10 Mar 2002 18:30:45 -0700 (MST) From: "Forrest W. Christian" To: Randy Bush Cc: freebsd-hardware@FreeBSD.ORG Subject: Re: how to map out ide disk errors In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, 10 Mar 2002, Randy Bush wrote: > how do i map out two bad ide tracks, or parts thereof, in bsd? > or must i dump, format the drive, and then restore? Randy, There are exactly two steps for dealing with an ide drive with bad sectors: 1. Move the data to a new drive immediately if not sooner. 2. Discard/RMA the old drive. Bad sectors on an IDE drive is a bad thing. Most IDE drives automatically hide bad sectors by redirecting bad blocks. If writing to an IDE drive fails due to "bad sectors" that means the drive has already redirected enough data to fill the redirection area. If you're seeing bad sectors, chances are the drive has gained a lot of new bad spots and as a result is on it's final legs and shouldn't be trusted, EVEN IF you can reformat the drive. - Forrest W. Christian (forrestc@imach.com) AC7DE ---------------------------------------------------------------------- The Innovation Machine Ltd. P.O. Box 5749 http://www.imach.com/ Helena, MT 59604 Home of PacketFlux Technogies and BackupDNS.com (406)-442-6648 ---------------------------------------------------------------------- Protect your personal freedoms - visit http://www.lp.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message From owner-freebsd-hardware Mon Mar 11 9:40:30 2002 Delivered-To: freebsd-hardware@freebsd.org Received: from cobra.acceleratedweb.net (cobra-gw.acceleratedweb.net [207.99.79.37]) by hub.freebsd.org (Postfix) with SMTP id F390137B404 for ; Mon, 11 Mar 2002 09:40:28 -0800 (PST) Received: (qmail 16062 invoked by uid 106); 11 Mar 2002 17:43:01 -0000 Received: from 24-90-123-214.nyc.rr.com (HELO station1) (24.90.123.214) by cobra.acceleratedweb.net with SMTP; 11 Mar 2002 17:43:01 -0000 From: "Simon" To: "freebsd-hardware@freebsd.org" Date: Mon, 11 Mar 2002 12:45:20 -0500 Reply-To: "Simon" X-Mailer: PMMail 2000 Professional (2.10.2010) For Windows 2000 (5.0.2195) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Mylex RAID Card / Dead Drive? Message-Id: <20020311174028.F390137B404@hub.freebsd.org> Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, Does anyone know exactly what this means: mly0: physical device 0:1 device returned unknown status mly0: logical device 0 (da0) critical mly0: unknown event code - 61 mly0: unknown event code - 162 Does this %100 mean I got a dead drive? I'm about to replace this drive and get a replacement on it, but want to make sure. Thanks, Simon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message From owner-freebsd-hardware Mon Mar 11 10:24:49 2002 Delivered-To: freebsd-hardware@freebsd.org Received: from mass.dis.org (dhcp45-21.dis.org [216.240.45.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E5C337B402 for ; Mon, 11 Mar 2002 10:24:45 -0800 (PST) Received: from mass.dis.org (localhost [127.0.0.1]) by mass.dis.org (8.11.6/8.11.6) with ESMTP id g2BINu300998; Mon, 11 Mar 2002 10:23:56 -0800 (PST) (envelope-from msmith@mass.dis.org) Message-Id: <200203111823.g2BINu300998@mass.dis.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: "Simon" Cc: "freebsd-hardware@freebsd.org" Subject: Re: Mylex RAID Card / Dead Drive? In-reply-to: Your message of "Mon, 11 Mar 2002 12:45:20 EST." <20020311174028.F390137B404@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 11 Mar 2002 10:23:56 -0800 From: Michael Smith Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > Does anyone know exactly what this means: > > mly0: physical device 0:1 device returned unknown status > mly0: logical device 0 (da0) critical > mly0: unknown event code - 61 > mly0: unknown event code - 162 > > Does this %100 mean I got a dead drive? I'm about to replace > this drive and get a replacement on it, but want to make sure. What isn't clear in the above? The device at bus 0, target 1 returned an unknown status. Logical device 0 (which is da0) is in critical state We received two unknown events, 61 and 162. Does it look any better written in English? 8) -- To announce that there must be no criticism of the president, or that we are to stand by the president, right or wrong, is not only unpatriotic and servile, but is morally treasonable to the American public. - Theodore Roosevelt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message From owner-freebsd-hardware Mon Mar 11 10:36:47 2002 Delivered-To: freebsd-hardware@freebsd.org Received: from cobra.acceleratedweb.net (cobra-gw.acceleratedweb.net [207.99.79.37]) by hub.freebsd.org (Postfix) with SMTP id 9D29437B404 for ; Mon, 11 Mar 2002 10:36:39 -0800 (PST) Received: (qmail 30447 invoked by uid 106); 11 Mar 2002 18:39:18 -0000 Received: from 24-90-123-214.nyc.rr.com (HELO station1) (24.90.123.214) by cobra.acceleratedweb.net with SMTP; 11 Mar 2002 18:39:18 -0000 From: "Simon" To: "Michael Smith" Cc: "freebsd-hardware@freebsd.org" Date: Mon, 11 Mar 2002 13:41:37 -0500 Reply-To: "Simon" X-Mailer: PMMail 2000 Professional (2.10.2010) For Windows 2000 (5.0.2195) In-Reply-To: <200203111823.g2BINu300998@mass.dis.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: Mylex RAID Card / Dead Drive? Message-Id: <20020311183639.9D29437B404@hub.freebsd.org> Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Michael, Thanks for the reply! Everything is *very* clear. Perhaps I didn't word my question properly. I was wondering if it was possible, for some strange reason, for a properly functioning drive to return an unknown event code. My guess is it's not, I just wanted to make sure as I couldn't find anything regarding this in the archives. Thanks, Simon On Mon, 11 Mar 2002 10:23:56 -0800, Michael Smith wrote: >> Does anyone know exactly what this means: >> >> mly0: physical device 0:1 device returned unknown status >> mly0: logical device 0 (da0) critical >> mly0: unknown event code - 61 >> mly0: unknown event code - 162 >> >> Does this %100 mean I got a dead drive? I'm about to replace >> this drive and get a replacement on it, but want to make sure. > >What isn't clear in the above? > >The device at bus 0, target 1 returned an unknown status. >Logical device 0 (which is da0) is in critical state >We received two unknown events, 61 and 162. > >Does it look any better written in English? 8) > >-- >To announce that there must be no criticism of the president, >or that we are to stand by the president, right or wrong, is not >only unpatriotic and servile, but is morally treasonable to >the American public. - Theodore Roosevelt > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-hardware" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message From owner-freebsd-hardware Mon Mar 11 11: 0:17 2002 Delivered-To: freebsd-hardware@freebsd.org Received: from mass.dis.org (dhcp45-21.dis.org [216.240.45.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C7E137B41A for ; Mon, 11 Mar 2002 11:00:07 -0800 (PST) Received: from mass.dis.org (localhost [127.0.0.1]) by mass.dis.org (8.11.6/8.11.6) with ESMTP id g2BIxO301266; Mon, 11 Mar 2002 10:59:24 -0800 (PST) (envelope-from msmith@mass.dis.org) Message-Id: <200203111859.g2BIxO301266@mass.dis.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: "Simon" Cc: "freebsd-hardware@freebsd.org" Subject: Re: Mylex RAID Card / Dead Drive? In-reply-to: Your message of "Mon, 11 Mar 2002 13:41:37 EST." <20020311183639.9CBB937B402@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 11 Mar 2002 10:59:24 -0800 From: Michael Smith Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > Thanks for the reply! Everything is *very* clear. Perhaps I didn't > word my question properly. I was wondering if it was possible, for > some strange reason, for a properly functioning drive to return an > unknown event code. My guess is it's not, I just wanted to make > sure as I couldn't find anything regarding this in the archives. Since the event code is unknown, there's no way of knowing what it means. It could be the drive telling you "Happy Birthday" for all the driver can tell. 8) The key item is actually that the controller is reporting the array as critical, suggesting that it's kicked a drive offline. That's what you need to address... -- To announce that there must be no criticism of the president, or that we are to stand by the president, right or wrong, is not only unpatriotic and servile, but is morally treasonable to the American public. - Theodore Roosevelt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message From owner-freebsd-hardware Tue Mar 12 10:43:46 2002 Delivered-To: freebsd-hardware@freebsd.org Received: from cobra.acceleratedweb.net (cobra-gw.acceleratedweb.net [207.99.79.37]) by hub.freebsd.org (Postfix) with SMTP id CD27537B404 for ; Tue, 12 Mar 2002 10:43:42 -0800 (PST) Received: (qmail 42156 invoked by uid 106); 12 Mar 2002 18:46:25 -0000 Received: from 24-90-123-214.nyc.rr.com (HELO station1) (24.90.123.214) by cobra.acceleratedweb.net with SMTP; 12 Mar 2002 18:46:25 -0000 From: "Simon" To: "Michael Smith" Cc: "freebsd-hardware@freebsd.org" Date: Tue, 12 Mar 2002 13:49:18 -0500 Reply-To: "Simon" X-Mailer: PMMail 2000 Professional (2.10.2010) For Windows 2000 (5.0.2195) In-Reply-To: <200203111859.g2BIxO301266@mass.dis.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: Mylex RAID Card / Dead Drive? Message-Id: <20020312184342.CD27537B404@hub.freebsd.org> Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Gotcha. Last question, does the current mly driver support S.M.A.R.T. messages reported by the controller? Thanks, Simon On Mon, 11 Mar 2002 10:59:24 -0800, Michael Smith wrote: >> Thanks for the reply! Everything is *very* clear. Perhaps I didn't >> word my question properly. I was wondering if it was possible, for >> some strange reason, for a properly functioning drive to return an >> unknown event code. My guess is it's not, I just wanted to make >> sure as I couldn't find anything regarding this in the archives. > >Since the event code is unknown, there's no way of knowing what it means. > >It could be the drive telling you "Happy Birthday" for all the driver can >tell. 8) > >The key item is actually that the controller is reporting the array as >critical, suggesting that it's kicked a drive offline. That's what you >need to address... > >-- >To announce that there must be no criticism of the president, >or that we are to stand by the president, right or wrong, is not >only unpatriotic and servile, but is morally treasonable to >the American public. - Theodore Roosevelt > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-hardware" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message From owner-freebsd-hardware Tue Mar 12 17:16: 6 2002 Delivered-To: freebsd-hardware@freebsd.org Received: from mf1.bredband.net (mf1.lab.bredband.com [195.54.122.119]) by hub.freebsd.org (Postfix) with ESMTP id ACD4337B402 for ; Tue, 12 Mar 2002 17:15:59 -0800 (PST) Received: from p42k ([213.112.104.7]) by mf1.bredband.net with ESMTP id <20020313011437.THKW12210.mf1@p42k> for ; Wed, 13 Mar 2002 02:14:37 +0100 From: "Mathias Haas" To: Subject: Maxtor D540X (160gb) Date: Wed, 13 Mar 2002 02:17:34 +0100 Message-ID: <000501c1ca2c$dace27c0$100aa8c0@p42k> 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.2600.0000 Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello! Has anyone tried the Maxtor D540X (160gb) with the current version of FreeBSD? Did it work? ;-) There's also a card from Promise called Ultra133 TX2. I think I saw someone developing drivers for the upcoming version of BSD. But has anyone got it to run on 4.5 already? I'm currently running the D540X under Redhat 7.2 with all the latest kernel patches and it works fine. It's just the OS that I don't like... Kind regards, Mathias Haas. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message From owner-freebsd-hardware Tue Mar 12 17:30:36 2002 Delivered-To: freebsd-hardware@freebsd.org Received: from cobra.acceleratedweb.net (cobra-gw.acceleratedweb.net [207.99.79.37]) by hub.freebsd.org (Postfix) with SMTP id 5D46D37B400 for ; Tue, 12 Mar 2002 17:30:33 -0800 (PST) Received: (qmail 31835 invoked by uid 106); 13 Mar 2002 01:33:17 -0000 Received: from 24-90-123-214.nyc.rr.com (HELO station1) (24.90.123.214) by cobra.acceleratedweb.net with SMTP; 13 Mar 2002 01:33:17 -0000 From: "Simon" To: "freebsd-hardware@freebsd.org" , "Mathias Haas" Date: Tue, 12 Mar 2002 20:36:10 -0500 Reply-To: "Simon" X-Mailer: PMMail 2000 Professional (2.10.2010) For Windows 2000 (5.0.2195) In-Reply-To: <000501c1ca2c$dace27c0$100aa8c0@p42k> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: Maxtor D540X (160gb) Message-Id: <20020313013033.5D46D37B400@hub.freebsd.org> Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Yes, it works with 4.5-R, didn't try with earlier releases. -Simon On Wed, 13 Mar 2002 02:17:34 +0100, Mathias Haas wrote: >Hello! > >Has anyone tried the Maxtor D540X (160gb) with the current version of >FreeBSD? > >Did it work? ;-) > >There's also a card from Promise called Ultra133 TX2. I think I saw >someone developing drivers for the upcoming version of BSD. But has >anyone got it to run on 4.5 already? > >I'm currently running the D540X under Redhat 7.2 with all the latest >kernel patches and it works fine. It's just the OS that I don't like... > >Kind regards, >Mathias Haas. > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-hardware" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message From owner-freebsd-hardware Tue Mar 12 17:41:27 2002 Delivered-To: freebsd-hardware@freebsd.org Received: from mf1.bredband.net (mf1.lab.bredband.com [195.54.122.119]) by hub.freebsd.org (Postfix) with ESMTP id 397EC37B402 for ; Tue, 12 Mar 2002 17:41:24 -0800 (PST) Received: from p42k ([213.112.104.7]) by mf1.bredband.net with ESMTP id <20020313014002.THMU12210.mf1@p42k>; Wed, 13 Mar 2002 02:40:02 +0100 From: "Mathias Haas" To: "'Simon'" Cc: Subject: SV: Maxtor D540X (160gb) Date: Wed, 13 Mar 2002 02:42:58 +0100 Message-ID: <000601c1ca30$6769c330$100aa8c0@p42k> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 In-Reply-To: <20020313013033.5D46D37B400@hub.freebsd.org> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Thanks a lot for the fast reply! There are no size limitations (like that you can only use 130gb) or that it's slower than usal? Kind regards, Mathias -----Ursprungligt meddelande----- Fr=E5n: owner-freebsd-hardware@FreeBSD.ORG [mailto:owner-freebsd-hardware@FreeBSD.ORG] F=F6r Simon Skickat: den 13 mars 2002 02:36 Till: freebsd-hardware@freebsd.org; Mathias Haas =C4mne: Re: Maxtor D540X (160gb) Yes, it works with 4.5-R, didn't try with earlier releases. -Simon On Wed, 13 Mar 2002 02:17:34 +0100, Mathias Haas wrote: >Hello! > >Has anyone tried the Maxtor D540X (160gb) with the current version of=20 >FreeBSD? > >Did it work? ;-) > >There's also a card from Promise called Ultra133 TX2. I think I saw=20 >someone developing drivers for the upcoming version of BSD. But has=20 >anyone got it to run on 4.5 already? > >I'm currently running the D540X under Redhat 7.2 with all the latest=20 >kernel patches and it works fine. It's just the OS that I don't like... > >Kind regards, >Mathias Haas. > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-hardware" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message From owner-freebsd-hardware Tue Mar 12 18: 5: 6 2002 Delivered-To: freebsd-hardware@freebsd.org Received: from cobra.acceleratedweb.net (cobra-gw.acceleratedweb.net [207.99.79.37]) by hub.freebsd.org (Postfix) with SMTP id 97D2937B402 for ; Tue, 12 Mar 2002 18:05:01 -0800 (PST) Received: (qmail 37493 invoked by uid 106); 13 Mar 2002 02:07:42 -0000 Received: from 24-90-123-214.nyc.rr.com (HELO station1) (24.90.123.214) by cobra.acceleratedweb.net with SMTP; 13 Mar 2002 02:07:42 -0000 From: "Simon" To: "Mathias Haas" Cc: "freebsd-hardware@freebsd.org" Date: Tue, 12 Mar 2002 21:10:35 -0500 Reply-To: "Simon" X-Mailer: PMMail 2000 Professional (2.10.2010) For Windows 2000 (5.0.2195) In-Reply-To: <000601c1ca30$6769c330$100aa8c0@p42k> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Re: SV: Maxtor D540X (160gb) Message-Id: <20020313020501.97D2937B402@hub.freebsd.org> Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org No, works perfectly fine using all 160gigs. ad0: 156334MB [317632/16/63] at ata0-master BIOSDMA Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ad0s1e 157576238 22482 144947658 0% /test -Simon On Wed, 13 Mar 2002 02:42:58 +0100, Mathias Haas wrote: >Thanks a lot for the fast reply! There are no size limitations (like >that you can only use 130gb) or that it's slower than usal? > >Kind regards, >Mathias > >-----Ursprungligt meddelande----- >Fr=86n: owner-freebsd-hardware@FreeBSD.ORG >[mailto:owner-freebsd-hardware@FreeBSD.ORG] F=94r Simon >Skickat: den 13 mars 2002 02:36 >Till: freebsd-hardware@freebsd.org; Mathias Haas >=8Emne: Re: Maxtor D540X (160gb) > > > >Yes, it works with 4.5-R, didn't try with earlier releases. > >-Simon > >On Wed, 13 Mar 2002 02:17:34 +0100, Mathias Haas wrote: > >>Hello! >> >>Has anyone tried the Maxtor D540X (160gb) with the current version of = >>FreeBSD? >> >>Did it work? ;-) >> >>There's also a card from Promise called Ultra133 TX2. I think I saw >>someone developing drivers for the upcoming version of BSD. But has >>anyone got it to run on 4.5 already? >> >>I'm currently running the D540X under Redhat 7.2 with all the latest >>kernel patches and it works fine. It's just the OS that I don't like..= . >> >>Kind regards, >>Mathias Haas. >> >> >> >>To Unsubscribe: send mail to majordomo@FreeBSD.org >>with "unsubscribe freebsd-hardware" in the body of the message >> > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-hardware" in the body of the message > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-hardware" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message From owner-freebsd-hardware Wed Mar 13 1: 1:41 2002 Delivered-To: freebsd-hardware@freebsd.org Received: from mass.dis.org (dhcp45-21.dis.org [216.240.45.21]) by hub.freebsd.org (Postfix) with ESMTP id 7736437B416 for ; Wed, 13 Mar 2002 01:01:39 -0800 (PST) Received: from mass.dis.org (localhost [127.0.0.1]) by mass.dis.org (8.11.6/8.11.6) with ESMTP id g2D90wg01606; Wed, 13 Mar 2002 01:00:59 -0800 (PST) (envelope-from msmith@mass.dis.org) Message-Id: <200203130900.g2D90wg01606@mass.dis.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: "Simon" Cc: "freebsd-hardware@freebsd.org" Subject: Re: Mylex RAID Card / Dead Drive? In-reply-to: Your message of "Tue, 12 Mar 2002 13:49:18 EST." <20020312184342.CFFCB37B405@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 13 Mar 2002 01:00:58 -0800 From: Michael Smith Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > > Gotcha. Last question, does the current mly driver support S.M.A.R.T. > messages reported by the controller? No. SMART is a transport mechanism for vendor-specific messages. Since we don't have anything that can decode these messages, reporting them would not be very helpful. 8( -- To announce that there must be no criticism of the president, or that we are to stand by the president, right or wrong, is not only unpatriotic and servile, but is morally treasonable to the American public. - Theodore Roosevelt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message From owner-freebsd-hardware Wed Mar 13 14:41: 3 2002 Delivered-To: freebsd-hardware@freebsd.org Received: from web11008.mail.yahoo.com (web11008.mail.yahoo.com [216.136.131.58]) by hub.freebsd.org (Postfix) with SMTP id 7652537B42A for ; Wed, 13 Mar 2002 14:40:39 -0800 (PST) Message-ID: <20020313224038.14156.qmail@web11008.mail.yahoo.com> Received: from [198.208.223.35] by web11008.mail.yahoo.com via HTTP; Wed, 13 Mar 2002 14:40:38 PST Date: Wed, 13 Mar 2002 14:40:38 -0800 (PST) From: Margie W Subject: Experiences with Compaq DL360 or 360 G2 To: hardware@freebsd.org, freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hey Fellow BSD People, I've been charged by my boss to set up a small, departmental HTTP/HTTPS and FTP server. I've had some great experiences with FreeBSD at home on my personal, older PC equipment. I'd like to recommend to my boss that we run FreeBSD (performance, free, etc.) in this project. I need you're help though! For the project, I must purchase a new server from Compaq. I can't custom build one, or utilize another manufacturer. That said, I am looking at the Compaq DL 360 (or newer DL 360 G2). Does anyone have any good or bad experiences they can relay to me about this model and compatibility with FreeBSD 4.5? I searched the archives and saw a SMP problem and BIOS fix, but is there anything else? I'm really looking for some reassurance before dishing out the cash. I'll admit this is the first time I'll be buying big-dollar, new hardware server for a BSD project & I'm a little aprehensive about recommending BSD when I'm not even sure it will run on the thing! My specific concerns are compatibility with: - the dual integrated NIC (2 Compaq NC7780 Gigabit Ethernet NIC Embedded 10/100/1000) - the SCSI RAID Controller (5i Controller, with 32MB memory) - the video card w/ X (ATI Rage XL) - Any issues with the larger capacity drives? I.e is there a maximum partition or drive size that I will run into issues with if I go with a 36 GB or 72 GB drive? Or should I just stay with 18GB? Any issues I should know about before recommending this as a solution? Should I stay with the older DL360, or do the G2? Thanks in advance! (pls. respond via e-mail as I am not a list member!!) __________________________________________________ Do You Yahoo!? Try FREE Yahoo! Mail - the world's greatest free email! http://mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message From owner-freebsd-hardware Thu Mar 14 20:18:41 2002 Delivered-To: freebsd-hardware@freebsd.org Received: from smtp.comcast.net (smtp.comcast.net [24.153.64.2]) by hub.freebsd.org (Postfix) with ESMTP id CF86837B402 for ; Thu, 14 Mar 2002 20:18:37 -0800 (PST) Received: from pobox.com (pcp826719pcs.nrockv01.md.comcast.net [68.50.140.34]) by mtaout04.icomcast.net (iPlanet Messaging Server 5.1 (built Feb 6 2002)) with ESMTP id <0GSZ00412YN1BO@mtaout04.icomcast.net> for freebsd-hardware@FreeBSD.ORG; Thu, 14 Mar 2002 23:18:37 -0500 (EST) Date: Thu, 14 Mar 2002 23:23:40 -0500 From: Lee Nelson Subject: Tyan K7 Thunder - LPC bus & Health Monitoring To: "freebsd-hardware@FreeBSD.ORG" Message-id: <3C91774C.D6397763@pobox.com> MIME-version: 1.0 X-Mailer: Mozilla 4.77 [en] (Win98; U) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT X-Accept-Language: en Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, I was wondering if anyone out there knows what the state of development is for the AMD 766 Southbridge and the LPC Bus. The Tyan K7 Thunder MB in the server we just purchased has a winbond W83627HF monitoring chip connected to the LPC bus coming off the AMD 766. If it's not too much of a stretch, we may be able to write a driver for it - we would REALLY like to be able to monitor CPU temp and fan speeds remotely. Any information would be appreciated, especially suggestions on where something like this might fit into the kernel. Thank you, Lee Nelson Naxos Technology To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message From owner-freebsd-hardware Fri Mar 15 11: 8:32 2002 Delivered-To: freebsd-hardware@freebsd.org Received: from encontacto.net (adsl-64-173-182-158.dsl.mtry01.pacbell.net [64.173.182.158]) by hub.freebsd.org (Postfix) with ESMTP id 46A2837B404; Fri, 15 Mar 2002 11:08:20 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) (uid 0) by encontacto.net with local; Fri, 15 Mar 2002 11:08:20 -0800 Received: from 64.173.182.155 ( [64.173.182.155]) as user eculp@encontacto.net@mail.encontacto.net by Mail.EnContacto.Net with HTTP; Fri, 15 Mar 2002 11:08:20 -0800 Message-ID: <1016219300.3c9246a41bc23@Mail.EnContacto.Net> Date: Fri, 15 Mar 2002 11:08:20 -0800 From: Edwin Culp To: hardware@Freebsd.org, current@freebsd.org Subject: Problem booting FreeBSD a SYM53C896 SCSI controller. MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 4.0-cvs X-Originating-IP: 64.173.182.155 Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I have installed current on a sym53c896 scsi controller but can't boot. It has two disks with boot manager installed and I get the F1 F5 options but neither do anything by clicking or by waiting. I can boot from floppy or cd and mount da0s1a, execute commands from bin and sbin but I cannot get it to boot. I even tried installing RELENG4 and the same problem. Has anyone seen this and have a solution? Thanks, ed ------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message