search for: modifyhd

Displaying 2 results from an estimated 2 matches for "modifyhd".

Did you mean: modifyed
2013 Nov 12
1
virtualbox, lvextend, etc.
I'm using virtualbox with one of the tests I have for centos 6.4. I realized after creating the disk, the default was too small. I added more disk space with: VBoxManage modifyhd /Users/user/VirtualBox\ VMs/centos\ 6.x/centos\ 6.x.vdi --resize 25000 I then used this site to help me resize the lvm: http://community.spiceworks.com/how_to/show/2768-extending-lvm-partition-with-free-space-from-the-same-hdd-or-with-a-new-partition-from-a-new-hdd-on-centos but when I do: df...
2011 Dec 14
1
Help loading a corrupt vdi file
Hello everyone, I have a corrupt .vdi file from a virtualbox installation (XP host, Mint 11 guest) which I recently broke. I wanted to allocate more space to it, so I ran this command:VBoxManage.exe modifyhd /path/to/YOUR_HARD_DISK.vdi --resize 17179869184 It only took a second to actually complete, so I think a header somewhere is broken. I need to get access to some files I had on there using libguestfs on a Mint Virtualbox I have, and I'm trying to mount the bad vdi file to get access to everyth...