Skip to content

Instantly share code, notes, and snippets.

Created December 7, 2017 17:09
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/c28331de447458bd4d4057b6335aba94 to your computer and use it in GitHub Desktop.
Save anonymous/c28331de447458bd4d4057b6335aba94 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>
# / was on /dev/sda1 during installation
UUID=76aa8b97-70bb-4654-ac6d-861c93f94f50 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=86a229d0-cd68-4ba5-a28b-d32bd00e81c9 none swap sw 0 0
/dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment