A PhotoRec alternative — for when you need the filenames back
PhotoRec is genuinely one of the best free recovery tools ever written. It also hands you 4,000 files called f0000001.jpg with no folders. Whether that matters depends entirely on what you lost.
First, the fair part: PhotoRec is very good
PhotoRec — part of the TestDisk project by Christophe Grenier — is free, open source, actively maintained, cross-platform, and recognises hundreds of file signatures. It has recovered data for people for over two decades. We're not going to pretend otherwise to sell you something.
It is also, for a lot of people, the wrong tool — and for one specific, well-known reason.
The f0123456.jpg problem
PhotoRec is a pure file carver. It deliberately ignores the filesystem and reads raw sectors looking for the byte patterns that begin a JPEG, a PDF, a ZIP archive. That design is exactly why it's so robust: it still works when the filesystem is completely destroyed.
But filenames and folder paths don't live inside your files. They live in the filesystem's directory records. Skip the filesystem and you skip the names. So PhotoRec's output looks like this:
recup_dir.1/
f0000016.jpg
f0000024.jpg
f0000031.mp4
f0000048.doc
… 3,847 moreEvery file, one flat pile, generated names, no folders, no dates you can trust. If you recovered forty documents, you can open each one and sort them out in an afternoon. If you recovered four thousand photos from a wedding shoot, you have a second, much longer problem than the one you started with.
How we do it differently
Cinder runs both approaches and merges the results. It reads FAT32, NTFS and exFAT directory records to recover real filenames and folder paths wherever that metadata still survives — which after a simple delete or a quick format is usually most of it — and falls back to signature carving for everything the filesystem has genuinely forgotten.
The result is that files recovered from surviving metadata come back as Wedding/Ceremony/IMG_4471.CR2, and only the truly orphaned ones get generated names. You also get to preview them before paying, which PhotoRec cannot do at all — with PhotoRec you recover first and find out afterwards.
Side by side
| PhotoRec | Cinder Recovery | |
|---|---|---|
| Price | Free, open source | Free to scan & preview · $69.95/yr or $199 lifetime to save |
| Interface | Text-mode (ncurses) | Graphical |
| Original filenames | No — outputs f0123456.jpg | Yes, where filesystem metadata survives |
| Folder structure | No | Yes, where it survives |
| Preview before recovering | No | Yes — photos, audio, video, free |
| Raw signature carving | Yes — excellent, 480+ types | Yes |
| Filesystem-aware recovery | No, by design | Yes — FAT32, NTFS, exFAT directory records |
| Runs on macOS | Yes | Yes |
| Fake-capacity drive test | No | Yes — free |
| Actively maintained | Yes | Yes |
Comparison reflects publicly documented behaviour at the time of writing. PhotoRec and TestDisk are the work of Christophe Grenier and contributors, released under the GPL; we're not affiliated with the project.
When you should just use PhotoRec
Genuinely — use PhotoRec if:
- You're recovering a small number of files you can identify by opening them.
- The filesystem is badly damaged, so no tool will recover names anyway.
- You're comfortable in a terminal and would rather not pay for anything.
- You want open-source software you can audit. That's a legitimate requirement.
Use something filesystem-aware instead if you're recovering hundreds or thousands of files, if folder structure carries meaning (client work, project archives, photo shoots), or if you want to confirm your files are actually recoverable before committing time or money.
Try it without paying
Scanning and previewing are free and need no account, so you can compare directly: run Cinder's scan, see whether real filenames come back for your drive, and decide from there. If they don't — if the metadata is genuinely gone — we'll show you that too, and PhotoRec will serve you just as well for free.