Explicitly define MergerFS sources
This commit is contained in:
parent
9d57d788f6
commit
d5d252ea1f
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
||||||
fileSystems."/media" = {
|
fileSystems."/media" = {
|
||||||
fsType = "fuse.mergerfs";
|
fsType = "fuse.mergerfs";
|
||||||
depends = ["/mnt/hdd0" "/mnt/hdd1" "/mnt/hdd2"];
|
depends = ["/mnt/hdd0" "/mnt/hdd1" "/mnt/hdd2"];
|
||||||
device = "/mnt/hdd*";
|
device = "/mnt/hdd0:/mnt/hdd1:/mnt/hdd2";
|
||||||
options = ["cache.files=partial" "dropcacheonclose=true" "category.create=mfs" "func.getattr=newest"];
|
options = ["cache.files=partial" "dropcacheonclose=true" "category.create=mfs" "func.getattr=newest"];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue