aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-09-21 19:31:16 +0200
committerMattias Andrée <maandree@kth.se>2024-09-21 19:31:16 +0200
commit2e55bedc45e836899a18ea7f4a488f50597afad5 (patch)
tree5a9e3cc1465cfc711fb1f74580cb17f20a46212e /README
parentUpdate documentation and adjust blocksize if larger than the device size (diff)
downloaddeadshred-2e55bedc45e836899a18ea7f4a488f50597afad5.tar.gz
deadshred-2e55bedc45e836899a18ea7f4a488f50597afad5.tar.bz2
deadshred-2e55bedc45e836899a18ea7f4a488f50597afad5.tar.xz
misc
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 14 insertions, 3 deletions
diff --git a/README b/README
index 54ace7b..c3706b1 100644
--- a/README
+++ b/README
@@ -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