Is there a way to permanently mount it to Google Cloud Storage?

I'm talking about how to mount Google Cloud Strage on Windows using rclone.
I was able to mount it with a command from the command prompt, but when I drop the command prompt, the mount comes off, and when I restart Windows, it also comes off.
If you know how to mount it permanently, please let me know.

※The following is the command that mounts normally when typed at the command prompt.
→rclone mount sample:sample-storage x: --dir-cache-time 30s --poll-interval 10s
The actual name is entered in place of sample

※I'm currently trying to register as a Windows service using ”nssm”, but the arguments don't work and it doesn't mount.

See:

rclone mount

1 Like

hi,

--- can use windows task scheduler, has nice gui.
--- when running as rclone as a service,
------ need to hardcode full paths, rclone becomes c:\path\to\rclone\rclone.exe
------ need to use a debug log file --log-level=DEBUG --log-file=c:\path\to\rclone\log.txt

1 Like

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