Skip to content

Instantly share code, notes, and snippets.

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 carbontwelve/392c6e455ecb9d00e7d4cfded78e2a47 to your computer and use it in GitHub Desktop.
Save carbontwelve/392c6e455ecb9d00e7d4cfded78e2a47 to your computer and use it in GitHub Desktop.
mounting additional volumes on scaleway
// https://community.online.net/t/automatic-mounting-of-additional-volumes-using-systemd-on-ubuntu/3102
// https://community.online.net/t/how-to-attach-and-detach-additional-volumes-to-an-existing-c1-server-scaleway/1160/13
[Unit]
Description=Mount NDB Volume at boot
After=syslog.target
After=network.target
[Mount]
What=UUID="ab542456-a2b8-4e4f-87d3-2d8936c5ac99"
Where=/srv
Type=ext4
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