What to Do When CHKDSK is Not Available for RAW Drives

Written by
325

chkdsk is not available for raw drivesCHKDSK is one of the most commonly recommended fixes to troubleshoot different drive errors, but it unfortunately cannot scan a RAW drive. You will most likely encounter the error “The type of the file system is RAW. CHKDSK is not available for RAW drives” when you try to use this tool on a drive that has become RAW. So what can you do in this situation instead?

In this guide, we’ll explain what it means when CHKDSK is not available for RAW drives and what you can do to repair your RAW drive and perform a safe RAW drive data recovery.

What is a RAW Drive?

A RAW drive can be any internal or external storage device that has an unsupported, corrupted, or unrecognizable file system. File system errors cause your computer to be unable to access or interact with your drive.

Your drive can become RAW due to different reasons, including partition table or disk errors, accidental formatting, and corruption due to interrupted write operations.

In most cases, this leads to CHKDSK not working on RAW drives, since it does not know where the partition starts and where it ends. Plus, Windows doesn’t know what to check for in a storage device in a RAW state.

How to Avoid Losing Data on Your RAW Drive

While the easiest and most reliable way to fix a RAW drive is to format it, this process leads to the deletion of all your data in that drive. To avoid this, we recommend using reliable data recovery software like Disk Drill, which is capable of safely scanning a drive without a recognizable file system.

Disk Drill is a powerful data recovery tool versatile enough to scan, find, and even reconstruct fragmented files from different storage devices. It can scan and recover RAW SD cards, hard drives, USB drives, and more. With the Windows free trial version of the app, you can try out its features and recover up to 500 MB of data.

Here’s a step-by-step guide on how to recover data from your RAW drive before attempting repairs:

  1. To get started, download the Disk Drill installer from the Cleverfiles website and open the file to initiate installation. Then, follow the instructions to successfully install the app.
  2. After a successful installation, open Disk Drill. On the list of devices you can scan, click on your RAW drive to select it. Next, click Search for lost data to start the scan.
    scan for files
  3. As the scan proceeds, you can click Review found items to preview the files Disk Drill found so far. You can also let the scan finish first before clicking the same button to review scanned files.
    review found items
  4. Next, browse through the scanned files or search for particular files to recover using the search bar at the top right corner of the window. Tick the checkboxes beside the file names of the ones you want to recover. Once you’re done with the selection, click Recover.
    select files to recover
  5. Select the destination drive for your recovered files. Remember to choose a different drive than the one you’re scanning to prevent any further data loss. After selecting the location for your recovered files, click Next.
    click next
  6. Finally, the recovery process begins. It might take a couple of seconds to a few minutes to finish, depending on how many files it is attempting to recover. After the process, Disk Drill would display the number of files it successfully recovered. You can browse them in File Explorer by clicking Show recovered data in Explorer.
    show files in file explorer

How to Fix a RAW Drive

Once you have recovered your files, you can now attempt to fix your drive without worrying about data loss. To repair RAW drive, Windows has a selection of tools and an easy process available.

But if you don’t want to resort to formatting right away, we’re here to provide alternatives that will help you repair your RAW drive.

Method 1: Recreate the Partition Table Using TestDisk

Using an open-source recovery program called TestDisk, you can try to recover a lost partition and fix RAW drive without format. TestDisk is a command-line tool that can recover partitions and scan and repair drives.

To recover your partition with TestDisk, simply download its zip from the CGSecurity download page and do the following:

  1. Extract the contents of the TestDisk zip you downloaded and open testdisk_win.exe. You can navigate through the program and select options using the arrow keys and Enter key.
    open testdisk
  2. Select the [Create] option and press Enter to create a new log for your session.
    create log file
  3. After that, you should see a list of drives available on the current screen. TestDisk only shows each drive’s file size and file system, so choose the one that matches your RAW drive. Then, press Enter.
    select your disk drive
  4. Now, choose the partition table appropriate for your drive and press Enter. You can choose the one selected by default, as TestDisk automatically detects the correct partition for your device.
    select partition
  5. Next, choose Analyse and press Enter. This allows TestDisk to analyze if your drive partition is damaged or its entry is corrupted. This also lists your drive’s current partition table.
    analyse
  6. Once the analysis is complete and no particular partition error is recorded, you can proceed to Quick Search to allow TestDisk to find all partitions from your drive.
    quick search
  7. If TestDisk found your drive’s previous partition, select it and press Enter.
    select the found partition
  8. Finally, select Write and press Enter to finalize your partitions and write them in the partition table. Press Y to confirm, then press OK.
    write partition

If you still can’t find your partition, choose [Deeper Search] to enable a deeper scan. However, it will take as long as a few hours for this kind of scan to finish. Also, make sure that your computer will not sleep in the process.

