Confusion regarding mounting remote cloud storage as a virtual drive

Hi Rcloneview,

As a beginner using Rclone and RcloneView I’m a bit confused about mounting and all the options.

Currently I have macFUSE installed on my system and I use LaunchAgent with a plist (~/Library/LaunchAgents) to call a script that mounts the drive so that it can be accessed from Macs finder.

/usr/local/bin/rclone mount \
    --vfs-read-chunk-size 128M \
    --vfs-cache-mode full \
    --volname 'pCloud astir' \
    pcloud:encrypted ~/.mount/rclone_pcloud

I see that when I create mounted drives with RcloneView Mount Manager the mounted drives looks a bit different and I have options like cmount mount2 and nfsmount.

What should I be using when mounting drives on my Mac (fastest, most stable etc.)?

What is the difference between the cmount mount2 and nfsmount options in Mount Manager?

Currently I’m using macFUSE (LaunchAgent, plist and my script) would FUSE-T work just as well (I am under the impression that macFUSE is kind of a hack that Apple might not allow in the future)?

Is macFUSE or FUSE-T needed when choosing nfsmount option?

Should I avoid using LaunchAgent (plist and scripts) to create a mounted drive in combinations with mounted drives created with RcloneView mount manager?

yoggi