Δημοσιεύτηκε: 24 Ιαν 2013, 01:55
από eliasps
adem1 έγραψε:Το θέμα είναι ότι έχω πολύ σημαντικά αρχεία... θα μπορούσα κάπως να τα πάρω πριν τον διαμορφώσω;

the_eye έγραψε:Δες με λογισμικό ανάκτησης (foremost, testdisk) αν μπορείς να δεις τα αρχεία. Υπάρχει οδηγός σχετικός. https://forum.ubuntu-gr.org/viewtopic.php?f=9&t=859

Δες εδώ για την χρήση του foremost: http://forum.ubuntu-gr.org/viewtopic.php?f=9&t=4202#p40041
To έχω χρησιμοποιήσει αρκετές φορές και πάντα ήμουν ικανοποιημένος από το αποτέλεσμα.
Η δημιουργία εικόνας δεν είναι απαραίτητη, μπορείς να χρησιμοποιήσεις τον δίσκο απευθείας, όπως φαίνεται και σε αυτή την απάντηση.
Μπορείς να χρησιμοποιήσεις την εντολή για να στοχεύσεις συκγκεκριμένους τύπους αρχείων που θες να βρεις. Η παράμετρος t -all ψάχνει και βρίσκει τα πάντα.
Διαφορετικά, μπορείς να χρησιμοποιήσεις τα παρακάτω (από το man):
Κώδικας: Επιλογή όλων
BUILTIN FORMATS
Recover files from a disk image based on file types specified by the user using the -t switch.

jpg Support for the JFIF and Exif formats including implementations used in modern digital cameras.

gif

png

bmp Support for windows bmp format.

avi

exe Support for Windows PE binaries, will extract DLL and EXE files along with their compile times.

mpg Support for most MPEG files (must begin with 0x000001BA)

wav

riff This will extract AVI and RIFF since they use the same file format (RIFF). note faster than running each separately.

wmv Note may also extract wma files as they have similar format.

mov

pdf

ole This will grab any file using the OLE file structure. This includes PowerPoint, Word, Excel, Access, and StarWriter

doc Note it is more efficient to run OLE as you get more bang for your buck. If you wish to ignore all other ole files then use this.

zip Note is will extract .jar files as well because they use a similar format. Open Office docs are just zip'd XML files so they are
extracted as well. These include SXW, SXC, SXI, and SX? for undetermined OpenOffice files. Office 2007 files are also XML based
(PPTX,DOCX,XLSX)

rar

htm

cpp C source code detection, note this is primitive and may generate documents other than C code.

all Run all pre-defined extraction methods. [Default if no -t is specified]