From owner-freebsd-bugs@FreeBSD.ORG Sat Jan 24 01:01:52 2004 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 593D116A4CE; Sat, 24 Jan 2004 01:01:52 -0800 (PST) Received: from mailout08.sul.t-online.com (mailout08.sul.t-online.com [194.25.134.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CFC843D31; Sat, 24 Jan 2004 01:01:50 -0800 (PST) (envelope-from hhasenbe@techfak.uni-bielefeld.de) Received: from fwd02.aul.t-online.de by mailout08.sul.t-online.com with smtp id 1AkJaR-0004bP-00; Sat, 24 Jan 2004 09:56:15 +0100 Received: from techfak.uni-bielefeld.de (XLKhkkZcweBK2Eqk9zG2ArctXs78b1kByn1gE94kl91NNwzNJrmv0w@[217.82.89.65]) by fmrl02.sul.t-online.com with esmtp id 1AkJaM-0YGmuG0; Sat, 24 Jan 2004 09:56:10 +0100 Message-ID: <4012336E.5090702@techfak.uni-bielefeld.de> Date: Sat, 24 Jan 2004 09:57:18 +0100 From: Hendrik Hasenbein User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: de, en, en-us MIME-Version: 1.0 To: Michael Clark References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Seen: false X-ID: XLKhkkZcweBK2Eqk9zG2ArctXs78b1kByn1gE94kl91NNwzNJrmv0w@t-dialin.net cc: Derrick Ryalls cc: 'Keith Kelly' cc: freebsd-bugs cc: 'freebsd-questions ORG' Subject: Re: FDisk won't detect or accept correct disk geometry from BIOS X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jan 2004 09:01:52 -0000 Michael Clark wrote: > I configure the two devices that way (CD-ROM as slave, hard drive as > master), sysinstall refuses to mount the CD, giving me an error about > "CD/DVD drive not found!". It's worth noting that no other OS I've run on > this same PC ever had any trouble finding the CD-ROM drive when it was > configured as the slave. Strange. That you got that problems. I've been always using a CDROM on slave. Never had a problem there. Did you look if the BIOS was able to autodetect the cdrom on boot? Do you use cable select on one of them? > To get around _that_ problem, I had to configure the CD-ROM as the master > and the hard drive as the slave. With the CD-ROM as the master, sysinstall > is able to actually detect the CD/DVD drive, but then I run into this > nonsense with fdisk refusing to detect or accept the correct disk geometry > for the hard drive. It's worth noting that I've never had to manually > specify hard drive geometry settings in the installer for any other OS I've > installed on this PC. They figured it out automatically and worked fine. Another time: Just turn on LBA. > So far, I'm really disappointed by FreeBSD. If FreeBSD lacks the logic or > detection to automatically figure all these things out and just work, that > is a serious bug (whether due to a programmer mistake or poor software > design). I've _never_ had this much trouble getting an operating system > installed on this particular PC. It's due to poor hardware design in history. > If I can't get things working within about 1 more hour of tinkering, I'm > going to abandon FreeBSD entirely, put my machine back together, and just > use the drive as an extra NTFS filesystem for my personal files under > Windows XP. That explains, why you don't want to switch from auto to LBA. Sometimes auto is the right thing, but most times you have to think of the right setting, because auto is just a default. (Example: If I leave all values set to auto in my bios, my system is going to creep literally, because some components wont interact correct) > When people argue that Windows is easier, and that *nix isn't ready for the > desktop, this is *exactly* the kind of problem that they are talking about. > I hope any actual FreeBSD developers on these aliases wake up and take > notice. The real problem is that we still work around design flaws which exist in hardware for a decade. Everybody uses his/her personal best workaround and sometimes they are in conflict. Hendrik