ext4 harddrive

This commit is contained in:
Till 2025-09-02 21:54:31 +02:00
parent 2826532a6b
commit 508f09b044

View file

@ -41,14 +41,12 @@
};
fileSystems."/var/mediathek" = {
device = "/dev/disk/by-uuid/d6df2368-015f-4da6-9173-c8c7cdc8acc2";
fsType = "btrfs";
device = "/dev/disk/by-uuid/7b0b589f-5759-411a-975a-08a3c7a0f953";
fsType = "ext3";
options = [ # If you don't have this options attribute, it'll default to "defaults"
# boot options for fstab. Search up fstab mount options you can use
"users" # Allows any user to mount and unmount
"nofail" # Prevent system from failing if this drive doesn't mount
"compress=zstd"
"noatime"
];
};