Results 1 to 3 of 3

Thread: Recovering deleted data

  1. #1
    Join Date
    2023-Mar
    Posts
    1

    Recovering deleted data

    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?

  2. #2
    Join Date
    2021-May
    Location
    UK
    Posts
    772
    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

  3. #3
    Join Date
    2021-May
    Location
    UK
    Posts
    772
    Oh yes, or safecopy, again command line but written in C and fast;

    sudo apt install safecopy -y

    It might even be pre-installed!

Similar Threads

  1. Recovering my kali
    By Fielding in forum General Archive
    Replies: 7
    Last Post: 2017-12-09, 10:35

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •