Skip to content

Instantly share code, notes, and snippets.

Created March 6, 2015 22: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 anonymous/7da72b48730ab7a933c5 to your computer and use it in GitHub Desktop.
Save anonymous/7da72b48730ab7a933c5 to your computer and use it in GitHub Desktop.
aaron@Server:~$ 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/sdb6 during installation
UUID=3f310d1f-9cfe-498b-8a07-de9c1c2371e1 / ext4 errors=remount-ro 0 1
# /boot was on /dev/sdb1 during installation
UUID=5f70127d-9756-433c-b634-32e388c8ab26 /boot ext4 defaults 0 2
# swap was on /dev/sdb5 during installation
UUID=090f4383-7968-41de-b6b7-d50e8aadb06e none swap sw 0 0
/dev/disk/by-uuid/afe0deba-c4da-457e-bdd3-bc3a37623fae /mnt/afe0deba-c4da-457e-bdd3-bc3a37623fae auto nosuid,nodev,nofail,x-gvfs-show 0 0
aaron@Server:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment