Hi all, i have resize a qcow2 disc, after resize i have start the vm and start the command of resize, but partition was not bigger. following result comes:
any ideas?
regards
Code:
resize2fs /dev/vda
resize2fs 1.42.5 (29-Jul-2012)
resize2fs: Das Gerät oder die Ressource ist belegt beim Versuch, /dev/vda zu öffnen
Kann keinen gültigen Dateisystem-Superblock finden.
Code:
resize2fs -p /dev/vda1
resize2fs 1.42.5 (29-Jul-2012)
Das Dateisystem ist schon 12563712 Blöcke groß. Nichts zu tun!
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: 0x000a81ce
Device Boot Start End Blocks Id System
/dev/vda1 * 2048 100511743 50254848 83 Linux
/dev/vda2 100513790 104855551 2170881 5 Extended
/dev/vda5 100513792 104855551 2170880 82 Linux swap / Solaris
regards