rclone / rclone-webui-react

A full fledged UI for the rclone cloud sync tool
MIT License
1.26k stars 161 forks source link

Is there anyway to mount with strings? #126

Open deadpixel134 opened 3 years ago

deadpixel134 commented 3 years ago

Recently I noticed there's GUI for rclone and I don't know much about what I'm doing. cuz I started to using rclone about 3~4 days.

I tried to mount my drives, and all the options are suddenly confusing.

There're a lot of option but there's no option like this: --cache-dir=F:\RcloneTemp\rclonecache

And also this is confusing too: 'h' and 'm' are not available as time-related options.

I would be happy if there's option to just type in mount strings like this:

mount Gdrive: Y: --log-file=C:\logs\rclonemount.txt --allow-other --cache-dir=F:\RcloneTemp\rclonecache --dir-cache-time 1000h --config "C:\Users\desktop.config\rclone\rclone.conf" --poll-interval 15s --log-level INFO --vfs-read-chunk-size=32M --vfs-cache-mode full --vfs-write-back 5s --vfs-cache-max-size 100G --vfs-cache-max-age 100h --bwlimit-file 16M --buffer-size 16M --vfs-read-ahead 32M --rc --rc-no-auth --rc-addr 127.0.0.1:5574

DarkVader-cell commented 3 years ago

+1 , this would be really helpful. Another field to manually input mount options would be much more efficient.