From owner-freebsd-questions Sun Mar 9 13:17:54 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA12685 for questions-outgoing; Sun, 9 Mar 1997 13:17:54 -0800 (PST) Received: from thelab.hub.org ([207.107.138.222]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA12676 for ; Sun, 9 Mar 1997 13:17:46 -0800 (PST) Received: from thelab.hub.org (localhost [127.0.0.1]) by thelab.hub.org (8.8.5/8.8.2) with SMTP id RAA02627 for ; Sun, 9 Mar 1997 17:17:45 -0400 (AST) Date: Sun, 9 Mar 1997 17:17:44 -0400 (AST) From: The Hermit Hacker To: questions@freebsd.org Subject: More on disklabel woes... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi... Having just thought about it, I looked into the scsiformat command that exists under FreeBSD. Doing a 'scsiformat -w sd6' on the QUANTUM LP240S GM240S01X 6.4 drive, I get: hub# scsiformat -w sd6 QUANTUM LP240S GM240S01X 6.4 Mode data length: 31 Medium type: 0 Device Specific Parameter: 0 Block descriptor length: 8 Density code: 0 Number of blocks: 479350 Reserved: 0 Block length: 512 PS: 0 Reserved: 0 Page code: 4 Page length: 18 Number of Cylinders: 1818 Number of Heads: 4 Starting Cylinder-Write Precompensation: 1818 Starting Cylinder-Reduced Write Current: 1818 Drive Step Rate: 0 Landing Zone Cylinder: 0 Reserved: 0 RPL: 0 Rotational Offset: 0 Reserved: 0 Medium Rotation Rate: 0 Reserved: 0 Reserved: 0 Three seconds until format begins... Formatting... this may take a while. If I do just a 'scsiformat sd5' on the other, identical QUANTUM drive, I get the same data, except the following two are different: Starting Cylinder-Write Precompensation: 0 Starting Cylinder-Reduced Write Current: 1900 Does this make any sense to anyone? Thanks...