From 7b7eba66d142577131c65fa3ae840ccbd9fbb635 Mon Sep 17 00:00:00 2001 From: lub Date: Sun, 6 Aug 2023 17:53:08 +0200 Subject: [PATCH] fix fstab for ext4 --- config/etc/fstab | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/etc/fstab b/config/etc/fstab index c379b27..4b85bd1 100644 --- a/config/etc/fstab +++ b/config/etc/fstab @@ -3,9 +3,9 @@ # # -/dev/mapper/root-unlocked / btrfs relatime 0 0 -UUID=%boot_uuid% /boot btrfs relatime 0 0 -UUID=%esp_uuid% /boot/efi vfat relatime 0 0 +/dev/mapper/root-unlocked / ext4 relatime 0 1 +UUID=%boot_uuid% /boot ext4 relatime 0 2 +UUID=%esp_uuid% /boot/efi vfat relatime 0 2 -UUID=%disk1_uuid% /longhorn/01 ext4 relatime 0 0 -UUID=%disk2_uuid% /longhorn/02 ext4 relatime 0 0 +UUID=%disk1_uuid% /longhorn/01 ext4 relatime 0 2 +UUID=%disk2_uuid% /longhorn/02 ext4 relatime 0 2