Last active
April 23, 2021 11:57
-
-
Save dnno/ede8de3dac02096a6f8d141718f01304 to your computer and use it in GitHub Desktop.
Serviced unit for mounting an external device
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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