Skip to content

Instantly share code, notes, and snippets.

@joergi
Created April 11, 2020 13:37
Show Gist options
  • Save joergi/8a905d7929a61bda7c9875ed68cb318b to your computer and use it in GitHub Desktop.
Save joergi/8a905d7929a61bda7c9875ed68cb318b to your computer and use it in GitHub Desktop.
manjaro 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>
/dev/mapper/luks-a03f75ee-2af7-40f4-bba5-5d9d241afc73 / ext4 defaults,noatime,discard 0 1
tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment