BTW, I posted my setup here
http://www.msfn.org/...post__p__962652
Now I figured out, what the error #110 in 16-bit version of PartitionMagic8 probably causes:
symantec said:
#110 Partition table number of sectors is inconsistent
The hard-disk partition table contains two inconsistent descriptions of the number of sectors on the hard disk. This error is serious if both DOS and another operating system use the hard disk. Because DOS uses one description and other operating systems may use the other, data loss is likely once the partition is almost full...
As far as I know there are no two descriptions of the number of sectors in the partition table. The CHS description is meaningless here. But its looks like they are still using it:
this is from the PM debug file:
Disk 1: 243201 Cylinders, 255 Heads, 63 Sectors/Track.
BiosExtensions: 0x2100 Subsets (0x00000001): Access
The BIOS supports INT 13h extensions for this drive.
============================ Partition Tables ==============================
Partition -----Begin---- ------End----- Start Num
Sector # Boot Cyl Head Sect FS Cyl Head Sect Sect Sects
---------- - ---- ---- ---- ---- -- ---- ---- ---- ---------- ----------
0 0 00 [ 0 1 1] 0C [1023 254 63] 63 3907024002 [Large Drive Placeholders]
0 1 1 46592 254 63 Actual Values
Error #110: Number of sectors in partition is inconsistent.
ucSectors = 3907024002
end - begin = 748516482
Obviously PM8 takes the "Number of Sectors" and calculates:
3907024002 + 63 = 63 * 255 * 243201
This is stored in 16-bit variables which results in
243201 - 3 * 65536 = 46593
This is displayed as "Actual Value" of Cyl. Now it calculates back:
46593 * 255 * 63 -63 = 748516482
This is now compared to the initial value which is wrong and gives error #110.
So PM8 only works with partitions up to 539GB. I can confirm that PM8 works with 500GB partitions.
The problem is also discussed here:
http://www.hwkb.com/...rs-in-partition
There is it said that the 32-bit version of PM8 does not have this problem.
I like the GUI of PM8, it prevents me from entering something wrong. So its a pity that this stupid and senseless check restricts the usability of PM8. Nevertheless I was able to use it to partition my drive. I have now a small 8MB hidden primary and the big rest is divided into 2 logical drives of equal size, so that I am able to use scandskw. PM8 rejected to format FAT32, so I did it with fat32format under XP.
So I have 2 questions to the community
1. I used a partitioning program which has obviously problems with big drives, but I checked the partitions with Free Fdisk, Win XP partitioner, Paragon Partition Manager 11 and Easeus Partition Master 8. None of them reported an error. Is this safe now or can there still be a pitfall?
2. Initially I tended to prefer a modern partitioner, but the negative experience with Paragon Partiton Manger 11 let me hesitate. Do you think that modern partitioners can generate partitions which look faulty under DOS?
This post has been edited by Wolfgang16: 15 April 2011 - 01:48 PM