Hi!
Your drives are encrypted with BitLocker. They were likely encrypted before you formatted the system, and since you are now running a fresh installation of Windows, they may be preventing data from being written to them.
This could be one of the issues, though perhaps not the root cause. First, I would recommend disabling BitLocker to rule out that possibility.
- One quick question: Are these two drives external USB drives, or internal drives (SATA cable, NVMe)?
- Type "'Command Prompt" in the Search Bar > Right-click on the app > Select '''Run as administrator''.
- Now let's type the following commands.
ATTENTION: Type the entire command in the first line > Press ENTER > Wait for the command to complete.
manage-bde -off F:
# The letter F is the drive letter for the encrypted drive. You must do this for each drive.
- Use the Command below to check the unlock status of the Encrypted Drive.
manage-bde -status C:
- When the "Encrypted Percentage" option is at 0%, it means that the drive is free of BitLocker.
If you cannot decrypt using this command, you need your Recovery Key. See the link below:
https://support.microsoft.com/en-us/windows/security/encryption/find-your-bitlocker-recovery-key