From owner-freebsd-questions Fri Dec 21 17:38:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by hub.freebsd.org (Postfix) with ESMTP id 4915C37B428 for ; Fri, 21 Dec 2001 17:38:29 -0800 (PST) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.10.2+Sun/8.10.2) id fBM1cNu24573; Fri, 21 Dec 2001 20:38:23 -0500 (EST) From: Jerry McAllister Message-Id: <200112220138.fBM1cNu24573@clunix.cl.msu.edu> Subject: Re: disk drive geometry... To: sfmc68@bellatlantic.net (bad bob) Date: Fri, 21 Dec 2001 20:38:23 -0500 (EST) Cc: questions@FreeBSD.ORG In-Reply-To: <3C23E22B.3C74E0CE@bellatlantic.net> from "bad bob" at Dec 21, 2001 08:30:19 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > just snagged a WD91F ultra scsi, 10,000 rpm but can find the geometry > to make the disk label. DOes anyone have any info on this beast like > number of sectors? tracks/sector? I know it is 9.1GB, 2 platters, > 4 heads, and gazillion (well 13,325 or so) cylinders. Been so long > since I have had to do a disktab, I just don't seem to be able to go > from cyl, heads, to the needed info. > THanks > bob Generally, if it is a SCSI drive you don't need to know the geometry. In fact, it will do its own thing even if you give it geometry numbers. All you need to know is the number of blocks. Check on the man page for the most recent version of disklabel (with FBSD 4.xx) and it gives some info on how you can blast it with fdisk (and maybe dd if needed) and come with the number of blocks. Then, just make a whole slice with fdisk and chop it up in to partitions to suit with disklabel (unless you want to do something ugly like slice it up and give some to MessyWin or Linus - even then the geometry is only what the SCSI controller makes it to be) ////jerry > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message