Skip to content

Instantly share code, notes, and snippets.

@spacepluk
Created July 18, 2018 09:22
Show Gist options
  • Save spacepluk/6dc34f26f96d4aa8f21e8da05da892f5 to your computer and use it in GitHub Desktop.
Save spacepluk/6dc34f26f96d4aa8f21e8da05da892f5 to your computer and use it in GitHub Desktop.
#
# /etc/fstab: static file system information
#
# <file system> <dir> <type> <options> <dump> <pass>
# /dev/nvme0n1p6
UUID=e5c62705-bc82-4d55-a68c-115981dedeb0 / ext4 rw,relatime,data=ordered 0 1
# /dev/nvme0n1p2 LABEL=SYSTEM
UUID=4EB8-FDE4 /esp vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro 0 2
/esp/EFI/arch /boot none bind 0 0
# /dev/nvme0n1p7
UUID=544f937b-33f5-4709-a5db-9919759ced24 none swap defaults 0 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment