Rclone not mounting through SSH

but does the rclone debug log show any folder/file names?

if you mount Media:, can you ls the files?

I just reinstalled rclone and tried a new mount command :

rclone mount Media-Crypt: /mnt/gdrive --allow-other --vfs-cache-mode writes -vv

This seems to work, but then using Ctrl+C to terminate the session results in the gdrive folder being deleted (or hidden) with this error message :

Fatal error: failed to umount FUSE fs: exit status 1: fusermount: failed to unmount /mnt/gdrive: Device or resource busy

But apart from that it seems to work well.

That means something was using the mount. You can unmount it with fusermount -z -u /path/to/mountpoint.

Great!

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.