Skip to content

Instantly share code, notes, and snippets.

@3kynox
Created December 16, 2020 11:26
Show Gist options
  • Select an option

  • Save 3kynox/c4b7477023a8a615ec2f100a4f359a88 to your computer and use it in GitHub Desktop.

Select an option

Save 3kynox/c4b7477023a8a615ec2f100a4f359a88 to your computer and use it in GitHub Desktop.

Revisions

  1. 3kynox created this gist Dec 16, 2020.
    24 changes: 24 additions & 0 deletions fstab
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,24 @@
    # Static information about the filesystems.
    # See fstab(5) for details.

    # <file system> <dir> <type> <options> <dump> <pass>
    # /dev/mapper/root LABEL=ARCH
    UUID=ee476e65-d3ed-4a27-8181-3a4302bb6342 / btrfs rw,noatime,nodiratime,compress=zstd:3,ssd,space_cache,subvolid=256,subvol=/@,subvol=@ 0 0

    # /dev/nvme0n1p1
    /dev/nvme0n1p1 /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 2

    # /dev/mapper/root LABEL=ARCH
    UUID=ee476e65-d3ed-4a27-8181-3a4302bb6342 /home btrfs rw,noatime,nodiratime,compress=zstd:3,ssd,space_cache,subvolid=257,subvol=/@/home,subvol=@/home 0 0

    # /dev/mapper/root LABEL=ARCH
    UUID=ee476e65-d3ed-4a27-8181-3a4302bb6342 /var btrfs rw,noatime,nodiratime,compress=zstd:3,ssd,space_cache,subvolid=258,subvol=/@/var,subvol=@/var 0 0

    # /dev/mapper/root LABEL=ARCH
    UUID=ee476e65-d3ed-4a27-8181-3a4302bb6342 /var/log btrfs rw,noatime,nodiratime,compress=zstd:3,ssd,space_cache,subvolid=259,subvol=/@/var/log,subvol=@/var/log 0 0

    # /dev/mapper/root LABEL=ARCH
    UUID=ee476e65-d3ed-4a27-8181-3a4302bb6342 /var/cache/pacman/pkg btrfs rw,noatime,nodiratime,compress=zstd:3,ssd,space_cache,subvolid=260,subvol=/@/var/cache/pacman/pkg,subvol=@/var/cache/pacman/pkg 0 0

    # /dev/mapper/vg-swap LABEL=SWAP
    UUID=cea367f9-c8fd-4fd5-94c2-fc205b7dd167 none swap defaults 0 0