Mass undelete from FAT16

Using TestDisk to undelete files
Forum rules
When asking for technical support:
- Search for posts on the same topic before posting a new question.
- Give clear, specific information in the title of your post.
- Include as many details as you can, MOST POSTS WILL GET ONLY ONE OR TWO ANSWERS.
- Post a follow up with a "Thank you" or "This worked!"
- When you learn something, use that knowledge to HELP ANOTHER USER LATER.
Before posting, please read https://www.cgsecurity.org/testdisk.pdf
Locked
Message
Author
rainbof
Posts: 1
Joined: 30 Dec 2020, 20:21

Mass undelete from FAT16

#1 Post 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

User avatar
cgrenier
Site Admin
Posts: 5432
Joined: 18 Feb 2012, 15:08
Location: Le Perreux Sur Marne, France
Contact:

Re: Mass undelete from FAT16

#2 Post 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.

Locked