Port-amd64 archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: sysinst twe0 ld0 terabyte+ array issue
> 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.
That does seem to be the case. If I add any partition > 1048576MB it goes awry.
I have just managed to get through an install with this layout:
Filesystem Size Used Avail %Cap Mounted on
/dev/ld0a 198M 28M 160M 15% /
/dev/ld0f 297M 3.5M 278M 1% /var
/dev/ld0e 3.6G 241M 3.1G 6% /usr
/dev/ld0g 487M 1.0K 462M 0% /home
/dev/ld0h 195G 2.0K 185G 0% /virtual
/dev/ld0i 169G 4.0K 161G 0% /storage/h0
/dev/ld0j 1.0T 4.0K 965G 0% /storage/d1
kernfs 1.0K 1.0K 0B 100% /kern
ptyfs 1.0K 1.0K 0B 100% /dev/pts
however .. despite everything being mounted and appearing to run ok, I
keep getting this in dmesg:
ld0: no raw partition and partition table is full
ld0: no raw partition and partition table is full
ld0: no raw partition and partition table is full
ld0: no raw partition and partition table is full
It's a little worrying. Also disk label does not seem to have a c or d
defined. Is this going to get me in trouble? I'm leary of letting
disklabel write anything at this point.
partition> P
16 partitions:
# size offset fstype [fsize bsize cpg/sgs]
a: 417690 63 4.2BSD 1024 8192 0 # (Cyl. 0*- 26*)
b: 530145 417753 swap # (Cyl. 26*- 59*)
e: 7582680 947898 4.2BSD 2048 16384 0 # (Cyl. 59*- 531*)
f: 626535 8530578 4.2BSD 1024 8192 0 # (Cyl. 531*- 570*)
g: 1028160 9157113 4.2BSD 1024 8192 0 # (Cyl. 570*- 634*)
h: 414525195 10185273 4.2BSD 2048 16384 0 # (Cyl. 634*- 26437*)
i: 357381990 424710468 4.2BSD 4096 32768 0 # (Cyl. 26437*- 48683*)
j: 2147328225 782092458 4.2BSD 4096 32768 0 # (Cyl. 48683*- 182348*
)
partition>
Home |
Main Index |
Thread Index |
Old Index