Tagged Questions
3
votes
1answer
96 views
How to enlarge existing file to specific size
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 >> ...
2
votes
1answer
549 views
VBoxManage: Error: Can't be used as the requested device
I used the soluton from this thread but always i get
VirtualBox error: The medium 'lvol.vmdk' can't be used as the requested device type (0x80004005)
I've tried all controllers SATA, SCSI, IDE and ...