The disk management of MMC is not very good, but Diskpart is really good.
Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!
Originally posted by Climbing at 2008-12-25 09:54 AM:
I agree with the view of brother fujianabc above.
When I use PQ to partition, of course, it's not all new machines. I completely re-partition. When I install the system for others, many times the other party's hard drive already has a lot of data (partitioned). I need to use the lossless partition function of PQ to re-organize the unreasonable partition scheme. In addition to using PQ to partition, I often use Acronis. Sometimes, when PQ enters, it prompts a partition table error (Error 106, etc.) and then cannot see the original hard drive partitions, but Acronis can normally recognize the original partitions. At this time, I use Acronis to partition the hard drive, but after processing with Acronis, PQ can recognize normally again. Of course, I almost never use Windows Disk Manager to partition. Even if I use it, at most I delete the original partition and rebuild it.
Originally posted by netwinxp at 2008-12-26 02:07 PM:
MS's partition search uses a binary tree algorithm. With a slight extension, the primary partition table can have at most 4 entries.
The definition of a logical partition (such as BPB, partition table entry, partition ID) is basically the same as that of the primary partition table. The only difference is that the extended partition table has no boot program, only partition table entries.
Originally posted by fujianabc at 2008-12-26 20:30:
Microsoft's disk manager can not only support 4 primary partition table entries, but also support 4 entries in the extended partition table. Other partition software does not support multiple sibling logical partitions in the extended partition table.
In addition, the extended partition table sector generally does not have a boot program. Of course, it is okay to write it. If you want the last-level logical partition to boot directly, then each level of extended partition table must have a boot program.
***PS: Most partition software does not support 4 partition entries per level of extended partition, and does not write boot programs to the extended partition table***