Outils pour utilisateurs

Outils du site


informatique:undelete_unformat

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Prochaine révision
Révision précédente
informatique:undelete_unformat [15/03/2011 17:59] – créée cyrilleinformatique:undelete_unformat [19/05/2012 00:18] (Version actuelle) – modification externe 127.0.0.1
Ligne 2: Ligne 2:
  
 J'ai effacé accidentellement des fichiers, formaté un disque ... J'ai effacé accidentellement des fichiers, formaté un disque ...
 +
 +  * [[https://help.ubuntu.com/community/DataRecovery]]
  
 ===== Logiciels ===== ===== Logiciels =====
Ligne 7: Ligne 9:
 ==== Smart Recovery ==== ==== Smart Recovery ====
  
 +Pour PC
  
 http://www.softpedia.com/get/System/Back-Up-and-Recovery/smart-recovery.shtml http://www.softpedia.com/get/System/Back-Up-and-Recovery/smart-recovery.shtml
Ligne 12: Ligne 15:
 ==== Recuva ==== ==== Recuva ====
  
 +Pour PC
  
 http://www.piriform.com/recuva http://www.piriform.com/recuva
 +
 +==== Foremost ====
 +
 +Linux shell
 +
 +Application console permettant de récupérer des fichiers en se basant sur leurs données de début (en-tête) et de fin pour réaliser des analyses « post mortem ».
 +
 +J'ai essayé avec une CF (CompactFlash) qui a été formatée avec l'appareil photo, et c'est d'enfer, ça fonctionne nickel !
 +
 +  sudo ddrescue /dev/sdc1 ddrescue_image ddrescue_log
 +  sudo foremost -t jpg -i ddrescue_image -o ./foremost.out/
 +  # Attention aux droits d'accès foireux :
 +  chmod a+r -R foremost.out/
 +  chmod a+x foremost.out/jpg
 +
 +==== Scalpel ====
 +
 +Linux shell
 +
 +Scalpel is a fast file carver that reads a database of header and footer definitions and extracts matching files from a set of image files or raw device files. It is similar to foremost and may have some improvements.
 +
 +==== Magic Rescue ====
 +
 +Linux shell
 +
 +Another program that scans for files using "magic bytes" to identify their presence and type, and which can be extended for many file types using "recipes", can be obtained by installing, using any method, the package magicrescue.
 +
 +Note that most of the provided recipes need other software installed to work, so open the desired recipes in /usr/share/magicrescue/recipes/ using a text editor and read the comments contained.
 +
 +==== Photorec ====
 +
 +Photorec is file data recovery software designed to recover lost pictures from digital camera memory or even Hard Disks. It has been extended to search also for non audio/video headers. It searches for 80 different types of files. Photorec is part of the Testdisk package.
 +
 +==== recoverjpeg ====
 +
 +This program is dedicated to identifying and recovering JPEG pictures. You can install the package recoverjpeg using any method, and then run (assuming /dev/sda1 is the partition you want to recover from)
 +
  
informatique/undelete_unformat.1300208387.txt.gz · Dernière modification : 19/05/2012 00:16 (modification externe)

Sauf mention contraire, le contenu de ce wiki est placé sous les termes de la licence suivante : CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki