From owner-freebsd-stable@FreeBSD.ORG Wed Feb 16 14:20:29 2005 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 ABD8716A4CE for ; Wed, 16 Feb 2005 14:20:29 +0000 (GMT) Received: from mail.rfnj.org (ns1.rfnj.org [66.180.172.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF50C43D48 for ; Wed, 16 Feb 2005 14:20:27 +0000 (GMT) (envelope-from asym@rfnj.org) Received: from megalomaniac.rfnj.org (ool-45736df1.dyn.optonline.net [69.115.109.241]) by mail.rfnj.org (Postfix) with ESMTP id 83CA82B3; Wed, 16 Feb 2005 09:20:26 -0500 (EST) Message-Id: <6.2.0.14.2.20050216092101.03680308@mail.rfnj.org> X-Mailer: QUALCOMM Windows Eudora Version 6.2.0.14 Date: Wed, 16 Feb 2005 09:23:19 -0500 To: Rob , FreeBSD Stable From: asym In-Reply-To: <20050216134711.91398.qmail@web54010.mail.yahoo.com> References: <71a906e0050216002248c327dc@mail.gmail.com> <20050216134711.91398.qmail@web54010.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: atapci VIA 82C596B UDMA66 controller: problem for 5.X ? 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: Wed, 16 Feb 2005 14:20:29 -0000 At 08:47 2/16/2005, Rob wrote: >--- Mars Trading wrote: > > > This idea may seem useless but what have you got to > > lose? > > > > Have you tried changing bios setting for hard drive > > mode to "auto" or > > something other than "LBA"? Maybe "LARGE" or "CHS"? > >Is there a risk that I lose all data on my disk, when >changing this in the BIOS? I wouldn't exactly call it a "risk" -- if you change the disk geometry in the bios, you will lose all the data on that drive, guaranteed. Of course, if you don't write anything to it, you can just change it back and it'll still be there. If you don't write anything to it though, it's not going to boot. >BTW: During the fresh FreeBSD install, I have never >encountered a choice for formatting with or without >LBA. In the Fdisk window, I choose 'use entire disk >for FreeBSD', and in the partition window I have set >'newfs' for all partitions. LBA is a BIOS thing as was mentioned, not a freebsd install thing. It's an abstraction layer between the drive and the controller.