Bug 136315 - mountpoints not moved to /media on update
Summary: mountpoints not moved to /media on update
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: redhat-release
Version: 3
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: Mike McLean
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-10-19 10:12 UTC by Matthias Bachert
Modified: 2014-03-17 02:49 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2004-10-30 08:27:59 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Matthias Bachert 2004-10-19 10:12:48 UTC
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:

Comment 3 David Zeuthen 2004-10-20 16:43:21 UTC
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

Comment 7 Matthias Bachert 2004-10-30 08:27:59 UTC
works after update to rawhide.


Note You need to log in before you can comment on or make changes to this bug.