Difference between revisions of "Translations:Fstab/33/en"
From Manjaro
Views
Actions
Namespaces
Variants
Tools
(Importing a new version from external source) Tags: Mobile web edit Mobile edit |
(Importing a new version from external source) |
||
Line 1: | Line 1: | ||
= Tips and tricks = | = Tips and tricks = | ||
The default setup will automatically `fsck` and `mount` filesystems before starting services that need them to be mounted. For example, systemd automatically makes sure that remote filesystem mounts like NFS or Samba are only started after the network has been set up. Therefore, local and remote filesystem mounts specified in `/etc/fstab` should work out of the box. See {{man 5 systemd.mount}} for details. | The default setup will automatically `fsck` and `mount` filesystems before starting services that need them to be mounted. For example, systemd automatically makes sure that remote filesystem mounts like NFS or Samba are only started after the network has been set up. Therefore, local and remote filesystem mounts specified in `/etc/fstab` should work out of the box. See {{UserCmd|command=man 5 systemd.mount}} for details. |
Latest revision as of 08:00, 3 October 2021
Tips and tricks
The default setup will automatically `fsck` and `mount` filesystems before starting services that need them to be mounted. For example, systemd automatically makes sure that remote filesystem mounts like NFS or Samba are only started after the network has been set up. Therefore, local and remote filesystem mounts specified in `/etc/fstab` should work out of the box. See
user $ man 5 systemd.mount
for details.