[DISKPART] Initialize unrecognized volumes as partitions

This commit is contained in:
Eric Kohl
2026-01-01 22:59:15 +01:00
parent 1d409e322b
commit 9f69e8cfab

View File

@@ -1935,6 +1935,7 @@ AddVolumeToList(
VolumeEntry->SerialNumber = 0;
VolumeEntry->SectorsPerAllocationUnit = 1;
VolumeEntry->BytesPerSector = 512;
VolumeEntry->VolumeType = VOLUME_TYPE_PARTITION;
}
}