aboutsummaryrefslogtreecommitdiffstats
path: root/README
blob: e15cfdcb3f082618d0bf2678a7e5ff47913f4919 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
NAME
	deadshred - override the contents of a device that may be broken

SYNOPSIS
	deadshred device [< random-source]

DESCRIPTION
	The deadshred utility fills a file or block devices with
	nonsense data. The utility is designed specifically for
	erasing the content of failing hard disc drives, for this
	purpose, the deadshred utility will skip any section it fails
	to override and retries it later.

OPTIONS
	No options are supported.

OPERANDS
	The following operand is supported:

	file
		The file to override. Must be either a regular file or
		a block device.

STDIN
	Unless the standard input is a terminal device, it shall be an
	unless source of either random data or a particular byte to
	fill the device with.

NOTES
	While the deadshred utility is designed for block devices, it
	also works for regular files, however does not provide options
	that are useful for erasing regular files and is not designed
	to work with filesystems that use copy on write.

SEE ALSO
	dd(1), shred(1)