Bugzilla – Bug 119888
mount -o remount remount ro by default
Last modified: 2005-10-05 10:57:51 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
What does the entry /media/dvdrom say in /etc/fstab?
/dev/dvdram /media/dvdram subfs noauto,fs=cdfss,ro,procuid,nosuid,nodev,exec,iocharset=utf8 0 0
I think this is the mount behaviour people expect, since the default is ro. I won't fix this.