Share a Rclone mounted drive with samba

What is the problem you are having with rclone?

i cant mount rclone when using allow other option

What is your rclone version (output from rclone version)

v1.57.0

Which cloud storage system are you using? (eg Google Drive)

Google Drive

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone -vv mount --vfs-cache-mode full --daemon google-test: /test --allow-other

The rclone config contents with secrets removed.

[test3]
    comment = Samba on Ubuntu
    path = /test3
    read only = no
    browsable = yes
    writeable = Yes

A log from the command with the -vv flag

2021/12/09 12:04:51 DEBUG : Creating backend with remote "alialt-test:"
2021/12/09 12:04:51 DEBUG : Using config file from "/home/alialt/.config/rclone/rclone.conf"
2021/12/09 12:04:51 DEBUG : alialt-test: Loaded invalid token from config file - ignoring
2021/12/09 12:04:54 DEBUG : Saving config "token" in section "alialt-test" of the config file
2021/12/09 12:04:54 DEBUG : alialt-test: Saved new token in config file
2021/12/09 12:04:55 DEBUG : Google drive root '': 'root_folder_id = 0AKxRoLyPnbdwUk9PVA' - save this in the config to speed up startup
2021/12/09 12:05:55 DEBUG : Daemon timed out. Terminating daemon pid 3270
2021/12/09 12:05:55 Fatal error: mount not ready

Missing the output from your rclone version.
Missing the rclone.conf

Missing the full debug log file as that's a snippet.

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