From Bugzilla Helper: User-Agent: Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0) Description of problem: if you update fedora-core-2 to fedora-core-3-test3 the mountpoints stay in /mnt and are not moved to /media where they are if you do a clean install. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. update fedora-core < version 2 to fedora-core-3-test3 Actual Results: mountpoints for removable media stay in /mnt Expected Results: mountpoints for removable media should be in /media Additional info:
We do run 'fstab-sync --clean' when the hal daemon starts, but we earlier didn't want to touch entries outside of /media. However, this works for me with hal-0.4.0-5 (testing by manually editing the /etc/fstab) [root@davidz hald]# cat /etc/fstab|grep cdrom /dev/cdrom /mnt/cdrom iso9660,udf user,fscontext=system_u:object_r:removable_t,ro,exec,noauto,kudzu 0 0 [root@davidz hald]# service haldaemon restart Stopping HAL daemon: [ OK ] Starting HAL daemon: [ OK ] [root@davidz hald]# cat /etc/fstab|grep hdc /dev/hdc /media/cdrecorder iso9660,udf pamconsole,fscontext=system_u:object_r:removable_t,ro,exec,noauto,managed 0 0 [root@davidz hald]# cat /etc/fstab|grep cdrom According to CVS this change was introduced on Thu Oct 14 18:37:28 2004 UTC (5 days, 22 hours ago) so try updating to latest Rawhide? Thanks, David
works after update to rawhide.