blob: f28ce799768fb596dc90954f34fddefaebef95a9 [file] [log] [blame]
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001.\" zerofill - clear unused disk space and blank devices.
2.\" Copyright (c) 2010 David Sugar <dyfet@gnutelephony.org>
3.\"
4.\" This manual page is free software; you can redistribute it and/or modify
5.\" it under the terms of the GNU General Public License as published by
6.\" the Free Software Foundation; either version 3 of the License, or
7.\" (at your option) any later version.
8.\"
9.\" This program is distributed in the hope that it will be useful,
10.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
11.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12.\" GNU General Public License for more details.
13.\"
14.\" You should have received a copy of the GNU General Public License
15.\" along with this program; if not, write to the Free Software
16.\" Foundation, Inc.,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
17.\"
18.\" This manual page is written especially for Debian GNU/Linux.
19.\"
20.TH zerofill "1" "January 2010" "GNU uCommon" "GNU Telephony"
21.SH NAME
22zerofill \- clear unused disk space and blank devices.
23.SH SYNOPSIS
24.B zerofill
25.RI [ options ]
26.RI [ devices ]
27.I ...
28.br
29.SH DESCRIPTION
30This command is a relative of nullfile. Like nullfile, it can be used
31to write all unused disk space with '0', thereby making file systems that
32are stored on virtual machines easier to pack. In addition, zerofill can
33fill unused disk space with random data before zeroing, which can be useful
34to remove forensic trace of deleted files. Finally, zerofile can be told
35to operate on and zero (erase) complete disk devices.
36.SH OPTIONS
37.TP
38.BI \-\-random= count
39Number of passes to use writing random data before wiping data.
40.TP
41.B \-\-help
42Outputs help screen for the user.
43.SH AUTHOR
44.B zerofill
45was written by David Sugar <dyfet@gnutelephony.org>.
46.SH "REPORTING BUGS"
47Report bugs to bug-commoncpp@gnu.org.
48.SH COPYRIGHT
49Copyright \(co 2010 David Sugar, Tycho Softworks.
50.br
51This is free software; see the source for copying conditions. There is NO
52warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
53PURPOSE.
54
55