Hello, On Wed, 11 Mar 2009, Mohan R wrote: > Google points me to photorec, ext3undel, foremost. But they are all > recovering the contents of the file, but not the filenames. Is there any > way to recover files including filenames?
You need to search for inodes that contain directory information. I recall that "debugfs" allows you to recover directory inodes as files. Running "strings" on this data will get you the file names --- but it will not tell you which file is which. For that you will need to read the directory data structure and I do not know any tool which does that. Perhaps you should be looking for an out-of-band solution like generating plots from the data without worrying about matching the files. By comparing the plots with earlier printed copies you should be able to identify which plot is associated with which data set. All the best, Kapil. -- _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
