1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/sysutils/zeroer/pkg-descr
Dmitry Marakasov 8c87f80b28 - Switch to USES=localbase
- Switch to options helpers
- Update WWW

Approved by:	portmgr blanket
2018-06-18 09:34:35 +00:00

11 lines
570 B
Plaintext

The zeroer utility can be used to wipe empty space on a disk. In contrary to dd,
zeroer does not wipe existing files on a partition. It overwrites the
unallocated disk space around existing files, which means that deleted files
cannot be restored after processing a certain partition with zeroer.
The utility's principle consists in writing huge zero-padded memory blocks to a
file. To a certain extent this works similar to dd, however zeroer dynamically
reduces the blockwriter's buffer size when the filesystem is going to be full.
WWW: https://critical.ch/zeroer/