Options (3)
-u, --umountbooleanUnmount one or more devices
Example:
systemd-mount {{[-u|--umount]}} {{path/to/mount_point_or_device1 path/to/mount_point_or_device2 ...}}-t, --typebooleanMount a filesystem (image or block device) with a specific filesystem type
Example:
systemd-mount {{[-t|--type]}} {{file_system_type}} {{path/to/file_or_device}} {{path/to/mount_point}}-o, --optionsbooleanMount a filesystem (image or block device) with additional mount options
Example:
systemd-mount {{[-o|--options]}} {{mount_options}} {{path/to/file_or_device}} {{path/to/mount_point}}Examples (7)
Mount a filesystem (image or block device) at `/run/media/system/LABEL` where LABEL is the filesystem label or the device name if there is no label
systemd-mount path/to/file_or_deviceMount a filesystem (image or block device) at a specific location
systemd-mount path/to/file_or_device path/to/mount_pointList all local, known block devices with filesystems that may be mounted
systemd-mount --listCreate an automount point that mounts the actual filesystem at the time of first access
systemd-mount --automount yes path/to/file_or_deviceUnmount one or more devices
systemd-mount [-u|--umount] path/to/mount_point_or_device1 path/to/mount_point_or_device2 ...Mount a filesystem (image or block device) with a specific filesystem type
systemd-mount [-t|--type] file_system_type path/to/file_or_device path/to/mount_pointMount a filesystem (image or block device) with additional mount options
systemd-mount [-o|--options] mount_options path/to/file_or_device path/to/mount_pointmade by @shridhargupta | data from tldr-pages