Skip to content

Instantly share code, notes, and snippets.

@elgatov
Created May 19, 2015 03:54
Show Gist options
  • Save elgatov/260609f068caa751a2ee to your computer and use it in GitHub Desktop.
Save elgatov/260609f068caa751a2ee to your computer and use it in GitHub Desktop.
#
# /etc/fstab: static file system information
#
# <file system> <dir> <type> <options> <dump> <pass>
# /dev/sda6
UUID=f2c1dc5b-17a1-42e5-afcd-79ce25295c61 / ext4 rw,relatime,data=ordered 0 1
# /dev/sda2 LABEL=ESP
UUID=9016-E4DE /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro 0 2
# /dev/sda7
UUID=b1d13e2a-17f1-4301-98d5-c8bc617d24b5 /home ext4 rw,relatime,data=ordered,noauto,x-systemd.automount 0 2
# /dev/sda8
#UUID=13fde91e-165e-489b-8efb-b29f2a9029ae none swap defaults 0 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment