PDA

View Full Version : Recovering deleted data



yad
2023-03-25, 12:11
Linux mint suddenly downgraded after upgrading and finally corrupted to fail starting up. Therefore, I booted by laptop using linux kali and using it safely to-date. But I need to recover my data from the deleted OS or formated disk with linux kali. Which tool is convenient for getting data back?

Fred Sheehan
2023-04-04, 10:50
One of the best tools for any platform is testdisk.
Its a command line tool only, but can recover partitions as well as individual files;

sudo apt update
sudo apt install testdisk

Fred Sheehan
2023-04-04, 10:53
Oh yes, or safecopy, again command line but written in C and fast;

sudo apt install safecopy -y

It might even be pre-installed!