Search found 1 match

by afuna
29 Jul 2020, 00:02
Forum: Partition Recovery
Topic: Choose partition in scripting mode
Replies: 1
Views: 921

Choose partition in scripting mode

I'm trying to script testdisk to see which partitions contain an "accessible" filesystem.
Let's say I want to execute "list" on partition 3, I try

testdisk /cmd image.dsk analyze,3,list

but get an syntax error. The documentation says that the "analyze" menu has a "number" command, but I'm not sure ...