Bug 119888 - mount -o remount remount ro by default
Summary: mount -o remount remount ro by default
Status: RESOLVED WONTFIX
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: Final
Hardware: Other All
: P5 - None : Minor
Target Milestone: ---
Assignee: Mads Martin Joergensen
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-03 16:08 UTC by Stanislav Brabec
Modified: 2005-10-05 10:57 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.