Bug 49095
Summary: | Can't assign mountpoints to preexisting linux partitions on fresh install. | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Jp Robinson <robinson> |
Component: | anaconda | Assignee: | Michael Fulbright <msf> |
Status: | CLOSED RAWHIDE | QA Contact: | Brock Organ <borgan> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 7.3 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i686 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2001-07-16 16:05:59 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
Jp Robinson
2001-07-13 16:03:43 UTC
This defect considered MUST-FIX for Fairfax gold-release. The problem with hda1 looking like FAT is probably because there was a FAT partition at the front of the disk sometime ago and the 'magic' is still there which parted sees to determine the partition type. I think it needs to check the size of the FAT filesystem against the size of the partition to see this is not the case. Ideas Matt? The rest of the issues you saw would best be handled by showing us in person. We're over near where Matthew sits. Are you in the Meridian office? I'll fix the rest of these issues, which are: 1) If you have a Foreign filesystem, if you edit it and try to format it as something else (say ext3), the mount point entry is still insensitive. 2) If in the same case you set it to format as RAID, then ext3, you get gunk left in the mount point entry that shouldn't be there. Fixed, will appear in beta 3. |