From owner-freebsd-hardware Sat Aug 30 07:41:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA20105 for hardware-outgoing; Sat, 30 Aug 1997 07:41:03 -0700 (PDT) Received: from roguetrader.com (brandon@cold.org [206.81.134.103]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA20098 for ; Sat, 30 Aug 1997 07:41:00 -0700 (PDT) Received: from localhost (brandon@localhost) by roguetrader.com (8.8.5/8.8.5) with SMTP id IAA04539; Sat, 30 Aug 1997 08:44:13 -0600 (MDT) Date: Sat, 30 Aug 1997 08:44:12 -0600 (MDT) From: Brandon Gillespie To: Ollivier Robert cc: freebsd-hardware@FreeBSD.ORG Subject: Re: Odd problems with a Conner SCSI drive.. In-Reply-To: <19970830113106.52616@keltia.freenix.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hardware@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, 30 Aug 1997, Ollivier Robert wrote: > > 3 partitions: > > # size offset fstype [fsize bsize bps/cpg] > > c: 2070400 0 unused 0 0 # (Cyl. 0 -2782*) > > d: 2070400 0 4.4BSD 1024 8192 > > Change it to > > 4 partitions: Ok, did that, now its being very weird... I changed the whole disklabel to be: ----------------------------------- # /dev/rsd1c: type: SCSI disk: sd1s1 label: flags: bytes/sector: 512 sectors/track: 93 tracks/cylinder: 8 sectors/cylinder: 744 cylinders: 2782 sectors/unit: 2070400 rpm: 3600 interleave: 1 trackskew: 0 cylinderskew: 0 headswitch: 0 # milliseconds track-to-track seek: 0 # milliseconds drivedata: 0 5 partitions: # size offset fstype [fsize bsize bps/cpg] c: 2070400 0 unused 0 0 # (Cyl. 0 -2782*) e: 2070400 0 4.4BSD 1024 8192 ----------------------------------- And then saved, it worked without warnings or errors this time, but when I fire disklabel back up, its changed the fstype on 'e' ?! It now looks like: e: 2070400 0 System V # (Cyl. 0 -2782*) Why on earth did it do this? -Brandon