Mount same union on other devices

What is the problem you are having with rclone?

I have a union of some Google Drives mounted as a drive letter on a Win machine. Can I mount the same union, at the same time, on other devices (Win/Linux) without messing something up?

What is your rclone version (output from rclone version)

1.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.exe mount Gdisk: G: --config C:\Users\X\D\M\S\Rclone\rclone.conf --log-level INFO --log-file C:\Users\X\D\M\S\Rclone\rclone_log --use-json-log --vfs-cache-mode off --cache-dir C:\tmp --disable About

The rclone config contents with secrets removed.

[Disk1]
type = drive
client_id = x.apps.googleusercontent.com
client_secret = x
scope = drive
token = {"access_token":"x","token_type":"Bearer","refresh_token":"x","expiry":"x"}
team_drive = 

[Disk2]
type = drive
client_id = x.apps.googleusercontent.com
client_secret = x
scope = drive
token = {"access_token":"x","token_type":"Bearer","refresh_token":"x","expiry":"x"}
team_drive = 

[Gdisk]
type = union
upstreams = Disk1: Disk2:
create_policy = rand

A log from the command with the -vv flag

Paste  log here

You can mount it as many places as you like.

Thanks!
And also use it at the same time? I mean like reading/writing different files to the same union from different devices at the same time. Like any ordinary disk would be used.

Yeah, there are no issues with mounting it as many places as you want.

1 Like

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