exFAT
Recover Files from RAW USB Drive
Scan the RAW device before formatting it.
A RAW USB drive is not being recognized as a normal file system. That does not necessarily mean the files are gone. The RAW state can result from damage at the partition table level, the file system level, or both, and identifying which layer is broken determines the best recovery approach.

First: do not make the source worse
Treat this as a recovery situation before you treat it as a repair task. The priority is to preserve readable data and avoid new writes to the affected device.
- Do not format the RAW USB drive before scanning it.
- Do not run chkdsk, fsck, or RAW-to-NTFS conversion tools first.
- Do not attempt partition repair before recovering files.
- Do not save recovered files back onto the RAW USB drive.
Scan and preview first
Refindo can scan a RAW USB drive when the system still detects the device and lets you preview recoverable files.
Likely causes
- Corrupted FAT32 or exFAT metadata.
- Unsafe removal or interrupted file transfer.
- Flash controller instability or bad memory blocks.
- Previous repair attempts changing file system records.
Read-only recovery workflow
- Connect the RAW USB drive directly to a Mac port to confirm detection.
- Open Refindo and select the RAW device without formatting it.
- Run Quick Scan, then Deep Scan when the file system layer is unrecognized.
- Preview recoverable files and save them to a different disk.
When to stop self-recovery
- The USB drive disconnects during the scan or reports an incorrect size.
- The RAW drive holds the only copy of irreplaceable files.
- A previous repair or conversion tool has already changed the drive.
- The flash controller or memory blocks appear to be failing.
Related recovery guides
What You Need to Know
What RAW Actually Means at the Technical Level
RAW is not a file system. It is a label the OS applies when it cannot identify a valid file system on a partition or disk. Windows shows RAW in Disk Management; macOS shows an unmountable volume in Disk Utility. The underlying data may be fully intact, with only the file system header or partition entry preventing normal access.
Partition Table vs File System: A Dual-Layer Problem
A USB drive has two metadata layers: the partition table (MBR or GPT) that defines partition boundaries, and the file system (FAT32, exFAT, NTFS) inside each partition. Corruption at either layer can produce a RAW state. If the partition table is damaged, the OS cannot locate any partition. If only the file system header is damaged, the partition exists but cannot be mounted.
Diagnosing Which Layer Is Broken
In Disk Utility or Disk Management, check whether the device shows partitions with listed sizes. If the full disk appears with no partitions, the partition table is likely damaged. If a partition appears but shows as RAW or unmountable with the correct capacity, the file system layer is the problem. This distinction affects which recovery strategy works best.
Frequently Asked Questions
Should I format the RAW USB drive?
No. Format only after recovery and verification.
Can a RAW USB drive be scanned?
Yes, when the device is detectable and readable enough.
Why did my USB drive become RAW?
Common causes include interrupted writes, unsafe removal, file system damage, or flash media problems.
Is RAW the same as unformatted?
Not exactly. An unformatted drive has never had a file system. A RAW drive had one that is now unrecognizable. Recovery tools can often still find files on a RAW drive.
Can I fix a RAW USB drive without losing files?
Sometimes, if only the boot sector is damaged and a backup exists. But attempting repair before recovery risks overwriting metadata, so always scan first.