ext4 harddrive
This commit is contained in:
parent
2826532a6b
commit
508f09b044
1 changed files with 2 additions and 4 deletions
|
|
@ -41,14 +41,12 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/var/mediathek" = {
|
fileSystems."/var/mediathek" = {
|
||||||
device = "/dev/disk/by-uuid/d6df2368-015f-4da6-9173-c8c7cdc8acc2";
|
device = "/dev/disk/by-uuid/7b0b589f-5759-411a-975a-08a3c7a0f953";
|
||||||
fsType = "btrfs";
|
fsType = "ext3";
|
||||||
options = [ # If you don't have this options attribute, it'll default to "defaults"
|
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
|
# boot options for fstab. Search up fstab mount options you can use
|
||||||
"users" # Allows any user to mount and unmount
|
"users" # Allows any user to mount and unmount
|
||||||
"nofail" # Prevent system from failing if this drive doesn't mount
|
"nofail" # Prevent system from failing if this drive doesn't mount
|
||||||
"compress=zstd"
|
|
||||||
"noatime"
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue