mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-07 14:57:12 +00:00
Update cheatsheets
This commit is contained in:
18
linux/photorec
Normal file
18
linux/photorec
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# photorec
|
||||
|
||||
> Deleted file recovery tool.
|
||||
> It is recommended to write recovered files to a disk separate to the one being recovered from.
|
||||
> More information: <https://www.cgsecurity.org/wiki/PhotoRec>.
|
||||
|
||||
- Run PhotoRec on a specific device:
|
||||
|
||||
`sudo photorec {{/dev/sdb}}`
|
||||
|
||||
- Run PhotoRec on a disk image (`image.dd`):
|
||||
|
||||
`sudo photorec {{path/to/image.dd}}`
|
||||
Reference in New Issue
Block a user