From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.7) Gecko/20011221 Description of problem: Fdisk will not let you create more than 16 partitions on an IDE drive. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.fdisk /dev/hda 2.keep creating partitions. Won't let you create any beyond 16 3. Expected Results: With the util-linux that came with 6.2 we could create many more partitions than we can now (on IDE). Additional info: I went and looked at the source code. There's a patch in the src rpm that changes MAXIMUM_PARTS in fdisk.h from 80 to 16 (util-linux-2.11n-miscfixes.patch.) I didn't see any comments in the RPM spec file that mentioned why this was done.
*** This bug has been marked as a duplicate of 56244 ***