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.
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.