diff options
Diffstat (limited to '')
| -rw-r--r-- | README | 11 | 
1 files changed, 10 insertions, 1 deletions
@@ -2,7 +2,8 @@ NAME  	deadshred - override the contents of a device that may be broken  SYNOPSIS -	deadshred [-o offset] [-l length | -e postend] device [< random-source] +	deadshred [-b blocksize] [-o offset] [-l length | -e postend] +	          [-r] device [< random-source]  DESCRIPTION  	The deadshred utility fills a file or block devices with @@ -14,6 +15,10 @@ DESCRIPTION  OPTIONS  	The following options are supported: +	-b blocksize +		Selects the initial block-size for writing on the +		first pass over the device. +  	-e postend  		Position in the device to stop writing at. The byte  		indexed by the value postend will not be overwritten. @@ -27,6 +32,10 @@ OPTIONS  	-o offset  		The index of the first byte in the device to overwrite. +	-r +		Start writing from the end instead of from the +		beginning on the first pass over the device. +  OPERANDS  	The following operand is supported:  | 
