Bug 119888

Summary: mount -o remount remount ro by default
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Stanislav Brabec <sbrabec>
Component: BasesystemAssignee: Mads Martin Joergensen <mmj>
Status: RESOLVED WONTFIX QA Contact: E-mail List <qa-bugs>
Severity: Minor    
Priority: P5 - None    
Version: Final   
Target Milestone: ---   
Hardware: Other   
OS: All   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Stanislav Brabec 2005-10-03 16:08:00 UTC
Suppose you have mounted DVD-RAM read-write to /media/dvdram.

You want to set it to noatime mode by:

mount -oremount,noatime /media/dvdram

It is remounted as ro,noatime

Work-around:

mount -oremount,rw,noatime /media/dvdram
Comment 1 Mads Martin Joergensen 2005-10-04 06:01:55 UTC
What does the entry /media/dvdrom say in /etc/fstab?
Comment 2 Stanislav Brabec 2005-10-04 19:47:44 UTC
/dev/dvdram          /media/dvdram        subfs     
noauto,fs=cdfss,ro,procuid,nosuid,nodev,exec,iocharset=utf8 0 0
Comment 3 Mads Martin Joergensen 2005-10-05 10:57:51 UTC
I think this is the mount behaviour people expect, since the default is
ro. I won't fix this.