mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00: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