Browse Source
Update README.md
=RO examples in examples
pull/1189/head
Coenraad Loubser
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
README.md
|
@ -97,11 +97,11 @@ start with one of the following option sets. |
|
|
|
|
|
|
|
|
### Command Line |
|
|
### Command Line |
|
|
|
|
|
|
|
|
`mergerfs -o cache.files=partial,dropcacheonclose=true,category.create=mfs /mnt/hdd\*:/mnt/otherhdd:/mnt/rohdd=ro /media` |
|
|
|
|
|
|
|
|
`mergerfs -o cache.files=partial,dropcacheonclose=true,category.create=mfs /mnt/hdd\*:/mnt/otherhdd:/mnt/rohdd=RO /media` |
|
|
|
|
|
|
|
|
### /etc/fstab |
|
|
### /etc/fstab |
|
|
|
|
|
|
|
|
`/mnt/hdd*:/mnt/otherhdd:/mnt/rohdd=ro /media fuse.mergerfs cache.files=partial,dropcacheonclose=true,category.create=mfs 0 0` |
|
|
|
|
|
|
|
|
`/mnt/hdd*:/mnt/otherhdd:/mnt/rohdd=RO /media fuse.mergerfs cache.files=partial,dropcacheonclose=true,category.create=mfs 0 0` |
|
|
|
|
|
|
|
|
### systemd mount |
|
|
### systemd mount |
|
|
|
|
|
|
|
|