From e5b55ce051b322a419da021fbd06fec586dd39a0 Mon Sep 17 00:00:00 2001 From: "Tobias J. Endres" Date: Sat, 15 Feb 2025 04:25:21 +0100 Subject: [PATCH] fstab, because the snapper conf feels incomplete without it --- fstab | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 fstab diff --git a/fstab b/fstab new file mode 100644 index 0000000..80c3e72 --- /dev/null +++ b/fstab @@ -0,0 +1,10 @@ +# Static information about the filesystems. +# See fstab(5) for details. + +# +# /dev/nvme0n1p2 +UUID=cad2e7bc-ea67-4d1a-a095-2bea4be9c4ad / btrfs rw,noatime,ssd,discard=async,space_cache=v2,subvol=@ 0 0 +UUID=cad2e7bc-ea67-4d1a-a095-2bea4be9c4ad /home btrfs rw,noatime,ssd,discard=async,space_cache=v2,subvol=@home 0 0 + +# /dev/nvme0n1p1 +UUID=14BD-B07B /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro 0 2