|
|
sudo dd bs=1m if=archivo.iso of=/dev/ddxx |
Para MAC
Convertir el ISO a IMG
|
|
hdiutil convert -format UDRW -o target.img ubuntu.iso |
Para ver los discos
Desmontar el disco usb
|
|
sudo diskutil unmountDisk /dev/diskN |
|
|
sudo dd bs=1m if=archivo.img of=/dev/disk2 |
You have to do the following steps:
- Run defrag in the guest (Windows only)
- Nullify free space:
With a Linux Guest run this:
|
|
sudo dd if=/dev/zero of=/bigemptyfile bs=4096k sudo rm -rf /bigemptyfile |
With a Windows Guest, download SDelete from Sysinternals and run this:
- Shutdown the guest VM
- Now run VBoxManage’s
modifyhd command with the --compact option:
With a Linux Host run this:
|
|
vboxmanage modifyhd /path/to/thedisk.vdi --compact |
With a Windows Host run this:
|
|
VBoxManage.exe modifyhd c:\path\to\thedisk.vdi --compact |
With a Mac Host run this:
|
|
VBoxManage modifyhd /path/to/thedisk.vdi --compact |
This reduces the vdi size.
Documentos y manuales de UDP