systemd Unit Generator
Place this file on the system at the path above it, and run systemctl daemon-reload to make sure they are loaded by systemd.
/etc/systemd/system/mnt-driveone.mount
[Unit]
Description=Additional drive mount for /mnt/driveone
[Mount]
What=/dev/disk/by-uuid/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
Where=/mnt/driveone
Type=ext4
Options=defaults
[Install]
WantedBy=undefined