| Предыдущий | Следующий |
| STATUS_FVE_LOCKED_VOLUME | STATUS_FVE_BAD_INFORMATION |
STATUS_FVE_NOT_ENCRYPTED
Что означает STATUS_FVE_NOT_ENCRYPTED
STATUS_FVE_NOT_ENCRYPTED (0xC0210001) — том не зашифрован, доступный ключ отсутствует.
Что проверить
Зафиксируйте том, FVE/BitLocker API и состояние шифрования/преобразования, при котором получен STATUS_FVE_NOT_ENCRYPTED.
- Проверьте состояние тома через manage-bde или Get-BitLockerVolume, доступность key protectors и, если используется TPM, его готовность.
- Не запускайте расшифрование/повторное шифрование вслепую: сначала установите, относится ли ошибка к метаданным, типу тома, политике или текущей фазе преобразования.
- Проверьте, должен ли объект, на который ссылается операция STATUS_FVE_NOT_ENCRYPTED, существовать на этом сервере или устройстве. Если должен — исправьте ссылку либо восстановите объект; если отсутствие допустимо — обработайте его как отдельное состояние.
Исходная формулировка
the selected volume is not in the BitLocker state required by this operation
A repair or unlock operation intended for a protected data drive will not become valid simply by supplying a recovery password to an unencrypted target. First establish whether the correct volume was selected and whether BitLocker was ever enabled on it.
Check the mount point, volume role, conversion state, and encryption method before changing any protectors. manage-bde -status or Get-BitLockerVolume should be used to confirm the target rather than relying on a drive letter that may have changed after attaching media or entering Windows Recovery Environment.
This is an operation-to-volume mismatch: the caller requested a BitLocker-specific action for a volume that is not in the encrypted state that the action requires. It is not the same as a locked BitLocker volume, because a locked volume is encrypted and awaits an unlock protector.
BitLocker overview | BitLocker operations guide | manage-bde reference
Технические ссылки
Нужно найти другой код? Найти другой код состояния или ошибки.