photorec, ddrescue: add page (#3625)
This commit is contained in:

committed by
Zlatan Vasović

parent
0bb2e25c70
commit
59185a7ec9
12
pages/linux/ddrescue.md
Normal file
12
pages/linux/ddrescue.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# ddrescue
|
||||
|
||||
> Data recovery tool that reads data from damaged block devices.
|
||||
> More information: <https://www.gnu.org/software/ddrescue/>.
|
||||
|
||||
- Take an image of a device, creating a log file:
|
||||
|
||||
`sudo ddrescue {{/dev/sdb}} {{path/to/image.dd}} {{path/to/log.txt}}`
|
||||
|
||||
- Clone Disk A to Disk B, creating a log file:
|
||||
|
||||
`sudo ddrescue --force --no-scrape {{/dev/sda}} {{/dev/sdb}} {{path/to/log.txt}}`
|
Reference in New Issue
Block a user