Page 1 of 1

Mass undelete from FAT16

Posted: 30 Dec 2020, 20:27
by rainbof
Hello boys.
i have more than 1000 floppy images with deleted files. I can undelete the files manually via Undelete option. I need make mass recovery script and i cant find the proper option to do that.

actually this does list of files to recovery into testdisk.log, But, how to say testdisk utility recover them all to somewhere ?

Code: Select all

testdisk /log /debug /cmd 01.img partition_none,advanced,undelete

Re: Mass undelete from FAT16

Posted: 30 Dec 2020, 20:56
by cgrenier
You can try

Code: Select all

testdisk /log /debug /cmd 01.img partition_none,advanced,undelete,filecopy
It will copy all the files (deleted and not deleted) in the current directory.