From owner-freebsd-chat@FreeBSD.ORG Fri Jan 26 18:24:22 2007 Return-Path: X-Original-To: freebsd-chat@freebsd.org Delivered-To: freebsd-chat@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D38CF16A400 for ; Fri, 26 Jan 2007 18:24:22 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.freebsd.org (Postfix) with ESMTP id 70AAF13C48A for ; Fri, 26 Jan 2007 18:24:22 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from [192.168.2.2] (archangel.daleco.biz [69.27.145.126]) by ezekiel.daleco.biz (8.13.4/8.13.1) with ESMTP id l0QIDeEF082571; Fri, 26 Jan 2007 12:13:41 -0600 (CST) (envelope-from kdk@daleco.biz) Message-ID: <45BA44CE.90501@daleco.biz> Date: Fri, 26 Jan 2007 12:13:34 -0600 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.0.7) Gecko/20060925 SeaMonkey/1.0.5 MIME-Version: 1.0 To: deeptech71@gmail.com References: <45B3A409.40005@gmail.com> <45BA30CF.9070906@gmail.com> <45BA3868.2020200@gmail.com> In-Reply-To: <45BA3868.2020200@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-chat@freebsd.org Subject: Re: what can i do with a 486? X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Jan 2007 18:24:22 -0000 deeptech71@gmail.com wrote: > What is LBA? Is it related to partitioning? (btw the HDD is 200MB) LBA is "Logical Block Addressing", a replacement for the older "Cylinder Head Sector" (CHS) scheme of addressing data block locations on hard disks (and some other storage media, in the case of LBA). It was first used in SCSI devices and later became a part of the ATA-2 standard; an old 486 such as the one you describe is probably ATA-1. I believe the point a few fellows are trying to make is that during installation on a "new system", the BIOS uses LBA; then, when you put that disk on the 486, the BIOS gets confused because it doesn't understand LBA, and reports "missing operating system" or the like. IANAE, but I'm pretty sure that's what is being discussed. > Still, wether it's HDD errors or not, why won't the FreeBSD floppies > work? (I have even tried them when the HDD wasn't connexted.) On 01/18/07 17:47, you wrote: > 8MB RAM That's likely the issue, although I don't remember if you've mentioned exactly when it fails. The installer attempts to create a memory disk that's a good bit larger than 8MB; IIRC, with current FreeBSD versions you can't even install on a machine with 16MB RAM - you need 20+MB or so (which usually means 32MB must be installed). It wouldn't get very far at all with 8 meg of RAM. HTH, Kevin Kinsey -- Majorities, of course, start with minorities. -- Robert Moses