Translations:Fstab/26/en
From Manjaro
Views
Actions
Namespaces
Variants
Tools
Basic filesystem-independent options are:
- defaults: use default options: rw, suid, dev, exec, auto, nouser, and async.
- noauto: do not mount when mount -a is given (I.E. at boot time)
- user: allow any user to mount (I.E. no
sudo
needed) - owner: Only allow device owner to mount
- comment: or x-<name> for use by fstab-maintaining programs
- nofail: do not report errors for this device if it does not exist.