Christophe GRENIER
Christophe GRENIER
You are welcome to compile from source and test it ;-) Enable the Expert mode in Options to be able to list the system files. Note that you will not...
TestDisk can recover HFS and HFS+ partitions, it can not list files from those filesystems. PhotoRec can recover files from HFS and HFS+ partitions but is not able to recover...
Without writing the file to the disk, it's not possible to do all checks. You can probably delete the recovered file in file_finish_aux(), see src/photorec.c
For Linux/Unix, it should be possible to stat the device to check if it's still existing.
PhotoRec 7.1-WIP for Windows is now compiled using cygwin instead of mingw, so it may have fixed this problem. Do you have the problem with latest 7.1-WIP ? Which version...
I am unable to reproduce the problem. Do you have the problem with latest 7.2-WIP version ? Symlinks are ignored by Testdisk. There is also some code to prevent infinite...
Can you try the following patch ? ``` diff -ruw testdisk-7.2/configure.ac testdisk-7.3-WIP/configure.ac --- testdisk-7.2/configure.ac 2024-02-02 16:56:43.131177466 +0100 +++ testdisk-7.3-WIP/configure.ac 2024-03-31 17:28:56.349973770 +0200 @@ -486,6 +486,11 @@ AC_TYPE_SIZE_T AC_STRUCT_ST_BLOCKS AC_STRUCT_TM +AC_CHECK_TYPE(...
If you had a "MBR partition", choose Intel/PC partition.
I have uploaded a new 7.2-WIP. Can you try it ?
PhotoRec can't detect the real end of idb file. If you can find it, use the truncate command to reduce the filesize or use a binary editor...