From owner-freebsd-questions Tue Nov 14 18:17:32 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA04728 for questions-outgoing; Tue, 14 Nov 1995 18:17:32 -0800 Received: from jazz.trumpet.com.au (root@jazz.trumpet.com.au [203.5.119.51]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id SAA04719 for ; Tue, 14 Nov 1995 18:17:23 -0800 Received: (from paul@localhost) by jazz.trumpet.com.au (8.6.11/8.6.9) id NAA00494; Wed, 15 Nov 1995 13:16:07 +1100 Date: Wed, 15 Nov 1995 13:16:04 +1100 (EST) From: Paul Reece X-Sender: paul@jazz To: bmk@dtr.com cc: questions@freebsd.org Subject: Re: is this something to worry about? In-Reply-To: <199511150151.RAA05844@dtr.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org Precedence: bulk On Tue, 14 Nov 1995 bmk@dtr.com wrote: > > > 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. > its ok.. I just made sure that my partition sizes were a multiple of 4096. Didn't have to bother with rsd0 either - seemed to pick it up itself. Thanks, Paul.