Clearing free space in linux
Sometimes you need to export a virtual machine, if this machine has been used extensively it tends to be larger than the actual free space on the machine, in order for you to remove this delete space from being exported run the following commands dd if=/dev/zero of=zerofill bs=1M The command above will zerofill all freeā¦ Read More »