mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 16:31:07 +08:00
[DISKPART] Initialize unrecognized volumes as partitions
This commit is contained in:
@@ -1935,6 +1935,7 @@ AddVolumeToList(
|
||||
VolumeEntry->SerialNumber = 0;
|
||||
VolumeEntry->SectorsPerAllocationUnit = 1;
|
||||
VolumeEntry->BytesPerSector = 512;
|
||||
VolumeEntry->VolumeType = VOLUME_TYPE_PARTITION;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user