Filesystem 1K-blocks Used Available Use% Mounted on
/dev/md0 1829037 1745454 0 100% /
tmpfs 255940 0 255940 0% /lib/init/rw
udev 10240 44 10196 1% /dev
tmpfs 255940 0 255940 0% /dev/shm
/dev/mapper/sys-srv 206424760 35519164 160419836 19% /srv
This is the output of my df on my server. It is obvious that I need spance in md0, and I would like to take it from the /srv. Can someone figure out the setup of my disks and advice me on how can I increase the 2gb on partition to 10 or more?
pvs output:
Incorrect metadata area header checksum
Incorrect metadata area header checksum
Incorrect metadata area header checksum
Incorrect metadata area header checksum
Incorrect metadata area header checksum
Incorrect metadata area header checksum
PV VG Fmt Attr PSize PFree
/dev/md0 lvm2 -- 232.88G 232.88G
/dev/md1 sys lvm2 a- 231.02G 29.02G
vgs output:
Incorrect metadata area header checksum
VG #PV #LV #SN Attr VSize VFree
sys 1 2 0 wz--n- 231.02G 29.02G
lvs output:
Incorrect metadata area header checksum
LV VG Attr LSize Origin Snap% Move Log Copy%
srv sys -wi-ao 200.00G
swap sys -wi-ao 2.00G
fdsik -l output:
Disk /dev/sda: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 243 1951866 fd Linux raid autodetect
/dev/sda2 244 30401 242244135 fd Linux raid autodetect
Disk /dev/sdb: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 243 1951866 fd Linux raid autodetect
/dev/sdb2 244 30401 242244135 fd Linux raid autodetect
Disk /dev/md0: 1998 MB, 1998585856 bytes
2 heads, 4 sectors/track, 487936 cylinders
Units = cylinders of 8 * 512 = 4096 bytes
Disk /dev/md0 doesn't contain a valid partition table
Disk /dev/md1: 248.0 GB, 248057888768 bytes
2 heads, 4 sectors/track, 60561008 cylinders
Units = cylinders of 8 * 512 = 4096 bytes
Disk /dev/md1 doesn't contain a valid partition table
Disk /dev/dm-0: 2147 MB, 2147483648 bytes
255 heads, 63 sectors/track, 261 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk /dev/dm-0 doesn't contain a valid partition table
Disk /dev/dm-1: 214.7 GB, 214748364800 bytes
255 heads, 63 sectors/track, 26108 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk /dev/dm-1 doesn't contain a valid partition table