Default fstab mount options
Solution 1:
As per man mount
(if you use the option defaults
):
defaults
Use default options: rw, suid, dev, exec, auto, nouser, and async.
When you use contradicting options (like defaults,noexec
), the later will take precedence.
If you don't state any options, the default options in Ubuntu are rw,relatime
.