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 πŸ’€

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

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

Last updated