jpeg-recovery

command module
v0.0.0-...-bdcd0f9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 11, 2017 License: MIT Imports: 6 Imported by: 0

README

JPEG File Recovery tool

This program is able to restore JPEG files after their accidental remove or partition format.

Install

go get -u https://github.com/fxor/jpeg-recovery

Usage

Recover from image file
jpeg-recovery -f discImage.img

JPEG files will be saved to the current directory.

Recover directly from device
jpeg-recovery -f /dev/sda
Changing block size
jpeg-recovery -f discImage.img -b 4096

If you find recovery process slow you can increase block size to look for JPEG header only every x bytes. By decreasing block size you are allowing for much more accurate search but time will increase. It is not recommended to go below 512 bytes (default value for -b) of block size because filesystems tend not to go below that limit of allocation size.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL