Christophe GRENIER
Christophe GRENIER
Use "Version Fichier\r\n*******" instead of "Version Fichier" in register_header_check_dap(), this way no need to compare with dap_hdr_str in header_check_dap()
Can you provide 3 sample files for each variant of the file format ?
Incomplete copy/paste have been added to this thread. I am still waiting for files samples...
I haven't been able to reproduce the problem with 5.16.5-200.fc35.x86_64. Only testdisk can list deleted files. PhotoRec can recover deleted files from ext2/3/4 unless the discard option feature has been...
Check dmesg output, read error error or timeout message are probably listed. As explained in https://www.cgsecurity.org/testdisk.pdf, it's better to clone damaged disk/disk with bad sectors using ddrescue and once it's...
https://github.com/cgsecurity/testdisk_documentation/blob/master/photorec.rst now contains "Avoid choosing a FAT32 filesystem for the destination as it doesn't handle file over 4 GB.". See https://www.cgsecurity.org/testdisk.pdf for the generated pdf I don't plan to implement...
Use 'h' to hide deleted files and try again to copy the directory. Do you still have the problem ?
I have pushed the commit aad79e476614079aa300cc4abb838690e9ee163e Can you check if it works as expected ?
It's also possible to try latest 7.1-WIP...
The latest speed improvement was commit 9b0e8ff284301e4f9d07f5ccadb8c1756c6a9150 You can optimize for your CPU by using "-march=native". I don't think using the FPU or the GPU will be useful. Note that...