Save Gui-Mounted Drives

What is the problem you are having with rclone?

I'm trying to mount the drives everytime i launch the gui. If that is not possible, maybe you can save mount in config?

Run the command 'rclone version' and share the full output of the command.

rclone v1.59.0-beta.6114.a44610604

  • os/version: Microsoft Windows 10 Home 20H2 (64 bit)
  • os/kernel: 10.0.19042.1319 (x86_64)
  • os/type: windows
  • os/arch: amd64
  • go/version: go1.18.1
  • go/linking: static
  • go/tags: cmount

hello,

run the gui and the mount in the same command.
rclone mount --rc --rc-web-gui .....

can i mount multiple drives like this at once?

no, but can write a simple .bat/.cmd script

start rclone rcd --rc-web-gui --no-console ...
rclone mount --no-console ...
rclone mount --no-console ...
rclone mount --no-console ...

mounted storages after using this dont show in webui, only in file explorer

then for mount command, use
rclone rc mount/mount ...

still the same result

this is my current script by the way:

D:
start D:\Desktop\rclone\rclone.exe rcd --rc-web-gui --no-console
D:\Desktop\rclone\rclone.exe rc mount --no-console Storj-overlord: S:
D:\Desktop\rclone\rclone.exe rc mount --no-console encrypt-Storj-overlord: M:

if you would use a debug log file, then you could see what is wrong.

in any event, the syntax you used for rclone rc mount is not correct,
https://rclone.org/rc/#mount-mount

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