Forum Discussion
otherrealm
Jun 30, 2022Copper Contributor
The main hard drive (the one C:\ is on) is showing as raw
OS: Windows 10 Enterprise
The main hard drive (the one C:\ is on) is showing as raw. I got a bluescreen (wish I had recorded what it said on it before I restarted, but it's probably a moot point now) and tried to restart, but the laptop froze before Windows loaded. I did some diagnostic stuff using a recovery drive and it became apparent that something had happened to C (it was showing as a Raw drive named D).
I reassigned the drive letters back to the correct ones but I can't find any way of indicating that the drive is not raw. The partitions are all there according to DISKPART (Recovery 300mb, System 100mb, Reserved 128mb, Primary 237gb, Recovery 663mb), and the System partition is still formatted, as when I list the volumes, I get a FAT32 with 100MB, but everything else is raw. Much of the drive is Bitlocker encrypted. I know there are 3rd party tools that claim to be able to recover things, but I am wary that it will render the drive inoperable, even if it will get my data back. I have most of my data backed up, I just want a functioning OS that has all of my applications.
10 Replies
Sort By
- Thad_Nader10Copper Contributor
It sounds like your main hard drive has become corrupted, possibly due to a hardware failure or software issue. Here are some steps you can take to try and recover your drive:
Check the drive's health: Use a diagnostic tool like CrystalDiskInfo to check the health of your hard drive. If the tool reports any errors, you may need to replace the drive.
Recover your data: Use a data recovery tool like EaseUS Data Recovery Wizard which is the best best data recovery software to recover your data from the raw drive. Make sure to save the recovered data to a separate drive to avoid overwriting any existing data.
Repair the file system: Use the command prompt to run a chkdsk /r command to repair the file system on the drive. This may take some time to complete.
Reformat the drive: If the above steps don't work, you may need to reformat the drive and reinstall Windows. This will erase all data on the drive, so make sure to back up any important data first.
Restore from backup: If you have a recent backup of your system, you can restore it to the newly formatted drive to get a functioning OS with all of your applications.
Note: It's always a good idea to consult a professional if you're unsure about any of these steps or if you have valuable data on your drive that you can't afford to lose. - Reza_AmeriSilver ContributorDid you download or install any program before this problem started?
Do you have access to the Windows installer media?
If yes, you may boot with it and perform a repair install.- otherrealmCopper ContributorNo, I wasn't doing anything in particular before I got the blue screen. I think the screen was some system32 error, but I could be wrong. It had 32 in the name.
Is a repair install different from the system repair that is presented as a troubleshooting option?
The recovery drive I was referring to was a windows installer media on a USB drive.- Reza_AmeriSilver ContributorBy the System Repair if you are referring to sfc or dism command, yes, it is different but similar. Those commands are using Windows local resources and if they have been damaged, they won't be able to fix it but repair from the Windows installer is repair from the latest file in Windows installer and normally it is not corrupted.