Expand Windows 7 VirtualBox Hard Drive | Out of space with your Windows 7 VirtualBox instance? No need to reinstall the vm. Using the free bootable iso clonezilla, you can clone your Windows 7 VirtualBox guest to a larger hard drive. I’ll show you how! 1. Download a copy of the latest stable clonezilla iso: http://clonezilla.org/downloads.php 2. Add a second larger virtual
Linux Burn CD from Command Line with genisoimage and wodim
Linux Burn CD from Command Line with genisoimage and wodim | Burning to CD from the command line is easy with genisoimage and wodim. I’ll show you how! On Debian/Ubuntu, install these: $ sudo apt-get install genisoimage wodim 1. Create iso image with genisoimage To first make an iso image of a directory, do this: $ genisoimage -r -J -o stuff.iso /mydirectory (tack r adds Rock
Convert VDI to VMDK – VirtualBox to VMware
Convert VDI to VMDK – VirtualBox to VMware | To convert a VirtualBox vdi image to VMware, use the built-in VirtualBox command line utility VBoxManage. I’ll show you how! 1. First uninstall the VirtualBox Guest Additions from your VM to prepare for portability. 2. Next (if desired) copy the .vdi image file to a temp location as a backup. 3. Now determine the UUID
Make an ISO Image in Linux
Make an ISO Image in Linux | To make an iso image from a disc in Linux, first put the disc in your drive. If it mounts, umount the disc but leave it in the drive. Then issue:


