I guess there were already threads on this subject by my problem is specific to myself.
Couple of days ago I installed FC2 on one of my partitions, only to discover later the famous windows xp non-booting issue. I then followed the instructions in
this article, but it still did not work, also parted showed me a warning that it cannot align the partitions propery, maybe due to some other partitoning tool that did stuff it's own way.
This is how my partition table looked in the past:
total drive size: 78GB
hda1: 10GB FAT32 (C: my winxp partition)
hda2: extended partition for rest of disk
hda5: 58GB FAT32 (D: my data partition)
hda6: 6GB ext3 (/)
hda7: 3GB ext3 (/home)
hda8: 1GB linux-swap
after trying to mess around with the partitions using parted and fdisk (after doing what is writted in that article, that is writing a new number of heads to the drive), i lost my data partition (parted or fdisk reported it to be FAT32, the other did not, and winxp couldnt read it aswell ["this drive is not formatted, wanna format it now?" NO]), but fortunatly i was able to restore my important data (that is, some docuemnts and most importantly, my game saves

) using some recovery software.
In the end I decided to delete all my partitions (after copying what i managed to recover to C: drive) and to re-create the D partition.
After that I used Acronis PartitionExpert (which seems to cause less conflicts with linux than PartitionMagic) to have this partition table (will edit later to show output from fdisk and parted):
hda1: 10GB FAT32 (C: my winxp partition)
hda2: 58GB FAT32 (D: my data partition, for winxp)
hda3: 5GB ext3 (/)
hda4: extended partition for the rest of drive
hda5: 4GB ext3 (/home)
hda6: 1GB linux-swap
Now, I want to install FC2 again, so I want to prevent my previous problem using the preventive measures described in that article :doing fdisk -l to get CHS and then using "linux hda=C,H,S" in order to install with the correct geometry.
Here the confusion begins.
According to fdisk, CHS = 9964,255,63
255 may be incorrect because that is the vaule that was written with that sfdisk -H255 command in the article.
According to sfdisk, CHS = 15881,16,63
and according to
this data sheet from maxtor, CHS should be 16383,16,63
Btw, parted still complains about that "unable to align partitions properly" thigie.
I hope I didn't "over-explained". What I really would like to do is to find out the true geometry of the drive, and use it with the installer.
I don't understand much in drives, so if someone can answer me this please do: Isn't the geometry (CHS) of a drive is a permanat thing that is supposed to be stored in the drive itself? So how come every problem tells me a different story?
Again, I hope I didn't make a mess from my post, if something wasn't clear, tell me and I'll do my best to clear things up