4/01/2011

File Recovery

Suppose you have the dd of the hard disk. You can recover any file you want from it.

fls sda.dd    (sda is just an example)


.
This will print out the filenames and their corrsponding inode numbers.

You can match the inode to their corresponsing file numbers using



ils -e sda.dd

You can use the following command to find out the MAC times(Modified, Accessed, Changed)

fls -l sda.dd

For recovering a file,

icat sda.dd [inode number] > file.extension

For recovering everything at once,

tsk_recover sda.dd [Folder]

No comments:

Post a Comment