Mount multiple clouds under the same letter disk

What is the problem you are having with rclone?

Usually to mount a single cloud service I use
rclone mount Mega1: x:
I know that it is possible to add the --network-mode parameter, the usefulness of which I have not grasped, however: as far as I have seen it merely makes it more difficult to unmount the cloud.
I don't think it has anything to do with today's problem, but when I researched how to mount cloud I read about this parameter.

However, I have registered in RClone many clouds, and the letters of the alphabet are limited. :blush:
How can I mount multiple services under the same letter?

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

rclone v1.66.0

  • os/version: Microsoft Windows 10 Education 22H2 (64 bit)
  • os/kernel: 10.0.19045.4291 (x86_64)
  • os/type: windows
  • os/arch: amd64
  • go/version: go1.22.1
  • go/linking: static
  • go/tags: cmount

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

Mega, Box

The command you were trying to run

rclone mount Mega1: x:

works

rclone mount Mega1: x:Mega1

returns Fatal error: failed to mount FUSE fs: parent of mountpoint directory does not exist: X:\

Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.

[Box1]
type = box
token = XXX

[Mega1]
type = mega
pass = XXX
user = XXX

and many many others

A log from the command that you were trying to run with the -vv flag

unknown flag: --vv

Two most obvious solutions:

  1. Check combine remote overlay. You can combine multiple remotes and mount it under single letter.

  2. Forget letters all together and mount under directory

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