Hi all,
i have a KVM server with a qcow2 partition. i have resize it on webinterface. fdsik -l show me new size, but i can´t resize the system.
how can i resize the partition in system?
best regards
i have a KVM server with a qcow2 partition. i have resize it on webinterface. fdsik -l show me new size, but i can´t resize the system.
how can i resize the partition in system?
Code:
fdisk -l
Disk /dev/vda: 161.1 GB, 161061273600 bytes
255 heads, 63 sectors/track, 19581 cylinders, total 314572800 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00029a9a
Device Boot Start End Blocks Id System
/dev/vda1 * 2048 201129983 100563968 83 Linux
/dev/vda2 201132030 209713151 4290561 5 Extended
/dev/vda5 201132032 209713151 4290560 82 Linux swap / Solaris
Code:
pvresize /dev/vda1
-bash: pvresize: Kommando nicht gefunden.
Code:
resize2fs /dev/vda1
resize2fs 1.42.5 (29-Jul-2012)
Das Dateisystem ist schon 25140992 Blöcke groß. Nichts zu tun! / system is on block 25140992. not to change!
best regards