Skip to content

Instantly share code, notes, and snippets.

@dnno
Last active April 23, 2021 11:57
Embed
What would you like to do?
Serviced unit for mounting an external device
[Unit]
Description=Additional drive
[Mount]
What=/dev/disk/by-uuid/6080-1BC0
Where=/media/backup
Type=exfat
Options=defaults
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment