Skip to content

Instantly share code, notes, and snippets.

@pwittchen
Created August 17, 2014 19:53
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 pwittchen/0097eadc4ddb18fa29d1 to your computer and use it in GitHub Desktop.
Save pwittchen/0097eadc4ddb18fa29d1 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=96889309-5f73-4688-8354-e64cd1bb158f / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=480cc3f7-a39d-4d0f-93d5-49fc8df1a392 none swap sw 0 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment