How to Install fatcat in Ubuntu 18.04



Install fatcat by entering the following commands in the terminal:

sudo apt update
sudo apt install fatcat

Description:

FAT filesystem explore, extract, repair, and forensic tool

fatcat is a tool to explore, extract, repair and forensic FAT filesystem. Its features: - Get information about FAT filesystem; - Explore FAT file system; - Read file or extract directories; - Retrieve file & directories that are deleted; - Backup & restore the FAT tables; - Hack the FAT table by writing on it; - Hack the entries by changing clusters and file sizes; - Perform a search for orphaned files & directories; - Compare and merge the FAT tables; - Repair unallocated directories & files; - Supports FAT12, FAT16 and FAT32.

Homepage: https://github.com/Gregwar/fatcat

Version: 1.0.5-1

Section: universe/utils