Software can't find Mounted Folders

Hey, got some problems with rclone mount.

OS:
CentOS 7.7

The Problem:
The Software I use cant find anything in the mounted drive. But I can accses it with Filezilla and Putty..

Do you have any Idea for a better Mounting command, or another way to solve this Problem?
Currently using: rclone mount drive: /first --vfs-cache-mode full

The Error

temp dir exist: ERROR
temp dir mkdir: ERROR
temp dir rmdir: ERROR
upload dir exist: ERROR
upload dir mkdir: ERROR
upload dir rmdir: ERROR
orig dir exist: ERROR
orig dir mkdir: ERROR
orig dir rmdir: ERROR
img dir exist: ERROR
img dir mkdir: ERROR
img dir rmdir: ERROR

try adding

--allow-other                            Allow access to other users.

what version of rclone are you running?

can you post a debug log, add -vv to the mount command?

1 Like

The Command i'm using is
rclone mount drive: /first --vfs-cache-mode full

The Debug is (shows nothing when Software trys to accses it, only when I accses it via Filezilla)

2020/03/26 13:00:43 DEBUG : rclone: Version "v1.51.0" starting with parameters ["rclone" "mount" "google1:xvs" "/first" "--allow-non-empty" "--vfs-cache-mode" "full" "-vv"]
2020/03/26 13:00:43 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2020/03/26 13:00:44 DEBUG : Google drive root 'xvs': Mounting on "/first"
2020/03/26 13:00:44 DEBUG : vfs cache root is "/root/.cache/rclone/vfs/google1/xvs"
2020/03/26 13:00:44 DEBUG : Adding path "vfs/forget" to remote control registry
2020/03/26 13:00:44 DEBUG : Adding path "vfs/refresh" to remote control registry
2020/03/26 13:00:44 DEBUG : Adding path "vfs/poll-interval" to remote control registry
2020/03/26 13:00:44 DEBUG : : Root:
2020/03/26 13:00:44 DEBUG : : >Root: node=/, err=<nil>
2020/03/26 13:01:44 DEBUG : Google drive root 'xvs': Checking for changes on remote

try adding --allow-other
Allow access to other users.

1 Like

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