fuse: unknown option `cache.files=auto-full' #963
Replies: 3 comments
-
Provide information as described in the docs otherwise I can't help. https://github.com/trapexit/mergerfs#information-to-include-in-bug-reports |
Beta Was this translation helpful? Give feedback.
-
mergerfs version: 2.24.2 Linux s10925529 4.19.0-17-amd64 #1 SMP Debian 4.19.194-3 (2021-07-18) x86_64 GNU/Linux Linux s10925529 4.19.0-17-amd64 #1 SMP Debian 4.19.194-3 (2021-07-18) x86_64 GNU/Linux still figuring out how to do the other bits uwant.. but its a fresh install, install mergerfs and fuse and then i create the service above. i enable it which works but starting does not. |
Beta Was this translation helpful? Give feedback.
-
As the docs say:
2.24.2 was released in early 2018. Please use a current version of the software. |
Beta Was this translation helpful? Give feedback.
-
unable to loads mergerfs.. get the following error on failed to start.
-- The job identifier is 1170.
Sep 19 15:41:47 s10925529 mergerfs[1905]: fuse: unknown option `cache.files=auto-full'
Sep 19 15:41:47 s10925529 systemd[1]: gmedia.service: Control process exited, code=exited, status=1/FAILURE
-- Subject: Unit process exited
-- Defined-By: systemd
-- Support: https://www.debian.org/support
here is the service
[Unit]
Description=gmedia mergerfs mount
Requires=rclone.service
After=rclone.service
[Service]
Type=forking
ExecStart=/usr/bin/mergerfs /local:/GD=NC /gmedia -o rw,use_ino,allow_other,func.getattr=newest,category.action=all,category.create=ff,cache.files=auto-full,dropcacheonclose=true
KillMode=process
Restart=on-failure
[Install]
WantedBy=multi-user.target
Beta Was this translation helpful? Give feedback.
All reactions