| Rampage wrote: |
if you are going to search for particular file types i suggest you to go through a carving method. |
I'm not sure this is the best idea for looking for file types. Carving is great for obtaining data from unallocated data or data not otherwise organized via a filesystem. There's little reason to use carving on a full filesystem (allocated and unallocate) just to recover file's of a particular type.
In this case, I'd suggest using a file signature search tool on the *live* files. Sleuthkit's "sorter" tool comes to mind (and it recovers deleted files and sorts them as well). Then rip out the unallocated (with dls) and *then* carve that.
I know your OP was a question about PTK, but I've not used it much (though I've done some testing with it).
For what it's worth, I'd give SFDumper a shot.
sfdumper.sourceforge.net/