Skip to content

Instantly share code, notes, and snippets.

@PrunedNeuron
Created April 26, 2020 10:13
Show Gist options
  • Save PrunedNeuron/6a2f036ae73d2d8539888b9f90414c75 to your computer and use it in GitHub Desktop.
Save PrunedNeuron/6a2f036ae73d2d8539888b9f90414c75 to your computer and use it in GitHub Desktop.

Revisions

  1. PrunedNeuron created this gist Apr 26, 2020.
    13 changes: 13 additions & 0 deletions fstab
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    # Static information about the filesystems.
    # See fstab(5) for details.

    # <file system> <dir> <type> <options> <dump> <pass>
    # /dev/sda2
    UUID=514140cc-fcd4-4627-9485-fd2042f0b6b0 / ext4 rw,relatime 0 1

    # /dev/sda1
    UUID=936D-8EAD /boot/efi vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 2

    # /dev/sda4
    UUID=c25a6b31-ac66-4c7e-8123-32f618e35606 /home ext4 rw,relatime 0 2