Skip to content

Instantly share code, notes, and snippets.

@vsyrovat
Created May 13, 2018 21:24
Show Gist options
  • Save vsyrovat/4a959fa10fc34acf78d9daac5aefbc12 to your computer and use it in GitHub Desktop.
Save vsyrovat/4a959fa10fc34acf78d9daac5aefbc12 to your computer and use it in GitHub Desktop.
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/vda2 / ext4 errors=remount-ro 0 1
# Swap file (manually added)
/swapfile none swap sw 0 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment