Src: https://recoverit.wondershare.com/file-system/fat32-file-system.html
To get started, follow the instructions below:
- Clone this repository to your local machine.
- Run the tool using the following command:
./file_rec
The File Recovery Tool supports the following command line options:
Use the -i
flag to print detailed information about the FAT32 file system.
Utilize the -l
flag to list the contents of the root directory.
If you need to recover a specific file, employ the following command:
./file_rec -r filename [-s sha1]
Where:
filename
: The name of the file you wish to recover.-s sha1
: (Optional) The SHA-1 hash value of the file for verification purposes.
Please note that the tool will attempt to recover contiguous files. Noncontiguous would require brute-force iterations.
If you encounter any issues while using the File Recovery Tool please submit them under Issues.