From owner-freebsd-questions Tue Aug 20 13:48:55 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA02777 for questions-outgoing; Tue, 20 Aug 1996 13:48:55 -0700 (PDT) Received: from horus.cs.siu.edu (root@horus.cs.siu.edu [131.230.133.1]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id NAA02765; Tue, 20 Aug 1996 13:48:49 -0700 (PDT) Received: from atmu (atmu.cs.siu.edu [131.230.133.99]) by horus.cs.siu.edu (8.7.4/8.7.3) with SMTP id PAA03613; Tue, 20 Aug 1996 15:54:52 -0500 (CDT) Received: from t ([131.230.16.14]) by atmu (5.x/SMI-4.1) id AA24146; Tue, 20 Aug 1996 15:54:52 -0500 Message-Id: <321A254A.414@siu.edu> Date: Tue, 20 Aug 1996 15:51:22 -0500 From: Nathan Denny X-Mailer: Mozilla 2.0 (WinNT; I) Mime-Version: 1.0 To: questions@freebsd.org Cc: hackers@freebsd.org, install@freebsd.org, bugs@freebsd.org Subject: Disk geometry problems. X-Url: http://www.freebsd.org/support.html Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I tried a floppy and DOS partition installation of FreeBSD 2.1.0-RELEASE and 2.1.5-RELEASE to each of a 386-40 w/2 IDE 115MB disks, a 486DLC-40 w/1 850MB IDE disk, and a Pentium-100 w/1 1.2GB IDE disk. Each time, I got the warning Calculated sectors percyclinder (xxxx) does not agree ... or something and the installation crashed with a written -1 of 512 bytes, invalid gzip, etc. It is not the data or the media. I've tried two versions, downloaded 10 times, from 3 sites, so at least one of those installations should have worked. In each case, I was dedicating the entire disk(s) to FreeBSD (except the DOS partition installation!). It seems to me that the installation program reads the data, and caches it in core memory. When the buffer is full it flushes it to the disk. However, since the calculated geometry is wrong, it tries to write it to some unknown destination and thppt...crash! In each case the calculated geometry was GROSSLY miscalculated. (My 115MB disk under the calculated geometry of 4096 sectors/track would be like a 2GB+ disk!) Is there any way that I can FORCE the installation to the correct geometry. I've entered the CORRECT geometry under the partition part, with and without LBA (ie. the TRUE geometry and the translated geometry) and it seems that in both cases the net effect is the same. How does FreeBSD get such a wild geometry? It seems to detect the correct geometry at boot and partition parts, but when it creates the file system it's 100%+ wrong. Please help! Nate.