@HopeInSleep Deep Scan is a bit more nuanced than just “looking for raw data with no names”.
Basically, for a lot of recovery tools, Deep Scan can be further split into two methods: File Table-Based Recovery and Signature Recovery .
First one kicks in when the file system was damaged/lost (like after a reformat or when the drive shows up as RAW). Even if the system looks blank to the OS, a lot of the original metadata might still be buried in the file tables.
Some tools can read these tables directly and pull out deleted files WITH filenames, folder structure, timestamps, etc. In this case, Deep Scan is still relying on metadata, just deeper structures that Quick Scan didn’t pick up.
So it’s useful when:
The file system was reinstalled
You quick-formatted the drive
You changed the partition type
The partition got lost, but wasn’t completely overwritten
So Deep Scan doesn’t ALWAYS mean “no filenames”. It depends on how trashed the file system is and what kind of scan the tool is actually doing.
Now Signature Scan (a.k.a. file carving) is the raw mode most people associate with Deep Scan. It works independently of the file system and scans for known binary patterns (file “signatures” like “FF D8 FF” for JPEGs, “25 50 44 46” for PDFs, etc.
It doesn’t care where files used to live or what they were named it just pulls any sequence of bytes that fits a known format. That’s why results show up as file0012.mp4, recovered123.docx, and whatnot.
The downside of file carving method (if it’s not obvious yet) is that the recovery tool you’re using needs to recognize the file type in the first place. If you’re trying to recover something less common, like a proprietary camera RAW file or a specialized format from some industry software, and Quick Scan didn’t pull anything useful from the file table… then Deep Scan won’t find it either if your software doesn’t have THAT specific file type in its signature database.