Bug 52046
| Summary: | Upgrade removes /mnt files | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Stephen John Smoogen <smooge> |
| Component: | kudzu | Assignee: | Bill Nottingham <notting> |
| Status: | CLOSED RAWHIDE | QA Contact: | Brock Organ <borgan> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.3 | CC: | notting, rvokal |
| 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: | 2001-08-20 19:18:46 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: | |||
Hrm, interesting. Didn't forsee that consequence of relying on updfstab. I'm assuming /mnt/cdrom and /mnt/floppy are in /etc/fstab *without* kudzu entries? Here is the floppy and cdrom entries. The floppy does NOT have kudzu. Both cdrom's do. LABEL=/ / ext3 defaults 1 1 LABEL=/boot /boot ext3 defaults 1 2 LABEL=/home /home ext3 defaults 1 2 /dev/fd0 /mnt/floppy auto noauto,owner 0 0 LABEL=/scratchmonkey /scratchmonkey ext3 defaults 1 2 none /proc proc defaults 0 0 none /dev/shm tmpfs defaults 0 0 none /dev/pts devpts gid=5,mode=620 0 0 /dev/hdb7 swap swap defaults 0 0 /dev/hda1 /mnt/dos vfat defaults,noauto 0 0 /dev/cdrom /mnt/cdrom iso9660 noauto,owner,kudzu,ro 0 0 /dev/cdrom1 /mnt/cdrom1 iso9660 noauto,owner,kudzu,ro 0 0 This defect is considered MUST-FIX for Fairfax. Will be fixed in filesystem-2.1.6-2; note that this will not recreate any that were deleted, but it will prevent their deletion on upgrade in the future. |
Description of Problem: After upgrade machine was unable to mount cdrom. 1) Upgrade removed /mnt/cdrom /mnt/floppyfile /mnt/cdrom1 /mnt/dos remained 2) autofs installed and enabled was installed previously and NOT enabled 3) turning off autofs did not clean up things. I do not know if this is anaconda, filesystem, autofs or someother file but it is definately not kosher. How Reproducible: Several people on testers list have seen this one.