Page cover

Rclone mount for Windows

Made by Kevin Nitro 💖

INTRODUCTION

Use Rclone to mount remotes like in Linux --daemon, or "daemonise" Rclone 🤔

You can read rclone mount doc to know what is --daemon mean

WHY'S THIS?

Rclone mount in Windows needs cmd console

When you use rclone mount command, you need to keep the cmd window open. If you close it, Rclone will stop 💀 Console while running Rclone mount

With this, it doesn't need cmd console, cmd window and run with parent process

Cloud storage mounted by RcloneRclone run without any parent process

But actually, there still is a Windows host console running while Rclone mount runs 😐

Last updated