De man systemd.mount
em si:
fstab
Mount units may either be configured via unit files, or via /etc/fstab (see fstab(5) for details). Mounts listed in /etc/fstab will be converted into native units dynamically at boot and when the configuration of the system manager is reloaded. In general, configuring mount points through /etc/fstab is the preferred approach. See systemd-fstab-generator(8) for details about the conversion.
Observe que determinados recursos são implementados apenas para fstab. Por exemplo, quando o systemd no initrd é usado para montar o sistema de arquivos / usr, bem como o sistema de arquivos /. systemd no initrd lê etc / fstab em / e procura por uma entrada para / usr.
Ele também permite usar mount /mountpoint
manualmente. systemd
é geralmente feliz por você fazer isso, por exemplo ele atualizará o status da unidade de montagem quando você desmontar ou montar o sistema de arquivos.