Hello,
since v1.57, there is no need to use a rclone-mount-helper-script.
Would someone be so kindly and give an example how to use rclone in auto.master, for example for mapping a googledrive.
I tried this one, but I do not get it running:
auto.master:
/mnt/google /etc/auto.gdrive -fstype=rclone,_netdev,uid=1000,gid=1003,dir-perms=0770,file-perms=0770,fast-list,allow-other,allow-non-empty,umask=000,vfs_cache_mode=writes,config=/etc/rclone.conf,cache_dir=/var/cache/rclone,rw,--timeout=0 --ghost
auto.gdrive:
Gdrive1Folder :Gdrive1Remote:
Gdrive2Folder :Gdrive2Remote:
this shall mount the Remotes Gdrive1 and Gdrive2 to mountpoints /mnt/google/Gdrive1Folder ans /mnt/google/Gdrive2Folder
But it doesnt work
What is the correct value for -fstype= for rclone?
Thanks a lot.