Skip to content

Instantly share code, notes, and snippets.

Created February 12, 2016 12:11
Show Gist options
  • Save anonymous/af6d4564249c57d1d6a2 to your computer and use it in GitHub Desktop.
Save anonymous/af6d4564249c57d1d6a2 to your computer and use it in GitHub Desktop.
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/mmcblk0p2 during installation
UUID=eabfb27b-894f-4981-a8e8-12cdcab88897 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/mmcblk0p1 during installation
UUID=017A-7B65 /boot/efi vfat defaults 0 1
# swap was on /dev/mmcblk0p3 during installation
#UUID=547bb9dc-df75-4934-b9d5-153ecc427f41 none swap sw 0 0
#/dev/mapper/cryptswap1 none swap sw 0 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment