Updated version 0.2 Exception catched on file object disposing. ——————— I have some VMs with VirtualBox, I use to run nullfile-1.02.exe by Matthias Jordan in order to clear unused sectors with a VBoxManage compact. It’s a good tool, but I want to know more infos, first of all, when app thinks to finish to wipe? [...]
Share Printers from Ubuntu host and VirtualBox Windows guest
Ubuntu Host First of all you have to enable printer sharing, so open Printer Configuration from System/Administraton/Printing choose menĂ¹ Server/Settings enable check “Publish shared printers connected to this system” Ok, host is ok, and I hope you have printer installed… Windows VirtualBox Guest By default your network card is configured with a virtual nat router, [...]
Install VBoxLinuxAddition in Ubuntu 9.04 Jaunty
To install Sun VirtualBox Tools (Virtual Box Linux Addition) in you Ubuntu virtual machine follow these simple steps: open VirtualBox GUI launch your Ubuntu virtual machines mount cdrom with guest addition iso (menĂ¹ Devices – Install Guest Addition) open terminal type this command: sudo /media/cdrom/VBoxLinuxAdditions-x86.run give your root password wait until finish reboot
The Real Guide To Prepare To Shrink A Virtual Machine Linux Disk
My inexperience in Linux makes me spent one day on this point: how to zeroing free space in order to call a compact on disk file. — Solution 1 — You can create a file big as all free space filled with zeros and delete it, wow, yeah! great idea! but I have a virtual [...]