volume IDs can be retrieved

This commit is contained in:
Greg Lindsay
2017-04-12 15:16:39 -07:00
parent f656c60b8f
commit 4fdcfe03ca

View File

@ -216,7 +216,7 @@ Before any change to the disk is made, MBR2GPT validates the layout and geometry
- There are at most 3 primary partitions in the MBR partition table - There are at most 3 primary partitions in the MBR partition table
- One of the partitions is set as active and is the system partition - One of the partitions is set as active and is the system partition
- The BCD store on the system partition contains a default OS entry pointing to an OS partition - The BCD store on the system partition contains a default OS entry pointing to an OS partition
- The volume IDs can retrieved for each volume which has a drive letter assigned - The volume IDs can be retrieved for each volume which has a drive letter assigned
- All partitions on the disk are of MBR types recognized by Windows or has a mapping specified using the /map command-line option - All partitions on the disk are of MBR types recognized by Windows or has a mapping specified using the /map command-line option
If any of these checks fails, the conversion will not proceed and an error will be returned. If any of these checks fails, the conversion will not proceed and an error will be returned.