Subject: Re: sunblade added 80gig IDE HD
To: None <michael@roq.com>
From: Manuel Bouyer <bouyer@antioche.eu.org>
List: port-sparc64
Date: 11/09/2002 16:40:26
On Wed, Nov 06, 2002 at 11:24:14PM -0500, Leigh wrote:
> I added 80gig IDE hd to this sunblade 100 while I had debian sparc64 on it
> It was running ok
> After I setup netbsd on this machine it didn't setup my extra HD during 
> install, I might not have had it plugged in at the time, not sure..
> Anyway I tried adding it like the instructions say on these URLS
> http://www.netbsd.org/Documentation/misc/#adding-a-disk
> http://www.mclink.it/personal/MG2508/nbsdeng/ap-inst.html
> , but I cant seem to get more then a 80meg partition, when its an 80Gig hd
> Below its a bunch of copy and pastes of what I did.
> 
> [...]
> pciide0: secondary channel configured to native-PCI mode
> wd1 at pciide0 channel 1 drive 0: <Maxtor 6Y080L0>
> wd1: drive supports 16-sector PIO transfers, LBA addressing
> wd1: 78167 MB, 16383 cyl, 16 head, 63 sec, 512 bytes/sect x 160086528 sectors
> wd1: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 6
> wd1(pciide0:1:0): using PIO mode 4, Ultra-DMA mode 2 (Ultra/33) (using DMA 
> data transfers)
> ###############################################
> disklabel -i -I wd1
> ###############################################
> partition> I
> # Current values:
> # /dev/rwd1c:
> type: ESDI
> disk: Maxtor 6Y080L0
> label: Quantum ProDrive
> flags:
> bytes/sector: 512
> sectors/track: 34
> tracks/cylinder: 6
> sectors/cylinder: 204
> cylinders: 832
> total sectors: 169728

That's not enouth sectors. Looks like the label on this disk is
wrong/corrupted.
Try to destroy it:
dd if=/dev/zero of=/dev/rwd1c bs=64k count=1000
then reboot and rerun disklabel -i -I wd1

-- 
Manuel Bouyer <bouyer@antioche.eu.org>
     NetBSD: 23 ans d'experience feront toujours la difference
--