| Previous | Next |
| STATUS_FVE_FAILED_WRONG_FS | STATUS_FVE_FS_NOT_EXTENDED |
STATUS_FVE_BAD_PARTITION_SIZE
Meaning and context of STATUS_FVE_BAD_PARTITION_SIZE
This status identifies a geometry inconsistency: the file system claims a size beyond the partition boundary recorded for the volume. It is not a normal lack-of-space condition and not a request to grow the partition automatically.
Compare the partition layout with the file-system and volume sizes using tools that report the same physical disk and partition. Record the disk style and identifiers, and distinguish this from STATUS_FVE_FS_NOT_EXTENDED, where the file system is shorter than the volume rather than larger than its partition bounds.
Correcting partition metadata or resizing storage while encryption is being prepared can be destructive when the geometry is already inconsistent. Preserve backups and establish the intended layout before repeating the BitLocker enablement operation.
Microsoft NTSTATUS reference | BitLocker overview | BitLocker operations guide
Native status interpretation
STATUS_FVE_BAD_PARTITION_SIZE is 0xC0210005, an NTSTATUS error value. AllStat describes it as “The file system size is larger than the partition size in the partition table.”
Looking for a different code? Search another status or error code.