Port-amd64 archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: sysinst twe0 ld0 terabyte+ array issue



On Sat, Mar 08, 2008 at 03:05:32PM -0600, Chris Brookes wrote:
> I'm trying to install the 03/05/08 HEAD amd64 build on to a 3ware 7500
> (twe0/ld0) based 1.5TB array.
> 
> twe0 at pci2 dev 7 function 0: 3ware Escalade
> twe0: interrupting at ioapic0 pin 21 (irq 10)
> twe0: 8 ports, Firmware FE7X 1.05.00.068, BIOS BE7X 1.08.00.048
> twe0: Monitor ME7X 1.01.00.040, PCB Rev3    , Achip 3.20    , Pchip 1.30-33
> twe0: port 0: WDC WD5000AAKB-00YSA0                    476940 MB
> twe0: port 1: WDC WD5000AAKB-00YSA0                    476940 MB
> twe0: port 2: WDC WD5000AAKB-00YSA0                    476940 MB
> twe0: port 3: WDC WD5000AAKB-00YSA0                    476940 MB
> ld0 at twe0 unit 0: 64K stripe RAID5, status: Normal
> ld0: 1397 GB, 182403 cyl, 255 head, 63 sec, 512 bytes/sect x 2930313216 
> sectors
> 
> In sysinst i see:
> 
> This disk matches the following BIOS disk:
> 
>  BIOS # cylinders heads sectors total sectors  GB
>  ------ --------- ----- ------- ------------- ---
>    0x80      1024   255      63    2930313216 1500
> 
> I assume this is the correct geom and I then select use entire disk
> rather than editing the MBR partition table.

It is one of the expected sets of values ....

> When I get further in to
> sysinst to set partition sizes  the very first thing I get is a
> message to reduce the partition sizes by 666499 MB. I want to
> configure the partition sizes like this:

sysinst must have a fubar for the total number of sectors being over 2^31.
It can't handle anything over 2^32 - but neither can the mbr or disklabel.

You might find that the mbr editor is ok.
So if you create a small (ie < 1TB !) partition first, install netbsd,
then use fdisk to increase the ptn size and then label the new ptn.
OTOH you could use a separate mbr partition for the big data ptn.

        David

-- 
David Laight: david%l8s.co.uk@localhost


Home | Main Index | Thread Index | Old Index