Intel® Core2 Quad CPU Q6600 @ 2.40GHz
8GB RAM (4GB swap)
4 x 250GB Seagates with 32MB cache attached to Adaptec 1430 SA Raid Controller
Not using the raid because Adaptec only have kernel modules for Red Hat/SUSE, so I'm just using it as a disk controller with no raid.
Partition setup on system:
CODE
Disk /dev/sda: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000adb0c
Device Boot Start End Blocks Id System
/dev/sda1 1 499 4008186 82 Linux swap / Solaris
/dev/sda2 * 500 2990 20008957+ 83 Linux
/dev/sda3 2991 30401 220178857+ 83 Linux
Disk /dev/sdb: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000aef4a
Device Boot Start End Blocks Id System
/dev/sdb1 1 30401 244196001 8e Linux LVM
Disk /dev/sdc: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000b02be
Device Boot Start End Blocks Id System
/dev/sdc1 1 30401 244196001 8e Linux LVM
Disk /dev/sdd: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000ac775
Device Boot Start End Blocks Id System
/dev/sdd1 1 30401 244196001 8e Linux LVM
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000adb0c
Device Boot Start End Blocks Id System
/dev/sda1 1 499 4008186 82 Linux swap / Solaris
/dev/sda2 * 500 2990 20008957+ 83 Linux
/dev/sda3 2991 30401 220178857+ 83 Linux
Disk /dev/sdb: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000aef4a
Device Boot Start End Blocks Id System
/dev/sdb1 1 30401 244196001 8e Linux LVM
Disk /dev/sdc: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000b02be
Device Boot Start End Blocks Id System
/dev/sdc1 1 30401 244196001 8e Linux LVM
Disk /dev/sdd: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000ac775
Device Boot Start End Blocks Id System
/dev/sdd1 1 30401 244196001 8e Linux LVM
/dev/sda being my main system, and the three other disks are assigned as an LVM. Created a volumegroup called vg:
CODE
esprit / # vgs
VG #PV #LV #SN Attr VSize VFree
vg 3 0 0 wz--n- 698.65G 698.65G
VG #PV #LV #SN Attr VSize VFree
vg 3 0 0 wz--n- 698.65G 698.65G
and you can see just short of 700GB for that one volumegroup. I can then create logical volumes within this for various mountpoints as and when I need to. But because of the LVM, it's also a good setup for Xen Virtualisation - when I got the system compiled how I want it (Gentoo 2008.0).
Sweet
