yadayada / acd_cli

An unmaintained command line interface and FUSE filesystem for Amazon (Cloud) Drive
Other
1.35k stars 165 forks source link

Mounting with autofs #450

Open xelra opened 8 years ago

xelra commented 8 years ago

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

yadayada commented 8 years ago

There is an example on how to create a custom curl 'fstype' in the autofs article in ArchWiki