I have hdd.img file, which I user as HDD for my virtual machine, but it's size is too small, how can I enlarge it?
There is one method, something like:
dd if=/dev/zero ds=10GB count=8 >> hdd.img
but it takes a lot of time :(
|
I have hdd.img file, which I user as HDD for my virtual machine, but it's size is too small, how can I enlarge it? There is one method, something like:
but it takes a lot of time :( |
|||||
|
|
Something like that:
For example this:
will enlarge file test to 1000G |
|||||
|