Bug 74720
Summary: | Installer sets fstab to use lables to mount partition not touched by diskduid. | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Jesse Keating <jkeating> |
Component: | anaconda | Assignee: | Jeremy Katz <katzj> |
Status: | CLOSED NOTABUG | QA Contact: | Mike McLean <mikem> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 8.0 | CC: | jkeating |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | athlon | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2003-01-03 07:38:03 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
Jesse Keating
2002-10-01 05:19:26 UTC
We should be labeling the partition as part of the install process even if its not being formatted -- works here for me. What does '/sbin/tune2fs -L /dev/hdaX' or whatever the partition in question is show? '/sbin/tune2fs -L /dev/hdaX' returns a useage statement, but e2label /dev/hdb4 returns a blank line, indicating that there is no lable on the partition. I can't say that I agree with labeling my partition, if I ask the installer not to touch the drive. I would fine this quite annoying. Labelling all partitions is the only real right answer; otherwise, people have problems when they start moving drives around. By saying to mount it, you are saying to touch it at least minimally, just that it shouldn't be reformatted -- filesystems with an existing label will keep their old label. Unfortunately I can't reproduce the problem here, either. Is this reproducible for you? Closing due to inactivity. If you have any further information to add to this bug, please feel free to reopen it. |