From owner-freebsd-questions Tue Nov 14 17:51:30 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA03832 for questions-outgoing; Tue, 14 Nov 1995 17:51:30 -0800 Received: from dtr.com (dtr.rain.com [204.119.8.19]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id RAA03824 for ; Tue, 14 Nov 1995 17:51:23 -0800 From: bmk@dtr.com Received: (from bmk@localhost) by dtr.com (8.6.12/8.6.9) id RAA05844; Tue, 14 Nov 1995 17:51:00 -0800 Message-Id: <199511150151.RAA05844@dtr.com> Subject: Re: is this something to worry about? To: paul@trumpet.net.au (Paul Reece) Date: Tue, 14 Nov 1995 17:51:00 -0800 (PST) Cc: questions@freebsd.org In-Reply-To: from "Paul Reece" at Nov 15, 95 12:27:22 pm Reply-To: bmk@dtr.com X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 580 Sender: owner-questions@freebsd.org Precedence: bulk > I've just got the new SCSI drive going by writing my own disktab - sysinstall > instantly panic'ed whenever I tried using it to do this.. > anyway, when doing newfs I get: > newfs: /dev/sd0a: not a character-special device You need to use /dev/rsd0a > Warning: calculated sectors per cylinder (4096) disagrees with disk label > (1440) This is normal on SCSI disks. > Warning: 3606 sector(s) in last cylinder unallocated This is nothing to worry about. It seems to me that there is a newfs option to allocate these unallocated sectors, but I don't recall which it is.