Last Updated on December 9, 2021 by Admin
What is the purpose of a system mount unit?
- It is used by the command
systemd-mount
and allows users to mount partitions to mount points of their choice - It is used only to mount network file systems to local mount points. It cannot be used for local media
- It is created by the command
systemd-fstab-generator
to integrate entries from/etc/fstab
into the system boot process - It is used by the command mount when using system to mount and unmount file systems