New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Comments
For a 500 GB box, it’s more than enough
it has been 98 for days, thing is its just idling now.. and its only 15ms away (Utah > SJC)
if you dont have this issue then I'll try it with cache expiry
And I heard, some owners complained because they can't open the door via voice command.
Seems suspicious, you can post your rclone command so we can analyze it if you want.
But, it also might not be related to rclone at all, try disable/close it and see if there's any improvement.
I used fuse and got error
Fatal error: mount not ready when mounting remote server via SFTPthen i tried to install fuse3 instead.. Successfully connected.
I also get similar error yesterday, I think this is because the unmount is still in process.
but maybe your solution is the correct one.
Thank you for the report anyway, I hope this can help a random stranger with trouble shooting an error one day
Anyway I also tested with 2 mount point, one with nfs, one with rclone sshfs cache, thx
tailscale nfs
tailscale rclone sshfs cache
If the mount is used for the storage for a docker container, then these issues would be abstracted away/not present, correct? (unless the docker process itself wants to do linking I guess...)
Remember when people used to joke that emacs was an acronym of "Eight Megs And Continually Swapping". That much RAM would be considered a tiny cache nowadays!
Nope. Docker -v stuff is just a bind mount of a host mount. All fs requests would eventually go through the rclone fuse server, which doesn't support symlinks/hardlinks.
Amazing! Thank you for the comparison!
@twain: this seems like an advance usage, please try it and report to us the result xD
Regarding the POSIX operation, in my opinion, this method will be mainly used for the backup server.
And copying links to the backup server is not a safe approach at all.
I am going to add some information from my side as well, just to give some additional insights I have encountered. For this you'll get some rclone mount parameters I found out to be useful for my usecase (some big and some small files, mainly only read caching, fast access of the beginning of every file, fast updates of the directory structure). I believe that on low bandwidth links or if many more file accesses occur, you might need to recalculate values for your usecase. Also, this is still an experiment I am conducting so I am open to other thoughts/calculations as well!
Now, next to being able to cache, I also want to actually cache files for fast access. For this, I wrote a bash script that accesses the first few MB of a file, which are stored on the disk/ram due to the caching with rclone. This allows to access files from the beginning to appear to be read instantaneously afterwards, so with local disk speed.
Some thoughts:
Be CAREFUL, this puts up an enormous amount of load onto your server and on the remote when executed, because every file will be rescanned and checked (with rclone mainly using checksums md5/sha256!) and possibly downloaded as well.
This was the reason I put up 10 days of caching validity, as I mainly read static files which do not change anymore. Also be careful that you might use up your bandwidth really fast when caching very often. Imagine 5000 files and caching 50M each => 250GB storage/bandwidth! Do this 10 times a month (every 3 days) and you have used upto 2.5TB just for caching 40 seconds of data for each file Just don't do this, it really adds so much stress to the system(s) (especially on shared systems, be nice to your neighbors!)
Here some benches (two consecutive runs, first without cache, second when re-accessing and with RAM and STORAGE cache intact), when I sadly noticed network performance is shit atm :P. Might need to investigate
Especially for private trackers. You're not going to be hitting high ratios on a decent tracker
Hmm, ok. But isn't there an rclone docker volume plugin? Would things behave using that w regard to links?
The volume plugin just make things a bit easier. The underlying implementation is the same, which doesn't work with links correctly. You can test it easily by typing
ln foo barinside the container.I faced a problem.. my plex can't read the video after mounted. I tried to trigger scanning library, but still didn't work..
Correct. Besides, the goal is not to race for high uploads and ratios but just to be safe from all copyright crap.
Maybe try using another video player? Celluloid plays video just fine on my computer.
If it still doesn't work, you can post your configuration here if you want
Thank you very much for the insight!
Your description in the first snippet is especially useful, it helped me understand many options that I didn't even know.
I really hope that the official docs are as easy to understand as your description
Dafuq? There's less to do than in a standard.
hit me
Correct.
JuiceFS can't be used as a normal SFTP mount, it is different from rclone
First of all, thank you to @danblaze for letting me know about JuiceFS.
Here is my report.
I have installed and tested JuiceFS:
Anyway, here is the transfer speed comparison using
cbm:Both is run with default configuration.
The normal speed with SFTP is about 1.8 Mb/s, so we get like 2x transfer speed increase with JuiceFS. But still much lower than rclone, with 5x speed increase.
A litte mistake
I was doing a small test, but got my remote dir nuked instead. sigh, need to upload again from the start.
JuiceFS should at least put a warning in their docs. I know the
juicefs formatis looks suspicious, but their documentation is not clear, I was assuming it will format my empty local dir.The funny thing is:
When searching on google on how to configure it on SFTP, the best result that I can find is this thread.
So, come on guys, share your knowledge! Your little snippet might help a random person troubleshoot their problem
I have tried rclone served as webdav or sftp. However (probably) don't have any 'good' vps_vm network resource to compare.
Could anyone here have test this method with AlistGo ?
It isn't the same in my trackers. When you download a new torrent with say 3 or 4 seeds, later the upload for that only file (20gb ish) may cross 60-70 GB in just 2-3 days.
So 2.5 TB becomes very less in these cases.
Most likely, if you grab it the moment it’s uploaded. But you can simply stop seeding once it reaches a 1:1 ratio. Most trackers require seeding for a certain number of days or until you reach a 1:1 ratio, so pick those that have the latter.
Nah, you don't need to compare.
If you feel like your current setup can satisfy your soul, then use it.
Trust your heart
Can't find the docs for AlistGo, their site is also 502.
Will this work on windows server?
@fuqet There is no reason this shouldn't. https://rclone.org/downloads/ There is a Windows installer, but I have never used this. I can say and I have used several times, MountainDuck.io Its a onetime paid software $35 and it will allow you to connect to a boat load of connections like sFTP/WebDav/S3/SSH and so forth, and then mount them as a drive letter. There is a 14 day trial if you wanted to test it out.
Thanks,
Anthony
Hi, from the documentation, rclone supported windows with minimum version: Windows 10, Windows Server 2016
You can check https://rclone.org/install/#windows-precompiled for further instruction.
This article should do the trick: Advanced Remote Storage Optimization for Windows: Making Remote Storage Feel Like Local NVMe
PS: Feel free to embed/redistribute/cite.