Hello JayJuli,
Thank you for posting in Microsoft Community forum.
It sounds like a complex issue involving BitLocker encryption on a NAS setup, which can be particularly challenging to resolve. Here are some steps you can try to recover your data without wiping everything:
General Troubleshooting Steps
- Verify the BitLocker Key:
- Ensure you have the correct BitLocker recovery key for the encrypted drives.
- Check iSCSI Configuration:
- Ensure that the iSCSI targets are correctly configured and connected on your main PC.
- Verify that the NAS and the iSCSI initiator on your main PC are properly communicating.
- Use Command Line Tools:
- Open Command Prompt as an administrator and try to unlock the drive using the recovery key. Use the following commands:
manage-bde -unlock D: -RecoveryPassword YOUR-RECOVERY-KEY-HERE manage-bde -unlock E: -RecoveryPassword YOUR-RECOVERY-KEY-HERE
- After unlocking, try to resume the encryption process:
manage-bde -resume D: manage-bde -resume E:
- Open Command Prompt as an administrator and try to unlock the drive using the recovery key. Use the following commands:
- Check Disk Health:
- Use disk management tools to check the health of your drives. Bad sectors or other hardware issues can cause the problems you're experiencing.
- Attempt Recovery with chkdsk:
- Use the
chkdsk
command to check for and repair file system errors:chkdsk D: /f chkdsk E: /f
- Use the
Specialized Recovery Steps
- Use BitLocker Repair Tool:
- Microsoft provides a BitLocker Repair Tool that might help recover data from a corrupted BitLocker drive.
- The command is:
repair-bde D: X: -rp YOUR-RECOVERY-KEY-HERE
- Replace
D:
with the drive letter of the corrupted drive andX:
with the drive letter where you want to save recovered data.
- Data Recovery Software:
- Consider using specialized data recovery software like Recuva, EaseUS Data Recovery, or R-Studio. These tools can sometimes recover data even from encrypted and corrupted drives.
Consulting Professional Help
- Professional Data Recovery Services:
- If these steps do not resolve the issue, consider consulting a professional data recovery service. They have specialized tools and expertise to handle complex cases like this.
Preventative Measures
- Frequent Backups:
- Ensure that you have regular and up-to-date backups of all important data. Consider using a robust backup solution that can automate this process.
I hope the information above is helpful.
If you have any question or concern, please feel free to let us know.
Best Regards,
Haijian Shan