From owner-freebsd-hackers Thu Jun 15 06:21:12 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA14853 for hackers-outgoing; Thu, 15 Jun 1995 06:21:12 -0700 Received: from haven.ios.com (haven.ios.com [198.4.75.45]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id GAA14844 for ; Thu, 15 Jun 1995 06:21:11 -0700 Received: (from rashid@localhost) by haven.ios.com (8.6.11/8.6.9) id JAA24680 for hackers@freebsd.org; Thu, 15 Jun 1995 09:24:35 -0400 From: "Rashid Karimov." Message-Id: <199506151324.JAA24680@haven.ios.com> Subject: HD Geometry dirty trick To: hackers@freebsd.org Date: Thu, 15 Jun 1995 09:24:35 -0400 (EDT) X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 386 Sender: hackers-owner@freebsd.org Precedence: bulk Hi there folx, 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. Worked for me in all cases Rashid