View previous topic :: View next topic |
Author |
Message |
IRON n00b
Joined: 21 Nov 2004 Posts: 71
|
Posted: Tue May 23, 2006 6:46 pm Post subject: RAID space >2T |
|
|
Hello all!
I have RAID controler Areca ARC-1120. He has 8 HD per 400G. Total size bigger then 2T in RAID5. When I do #fdisk -l, fdisk can't show me available space of RAID. I compile drivers, load module, turn on 64bit LBA in RAID BIOS.
# fdisk -l
Code: | Disk /dev/sdb: 0 MB, 0 bytes
255 heads, 63 sectors/track, 0 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk /dev/sdb doesn't contain a valid partition table |
# dmesg
Code: | ARECA RAID ADAPTER0: 64BITS PCI BUS DMA ADDRESSING SUPPORTED
ARECA RAID ADAPTER0: FIRMWARE VERSION V1.39 2006-2-9
scsi1 : ARECA SATA HOST ADAPTER RAID CONTROLLER (RAID6-ENGINE Inside)
Driver Version 1.20.0X.13
Vendor: Areca Model: ARC-1120-VOL#00 Rev: R001
Type: Direct-Access ANSI SCSI revision: 03
sdb : very big device. try to use READ CAPACITY(16).
SCSI device sdb: 4688532480 512-byte hdwr sectors (2400529 MB)
SCSI device sdb: drive cache: write back
sdb : very big device. try to use READ CAPACITY(16).
SCSI device sdb: 4688532480 512-byte hdwr sectors (2400529 MB)
SCSI device sdb: drive cache: write back
sdb: unknown partition table
sd 1:0:0:0: Attached scsi disk sdb
sd 1:0:0:0: Attached scsi generic sg1 type 0
Vendor: Areca Model: RAID controller Rev: R001
Type: Processor ANSI SCSI revision: 00
1:0:16:0: Attached scsi generic sg2 type 3
arcmsr device major number 254 |
# parted /dev/sdb print
Code: | Error: Unable to open /dev/sdb - unrecognised disk label.
Information: Don't forget to update /etc/fstab, if necessary. |
Can I solve this problem ? |
|
Back to top |
|
|
schwicky n00b
Joined: 13 Aug 2004 Posts: 27 Location: Langnau im Emmental
|
Posted: Tue May 23, 2006 8:26 pm Post subject: |
|
|
There is a kernel option called "Support for Large Block Devices" in the "Block layer" section of the kernel configuration. Did you activate it? _________________ Nothing's impossible... Everything's relative! |
|
Back to top |
|
|
IRON n00b
Joined: 21 Nov 2004 Posts: 71
|
Posted: Tue May 23, 2006 9:25 pm Post subject: |
|
|
schwicky wrote: | There is a kernel option called "Support for Large Block Devices" in the "Block layer" section of the kernel configuration. Did you activate it? |
Tomorrow I shall check up it. |
|
Back to top |
|
|
IRON n00b
Joined: 21 Nov 2004 Posts: 71
|
Posted: Wed May 24, 2006 7:18 am Post subject: |
|
|
schwicky wrote: | There is a kernel option called "Support for Large Block Devices" in the "Block layer" section of the kernel configuration. Did you activate it? |
Yes. I activate it. But nothing happends. |
|
Back to top |
|
|
mauricev Apprentice
Joined: 22 Mar 2004 Posts: 203
|
Posted: Wed Jun 07, 2006 11:44 pm Post subject: |
|
|
Quote: | I compile drivers, load module, turn on 64bit LBA in RAID BIOS |
And then initialized the RAID in the controller? |
|
Back to top |
|
|
delandtj n00b
Joined: 01 Sep 2002 Posts: 3 Location: Belguim
|
Posted: Fri Jun 16, 2006 8:22 am Post subject: |
|
|
You need to define a GPT disklabel on drives >2TB, or none at all, if your OS lives on another disk
want to use the disk as is, then you can just make an FS on it, mkfs.xfs /dev/sdb, or first throw it in an lvm2 VG and slice it up in LV's -> evms 'could' be your friend for this |
|
Back to top |
|
|
|