1. For two partitions with overlapping areas, will data loss necessarily occur? When the data of the previous partition has not yet involved the overlapping area, the data will still be fine. But the problems that haven't occurred currently don't mean there are no errors, nor do they mean they won't occur in the future. When the data of the previous partition is written to the overlapping area, basically the entire subsequent partition is completely lost and cannot be recovered (because the overwritten part happens to be the most important part).
2. The basic unit for the system to access a logical disk is the cluster. Currently, each cluster of a hard disk partition is usually 4 - 32K. Then, how can a partition that is sector-based ensure that this partition just has an integer number of clusters (of course, the possibility of just an integer number of clusters also exists)? If it's not an integer number of clusters, then the range of the last cluster will cover the starting part of the next partition, that is, an implicit partition overlap occurs!!! If the subsequent area happens to be the extended partition table, and when that cluster is written with more data, a disaster occurs, and all logical partitions on the hard disk except the primary partition are lost (this kind of example is not rare at all).
3. When the partition is in the space behind 8G, the software will fill in FE, 00, 01 (not very sure if it's this value) in the start CHS and FE, FF, FF in the end CHS. If there are multiple partition entries after 8G, then there will be two or more entries with exactly the same CHS (from the early perspective, it's very similar to a logical lock, and it's very likely to get locked up with DOS 6.x or earlier versions). Then, when PQ encounters this situation, it will act smartly and think the partition entry is wrong, and start to modify it randomly. Then, the modified partition is almost all reduced to only 8G in size (this kind of example is more common).
***As long as you pay attention to the posts in various forums, you will find that almost every month the above two failures occur, and their common point is using PQ to partition.***
***By the way: The DOS 7.1 that can avoid the logical lock also has a bug. That is, if a FAT/FAT32 primary partition is in the space behind 8G (this situation often occurs in one-click restoration) and is used to boot the system, the boot will fail. Using the DOS of 98 has no this problem. This problem is not encountered by many people for a long time, but it does exist and is very serious.***
[ Last edited by netwinxp on 2008-12-22 at 11:48 ]
2. The basic unit for the system to access a logical disk is the cluster. Currently, each cluster of a hard disk partition is usually 4 - 32K. Then, how can a partition that is sector-based ensure that this partition just has an integer number of clusters (of course, the possibility of just an integer number of clusters also exists)? If it's not an integer number of clusters, then the range of the last cluster will cover the starting part of the next partition, that is, an implicit partition overlap occurs!!! If the subsequent area happens to be the extended partition table, and when that cluster is written with more data, a disaster occurs, and all logical partitions on the hard disk except the primary partition are lost (this kind of example is not rare at all).
3. When the partition is in the space behind 8G, the software will fill in FE, 00, 01 (not very sure if it's this value) in the start CHS and FE, FF, FF in the end CHS. If there are multiple partition entries after 8G, then there will be two or more entries with exactly the same CHS (from the early perspective, it's very similar to a logical lock, and it's very likely to get locked up with DOS 6.x or earlier versions). Then, when PQ encounters this situation, it will act smartly and think the partition entry is wrong, and start to modify it randomly. Then, the modified partition is almost all reduced to only 8G in size (this kind of example is more common).
***As long as you pay attention to the posts in various forums, you will find that almost every month the above two failures occur, and their common point is using PQ to partition.***
***By the way: The DOS 7.1 that can avoid the logical lock also has a bug. That is, if a FAT/FAT32 primary partition is in the space behind 8G (this situation often occurs in one-click restoration) and is used to boot the system, the boot will fail. Using the DOS of 98 has no this problem. This problem is not encountered by many people for a long time, but it does exist and is very serious.***
[ Last edited by netwinxp on 2008-12-22 at 11:48 ]


