Skip to content

nipatriknilsson/compact-vdi-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

compact-vdi

compactvdi.sh is a simple compact script for VirtualBox VDI harddisk files. It runs in a Linux host a environment.

To successfully use the script, all unused harddisk sectors must be zeroed.

First remove all unnessessary files.

Linux guest run

dd if=/dev/zero of=0; rm 0

Windows guest (Tested on Windows 10 Guest)

sdelete.exe -z

From the Sysinternals Suite (https://docs.microsoft.com/en-us/sysinternals/downloads/sysinternals-suite). An example batch file for Windows is provided as "Cleanup.bat".

About

Compact Virtuabox VDI harddisks

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published