From owner-freebsd-hackers Fri Jun 16 06:19:31 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA12542 for hackers-outgoing; Fri, 16 Jun 1995 06:19:31 -0700 Received: from sass165.sandia.gov (sass165.sandia.gov [132.175.109.1]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id GAA12534 for ; Fri, 16 Jun 1995 06:19:29 -0700 Received: from sargon.mdl.sandia.gov (sargon.mdl.sandia.gov [134.253.20.128]) by sass165.sandia.gov (8.6.11/8.6.12) with ESMTP id HAA29379 for ; Fri, 16 Jun 1995 07:26:07 -0600 Received: (aflundi@localhost) by sargon.mdl.sandia.gov (8.6.10) id HAA02057 for freebsd-hackers@freebsd.org; Fri, 16 Jun 1995 07:19:25 -0600 Message-Id: <199506161319.HAA02057@sargon.mdl.sandia.gov> From: aflundi@sandia.gov (Alan F Lundin) Date: Fri, 16 Jun 1995 07:19:25 -0600 In-Reply-To: Bruce Evans "Re: HD Geometry dirty trick" (Jun 16, 1:38pm) X-Mailer: Mail User's Shell (7.2.4 2/2/92) To: freebsd-hackers@freebsd.org Subject: Re: HD Geometry dirty trick Sender: hackers-owner@freebsd.org Precedence: bulk On Jun 16, 1:38pm, Bruce Evans wrote: > Subject: Re: HD Geometry dirty trick > > >> I've found that using "basic" geometry of 1023/64/32 > >> for SCSI HD with 1Gb capacity and just adjusting the first > >> value for other capacities , one can get painless install . > >> Foe example , if you install 4Gb HDD - we multiply 1023 by 4 > >> and use 4092/64/32 Geometry. > >> For 300Mb SCSI disk we use (Int(1023/3.3))/64/32 and so on. > > >Fine for Adaptec controllers, not so fine for NCR controllers that > >like to tranlate >1G drives to xxxx/62/34, yes that is right 62/34! > > I.e., 64/32 geometry works if it was the correct (BIOS) geometry all > along. Otherwise, it is unlikely to work. What do you mean by "correct"? I have a Fujitsu M2624 with an Adaptec 1542B in my home machine and a Micropolis 2217 with a Buslogic Bt445S in my machine at work, and neither have real geometries even in the ball park of xxxx/64/32, yet xxxx/64/32 is what DOS fdisk gave and is the only geometry of the several "reality based geometries" I tried that "worked" with 2.0.5R. I also have a Maxtor 7120a IDE drive that did not suffer from the need for this trick. I presume this is because the CMOS contains the IDE geometry, but not the SCSI geometries. --alan