Skip to content

Instantly share code, notes, and snippets.

@acosonic
Created January 16, 2017 13:43
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 acosonic/a272797e4c939d822ca9481f88e57976 to your computer and use it in GitHub Desktop.
Save acosonic/a272797e4c939d822ca9481f88e57976 to your computer and use it in GitHub Desktop.
root@host2:~# cat /etc/fstab
# /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>
# / was on /dev/vda3 during installation
LABEL=/ / ext4 grpquota,rw,usrquota,relatime,errors=remount-ro,data=ordered 0 1
# swap was on /dev/vda2 during installation
UUID=81ed422c-e7b3-4733-8285-080384604347 none swap sw 0 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment