VBox 4.1.14 on Win 7 Home Premium 64bit host.
Orcle Linux 5.7 64bit guest.
Working through an exercise of building and Oracle db with ASM. Once I have the basic vm created and guest additions installed, I created 4 additional hard disks, with
Code: Select all
VBoxManage createhd --filename asm1.vdi --size 5120 --format VDI --variant Fixed
usinge 'filename asm1.vdi' through asm4.vdi'. A few steps later things went south so I wanted to drop the hd devices and start over. Couldn't find a VBoxManage command to do that, but it seemed simple enough to just drop the devices from the vm settings (usng the GUI) then physically delete the vdi files from the host. But when I re-ran the VboxManage createhd command (for just the first of the four files) , it complained that the file already existed. It did create the file. 'Vboxmanage list hdds' listed all 4 files. I don't find any command to 'delete' or 'drop' an hdd file. How do I clean up and start over?