acd_cli
acd_cli copied to clipboard
Mounting with autofs
Hi, I'd like to mount acd with autofs, but I can't seem to figure out the syntax. I tried something similar to how I mount via SSHFS in many different variations.
Does anyone know the correct syntax for mounting with autofs and acd_cli?
This is what I tried initially:
acd -fstype=fuse,rw,allow_other,gid=media :acd_cli\#mount
I thought maybe it doesn't work because of the allow other, but it's not the solution:
acd -fstype=fuse,rw,gid=media :acd_cli\#--allow-other\#mount
There is an example on how to create a custom curl 'fstype' in the autofs article in ArchWiki