Converting Flash Drive from RAW to exFAT and Restoring Its Original Storage Capacity
Flash drives, also known as thumb drives or USB drives, are portable storage devices that allow you to conveniently carry and transfer data. However, sometimes these flash drives can encounter issues that render them inaccessible or show incorrect storage capacity. One common problem is when a flash drive becomes RAW instead of the usual file system like exFAT or FAT32. In this article, we will guide you through the process of converting a RAW flash drive to exFAT and restoring its original storage capacity.
Understanding the RAW File System
When a flash drive becomes RAW, it means that the file system on the drive is unrecognized or corrupted. This can happen due to various reasons, such as improper ejection, virus infection, or system errors. When you connect a RAW flash drive to your computer, it may prompt you to format the drive, which can result in data loss. Therefore, it is crucial to convert the RAW file system back to a recognized format without formatting the drive.
Step 1: Checking Disk Management
The first step is to check the disk management utility on your computer to identify the RAW flash drive. Follow these steps:
- Connect the RAW flash drive to your computer.
- Press
Windows + Ron your keyboard to open the Run dialog box. - Type
diskmgmt.mscand press Enter to open Disk Management. - In the Disk Management window, locate your RAW flash drive. It will be labeled as "RAW" and may not show the correct storage capacity.
If you cannot find your flash drive in Disk Management or it shows an incorrect capacity, proceed to the next step.
Step 2: Using Command Prompt to Convert RAW to exFAT
To convert the RAW flash drive to exFAT, we will use the Command Prompt utility on your computer. Follow these steps:
- Press
Windows + Ron your keyboard to open the Run dialog box. - Type
cmdand press Enter to open Command Prompt. - In the Command Prompt window, type
diskpartand press Enter. - Type
list diskand press Enter to view a list of available disks on your computer. - Identify your RAW flash drive based on its size. Note the disk number associated with it.
- Type
select disk X(replace X with the disk number of your RAW flash drive) and press Enter. - Type
cleanand press Enter to remove all partitions and data on the flash drive. - Type
convert exFATand press Enter to convert the RAW flash drive to exFAT. - Wait for the process to complete. It may take a few minutes.
- Once the conversion is finished, type
exitand press Enter to close the Command Prompt.
After following these steps, your RAW flash drive should now be converted to the exFAT file system. The next step is to restore its original storage capacity.
Step 3: Restoring Original Storage Capacity
When a flash drive becomes RAW, it may show an incorrect storage capacity. To restore its original capacity, you can use a third-party tool called "HP USB Disk Storage Format Tool." Follow these steps:
- Download and install the "HP USB Disk Storage Format Tool" from a trusted source.
- Launch the tool and select your RAW flash drive from the list of available devices.
- Choose the file system as exFAT or FAT32, depending on your preference.
- Click on the "Format" button to start the formatting process.
- Wait for the tool to complete the formatting process. This may take a few minutes.
- Once the formatting is finished, close the tool and safely eject your flash drive.
Your flash drive should now be restored to its original storage capacity, and you can use it normally.
Conclusion
Converting a RAW flash drive to exFAT and restoring its original storage capacity is a relatively simple process that can be done using built-in utilities like Disk Management and Command Prompt, along with a third-party formatting tool. By following the steps outlined in this article, even entry-level users can resolve issues with RAW flash drives and regain access to their data.
| Source | Link |
|---|---|
| Windows Central | https://www.windowscentral.com/how-convert-raw-file-system-exfat-windows-10 |
| HP USB Disk Storage Format Tool | https://www.softpedia.com/get/System/Hard-Disk-Utils/HP-USB-Disk-Storage-Format-Tool.shtml |