Reconstructing your partition table should make your drive accessible again. However, if this method does not fix your issue, consider formatting your drive using these three methods: File Explorer, Disk Management, or DiskPart.

Method 2: Format RAW Drive from File Explorer

Formatting a RAW drive from File Explorer (formerly known as Windows Explorer) is a straightforward task for Windows 7/ 10/ 11. Simply follow these steps to proceed:

  1. Connect your storage device and open File Explorer. You should see your device on the left pane or the list of devices if you navigate on This PC.
    open file explorer
  2. Right-click on your RAW drive and select Format.
    click and select format
  3. Choose what file system you want (e.g., choose NTFS if you need to convert RAW to NTFS), the name of your drive, and if you prefer a longer or a quick format. Then, click Start.
    choose your settings and click start

The format process should be over after a few moments, depending on your format options. Once the process is done, your drive should be empty and accessible again.

Method 3: Format RAW Drive from Disk Management

Disk Management is another handy Windows utility that can manage all the drives connected to your computer. To format a RAW drive using Disk Management, follow these steps:

  1. Press Windows + R to open the Run dialog box. Then, type diskmgmt.msc and press Enter. Alternatively, you can right-click on the Windows icon on the Start menu and select Disk Management.
    run file history
  2. On the list of drives in Disk Management, right-click on your RAW drive and select Format.
    select format
  3. Select the file system and other information in the dialog box and click OK to begin formatting your device.
    choose your settings and press ok

Method 4: Format RAW Drive from Command Prompt

The Command Prompt serves as a channel for Windows’ multitude of utilities for just about any troubleshooting and management on your computer. One of the tools you can use on the command line is DiskPart, which acts as a disk manager for all your connected drives.

Fix RAW drive with cmd using these steps:

  1. First, open the Command Prompt as Administrator.
    open command prompt
  2. Then, type diskpart and press Enter.
    type diskpart
  3. Type list disk and press Enter. This displays all the drives available on your computer.
    list disk
  4. Identify your RAW drive and take note of its disk number. Then, type select disk n, where n is the disk number of your drive.
    select disk n
  5. Type clean and press Enter. This prepares your drive for the format process by erasing all the data on it.
    clean and press enter
  6. Next, type create partition primary and press Enter.
    create partition primary
  7. After that, type fs=[file system], where [file system] is the one you want to format your drive into.
    format file system
  8. Type assign letter=X, where X is your desired drive letter.
    assign new drive letter
  9. Finally, type exit to quit the command line tool.
    exit tool

This process to repair the RAW drive creates a new partition, formats the device into a new file system, and assigns a new drive letter to it. Once it’s done, you can check your drive again to verify if you can access it now.

It’s important to note that if your drive fails to be formatted or your files are not recovered by our methods, they might be damaged more than expected. In this case, you can send the drive to a professional data recovery service for a better chance of successful recovery and repair. However, this may cost significant money and still does not guarantee a successful repair.

Conclusion

CHKDSK is a convenient tool for scanning a file system for errors but it can’t scan a RAW drive. The error “the type of the file system is raw. CHKDSK is not available for raw drives” will appear as you try to scan the drive using this tool.

To repair a RAW drive, your best option is to format it. But if you have important files on your drive, relying on a powerful data recovery tool like Disk Drill to recover drives from a RAW drive is your ideal solution.

Once you recover your important files, you can either recreate the partition table using TestDisk or format your drive in the File Explorer, Disk Management, or Command Prompt using DiskPart. But if all these methods don’t work, you can bring it to a professional data recovery service to attempt repairs and data recovery.

FAQ:

No. CHKDSK is primarily designed to repair file system issues. Since a RAW drive does not have a recognizable file system, the tool would be unable to perform any of its scan and repair functions on it.
“CHKDSK is not available for RAW drives” simply means that the tool won’t be able to scan and repair drives in a RAW state. RAW drives lack a recognized file system structure that CHKDSK relies on to function properly.
You can format a RAW drive in Windows 11 in three ways — using the File Explorer, Disk Management, and the Command Prompt using DiskPart. Here’s a quick guide on how you can format your device using File Explorer:
  1. Connect your device and open File Explorer
  2. Right-click on your RAW drive and select Format.
  3. Choose your desired name, file system, and quick scan preferences.
  4. Finally, click Start.
Note that this process erases all files on your drive. Make sure to back up your files before proceeding, or use data recovery software such as Disk Drill if you cannot access your drive before formatting.
Emma Collins is a content writer who has been writing tech tutorials & how-to guides relating to her wide interests in technology. She's been writing articles on Windows, Android, iOS, Social Media, Gaming, and more as a tech writer for over 5 years.
Approved by
12 years experience in software development, database administration and hardware repair.