Mounting Multiple Service - Non flat union

hello and welcome to the forum,

can be as simple as using one batch file, call it mount.cmd

  1. create the root mount folder.
    in my case B:\rclone\mount.
    i have created a small 1GB volume all my computers as B: drive.
    i also use that with VSS snapshots as per my wiki

  2. create the batch file

start rclone mount Dropbox: B:\rclone\mount\Dropbox
start rclone mount OneDrive: B:\rclone\mount\OneDrive
start rclone mount Drive: B:\rclone\mount\Drive
start rclone mount DBCrtypt : B:\rclone\mount\DBCrtypt

3A. task scheduler to run the batch file at boot or on demand demand.
if you configure it correctly, all the console windows will be hidden.
3B. another way to hide the console windows, add --no-console to the rclone command

  1. to make all these mountpoints appear as single drive letter, instead of B:\rclone\mount
    subst R: b:\mount\rclone
1 Like