FS#15926 - automatically add options from mkfs to mount options in fstab
Attached to Project:
Release Engineering
Opened by Māris Vilks (kaaposc) - Thursday, 13 August 2009, 09:48 GMT
Last edited by Gerardo Exequiel Pozzi (djgera) - Monday, 26 November 2012, 04:45 GMT
Opened by Māris Vilks (kaaposc) - Thursday, 13 August 2009, 09:48 GMT
Last edited by Gerardo Exequiel Pozzi (djgera) - Monday, 26 November 2012, 04:45 GMT
|
Details
When I manually configure hard disk partition and mount
points, I set /dev/sda1 to mount on /boot with options
noatime. But after installing packages, in worker
configure_system fstab editing I see
/dev/sda1 /boot ext2 defaults 0 1 line. So where did my "noatime" option go? Severity "Medium" because while it is still possible to correct manually, some issues could happen if left unnoticed. |
This task depends upon
Closed by Gerardo Exequiel Pozzi (djgera)
Monday, 26 November 2012, 04:45 GMT
Reason for closing: Deferred
Monday, 26 November 2012, 04:45 GMT
Reason for closing: Deferred
FS#15907).The mkfs.* and IMHO also mount options are not regognized or used during the whole install process.
Workaround is: set them in "Configure system"->fstab
these are not automatically propagated to /etc/fstab.
if you want this feature, patch welcome.