Jonas Winkler
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
-
README.md
|
@ -96,11 +96,11 @@ start with one of the following option sets. |
|
|
|
|
|
|
|
|
### Command Line |
|
|
### Command Line |
|
|
|
|
|
|
|
|
`mergerfs -o create.files=partial,dropcacheonclose=true,category.create=mfs /mnt/hdd0:/mnt/hdd1 /media` |
|
|
|
|
|
|
|
|
`mergerfs -o cache.files=partial,dropcacheonclose=true,category.create=mfs /mnt/hdd0:/mnt/hdd1 /media` |
|
|
|
|
|
|
|
|
### /etc/fstab |
|
|
### /etc/fstab |
|
|
|
|
|
|
|
|
`/mnt/hdd0:/mnt/hdd1 /media fuse.mergerfs create.files=partial,dropcacheonclose=true,category.create=mfs 0 0` |
|
|
|
|
|
|
|
|
`/mnt/hdd0:/mnt/hdd1 /media fuse.mergerfs cache.files=partial,dropcacheonclose=true,category.create=mfs 0 0` |
|
|
|
|
|
|
|
|
### systemd mount |
|
|
### systemd mount |
|
|
|
|
|
|
|
@ -115,7 +115,7 @@ Type=simple |
|
|
KillMode=none |
|
|
KillMode=none |
|
|
ExecStart=/usr/bin/mergerfs \ |
|
|
ExecStart=/usr/bin/mergerfs \ |
|
|
-f \ |
|
|
-f \ |
|
|
-o create.files=partial \ |
|
|
|
|
|
|
|
|
-o cache.files=partial \ |
|
|
-o dropcacheonclose=true \ |
|
|
-o dropcacheonclose=true \ |
|
|
-o category.create=mfs \ |
|
|
-o category.create=mfs \ |
|
|
/mnt/hdd0:/mnt/hdd1 \ |
|
|
/mnt/hdd0:/mnt/hdd1 \ |
|
|