Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 354 Bytes

foremost.md

File metadata and controls

13 lines (9 loc) · 354 Bytes

Using foremost to recover lost files

A simple command to use formost to recover accidentally deleted files from an external drive

sudo foremost -i /dev/sdXX -o '<path/to/output/directory>'

If you are only looking for specific types of files use this

sudo foremost -t jpg, mp4 -i /dev/sdXX -o '<path/to/output/directory>'