Help mount internet archive

I'm trying to mount an Internet Archiver folder as drive F:

I can do it, but I get this error, and every time I close the cmd the F: drive disappears

Is there a way to make it not disappear

C:\rclone>rclone mount remote:switch_202306 F: --vfs-cache-mode full
2025/02/06 23:04:13 ERROR : symlinks not supported without the --links flag: /
The rclone service has been started.

Run rclone mount as a service. You will find plenty of examples on Internet and this forum. It has been discussed countless of times.

Have you read this error message? It contains solution too. Add --links flag. Or ignore if you do not need symlinks.

thank you very much for your help

Here you are some example:

NSSM has not been updated in 7 years.

the easiest way to run rclone in the background is
--no-console Hide console window (supported on Windows only)

the next easiest way to run rclone as a service/task, is using windows built-in task scheduler, has a nice, easy GUI.
if you search the forum, can find the topics where i posted about that, including screenshots.

ok, I'll try this command here, thank you very much

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