Bug 4921
Summary: | Installer blows away preexisting NTFS partition | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Edward Schlunder <zilym> |
Component: | installer | Assignee: | Jay Turner <jturner> |
Status: | CLOSED RAWHIDE | QA Contact: | |
Severity: | high | Docs Contact: | |
Priority: | medium | ||
Version: | 6.0 | CC: | srevivo |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2000-02-08 13:02:54 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Edward Schlunder
1999-09-05 04:43:11 UTC
This problem has to do with the way that fdisk (and therefore Disk Druid) handles deletions and additions within an extended partition. When you deleted hda5, your NTFS partition (previously hda6) became hda5 but stayed in the same place on the disk (that is it stayed at cylinders 390-784) When you added the partitions for linux, you were creating hda6, hda7 and possibly other, but they were all existing in the cylinders between 262 and 389 (i.e. physically before the NTFS partition, but logically after) This is what caused the problem you saw. In trying to walk the partition chain, you have to jump to the end of the drive and then back to the middle. This is something that Partition Magic cannot handle and the NT Bootloader throws up its hands as well. Really the only way this would work correctly for all accounts is to use a program which would allow you to move partitions around on the disk (something like Partition Magic will allow this) In addition, we are currently looking at the possibility of reworking this behavior in fdisk to see if we can come up with a way to move the partitions. I am adding this to a list of bugs to be addressed in future releases. |