diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 17 |
1 files changed, 14 insertions, 3 deletions
@@ -3,7 +3,7 @@ NAME SYNOPSIS deadshred [-b blocksize] [-o offset] [-l length | -e postend] - [-r] device [< random-source] + [-rY] device [map-file] [< random-source] DESCRIPTION The deadshred utility fills a file or block devices with @@ -36,13 +36,24 @@ OPTIONS Start writing from the end instead of from the beginning on the first pass over the device. + -Y + Do not ask for confirmation. + OPERANDS - The following operand is supported: + The following operands are supported: - file + device The file to override. Must be either a regular file or a block device. + map-file + If the file map-file exists and is non-empty, it + specifies what sections in the file to overwrite; + this file will be periodically, and upon exit, + updated to remove parts that has been successfully + overwritten. This file will be unlinked when it + becomes empty. + STDIN Unless the standard input is a terminal device, it shall be an unless source of either random data or a particular byte to |