In this video, we will walk you through fixing the “CHKDSK is not available for RAW drives”/ fix flash drive "you need to format the disk before you can use it" error step-by-step.
Whether you’re dealing with a brand-new storage device or a previously functional drive that suddenly turned RAW and still contains important data.
To fix chkdsk is not available for RAW drives using CMD:
1. Open Start Menu, type cmd, right-click and select Run as administrator.
2. Type diskpart and press Enter.
3. Type list disk and press Enter. Identify your RAW drive’s number.
4. Type select disk X (replace X with the correct drive number). Press Enter.
5. Type clean and press Enter.
6. Type create partition primary and press Enter.
7. Type active and press Enter.
8. Type format fs ntfs quick and press Enter.
Your drive should now have a fresh file system and work normally.