Situatie
Segment mode works almost exactly like Default mode. To use segment mode, which examines file record segments, you use /r
in addition to /n
.
Solutie
In other words, you can construct Segment mode recovery commands in the same way you construct Default mode commands—just add the /r
.
For example, to recover all deleted MP3 files from your C: drive and save them to your D: drive, you’d run:
winfr C: D: /r /n *.mp3
So, if a Default mode search doesn’t find what you’re looking for, add the /r
and try again.
Leave A Comment?