summaryrefslogtreecommitdiffstats
path: root/system/zerofree/README
diff options
context:
space:
mode:
author Roberto Neri2011-11-17 01:11:54 +0100
committer Robby Workman2011-11-26 16:08:10 +0100
commit817bb0477162449857d35d7a6e5ca2dab0bd376e (patch)
treec4fdcf099b4245de8563fdb5c2f8395f3c628b7b /system/zerofree/README
parentfd229debfec65d845252765f6c6a422779423abe (diff)
downloadslackbuilds-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/README7
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.