diff options
author | Roberto Neri <rneri@libero.it> | 2011-11-16 18:11:54 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-11-26 09:08:10 -0600 |
commit | 817bb0477162449857d35d7a6e5ca2dab0bd376e (patch) | |
tree | c4fdcf099b4245de8563fdb5c2f8395f3c628b7b /system/zerofree/README | |
parent | fd229debfec65d845252765f6c6a422779423abe (diff) | |
download | slackbuilds-817bb0477162449857d35d7a6e5ca2dab0bd376e.tar.gz |
system/zerofree: Added (fills free blocks in an ext2/3/4 filesystem with zeroes)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'system/zerofree/README')
-rw-r--r-- | system/zerofree/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/system/zerofree/README b/system/zerofree/README new file mode 100644 index 0000000000..14a43ae30e --- /dev/null +++ b/system/zerofree/README @@ -0,0 +1,7 @@ +Zerofree is a utility which scans the free blocks in an ext2/3/4 +filesystem and fills any non-zero blocks with zeroes. + +This is useful if you have an ext2/3/4 virtual disk image +(e.g. VirtualBox' .vdi) that you wish to compact. + +See project homepage for information and usage. |