Skip to content

Instantly share code, notes, and snippets.

@dnno
Last active April 23, 2021 11:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dnno/ede8de3dac02096a6f8d141718f01304 to your computer and use it in GitHub Desktop.
Save dnno/ede8de3dac02096a6f8d141718f01304 to your computer and use it in GitHub Desktop.
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