This may be easy to 'The Real Server Admin' (and doing it with XP64 took me only about an hour including research), but linux forums leave me stranded with (not step-by-step) guides how to manually (aka byte-wise) manipulate your FAT.
Starting Point: /boot (/dev/sdb1 - ext3) on a dedicated hdd /tmp (/dev/sdb1 -ext3) same hdd as /boot / (XFS) on a RAID6 based on 6 750GB HDDs on an ARECA3112ml host controller.
Now I added an hdd to the array, initialized it and grew the volume (raid-wise - not lvm-wise). But I cant find out how to make the additional space available tio the volume group. To put it in other words: I did not add another drive to the volume group (I found tutorials about that). The 'one' hdd the volume group lives in just grew some extra bytes.
sudo vgdisplay --- Volume group --- VG Name VolGroup00 System ID Format lvm2 Metadata Areas 1 Metadata Sequence No 3 VG Access read/write VG Status resizable MAX LV 0 Cur LV 2 Open LV 2 Max PV 0 Cur PV 1 Act PV 1 VG Size 2.73 TB PE Size 64.00 MB Total PE 44712 Alloc PE / Size 44712 / 2.73 TB Free PE / Size 0 / 0 VG UUID Jqfec5-tep4-vnLJ-1v5O-uk4O-iRdv-Nx4EE8
stefan@unterhaltung:~$ df Filesystem 1K-blocks Used Available Use% Mounted on /dev/mapper/VolGroup00-LogVol00 2925985792 2468813344 457172448 85% / varrun 1031536 996 1030540 1% /var/run varlock 1031536 0 1031536 0% /var/lock udev 1031536 44 1031492 1% /dev devshm 1031536 12 1031524 1% /dev/shm lrm 1031536 44968 986568 5% /lib/modules/2.6.24-21-g eneric/volatile /dev/sdb1 93504 64032 29472 69% /boot /dev/sdb2 102348276 5128 102343148 1% /tmp gvfs-fuse-daemon 2925985792 2468813344 457172448 85% /home/stefan/.gvfs
How do I go about including the extra 750GB into VolGroup00-LogVol00 and make them available to the / partition?