Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
view the rest of the comments
Yes. It’s part of the application and well documented. What did you try and not work?
Are you also talking about incomplete directory in qbit? Doesnt make it faster afaik, but I might be wrong. I havent tried anything yet, wanted to check is it something usual or not worth at all. Got zero experience with using SSD as catch drive, it just made sense to me
Yes, if the temporary directory where the files are being downloaded (incomplete folder) is on the SSD, then it will be faster, especially if you’ve identified a cheap HDD as your bottleneck.
Unless you are incorrect about the HDD being the bottleneck.
Yeah it will be faster, but its extra step before the files get available on HDD.
Even if my HDD is super fast and healthy it would still be a bottleneck for 2Gbps fiber? Ill deffo play with HDD more to find max speeds, wasnt paying attention before because it felt normal to me
Of course it’s an additional step. But it will download faster. Which was what you asked for, specifically in your post above.
If you write directly to your HDD it will take longer to download. If you write to your ( faster?) SSD the download will be faster but yeah, processing has another step of copying.
I’m sorry, but I have no idea what you’re asking.
Best of luck.
Yeah feels like that lol. Thx anyway, have a nice day dude
what OP wants is to download the file to a SSD, be able to use it on the SSD for a time, and then have the file moved to spinning disk later when they don't need to wait for it.
this is just adding an extra step to the process before the file can be available to use. you're just saving the copying to the HDD until the very end of the torrent.
Yeah, of course it is. Because that’s what OP asked for. I don’t see ( use it for a bit first and then automatically copy it over ).
I see:
I assumed OP wanted Faster Download Speeds > Time to Access File
You know what. I don’t care. This whole post is ridiculous.
what is the point of faster download if you just have to do another entire copy after that?
Ask OP
or you could, you know, think about it for a second from their point of view. and they have already clarified this in other comments.
Man you’re slow.
I don’t need to think about anything. I’ve built out millions upon millions of dollars worth of infrastructure over the past 20 years. I understand the options.
I answered the question asked. Others hinted at raid solutions. OP went out of his way to let us know how he’s a newb so good luck with that.
Long term solution is 100% setting up a raid.
wtf does raid have to do with anything here? yeah, sure, I'm the slow one.
Wow. Good luck with life bro.
the dude asks about SSD cash for torrents and your multimillion-dollar answer is "raid". lol
as people have already pointed out multiple times, what OP wants is something like mergerfs or unraid which can handle files on SSD cash and then move to spinning disks later.
It seems that the commenter’s intention was clear to everyone except you. The commenter acknowledged the need for RAID software or a specific file system, mentioning that it had already been addressed. Understood the budget and OP being an newb.
Although their tone may have been blunt, they stayed focused on their original point.
But you just kept nagging. lol
Either way OP was helped and now you can sleep knowing you did your part. A true internet hero.
Yeah, I use the incomplete folder location as a cache drive for my downloads as well. works quite nicely. It also keeps the incomplete ISOs out of jellyfin until they're actually ready to watch, so, bonus.
If it's not going faster for you there's probably something else that's broke.
It will download faster to SSD, but then I have to wait the files to be moved to HDD before getting them imported in media server. Im not after big numbers in qbit, I just want to start watching faster if possible. Sorry Im probably not explaining well and Im not sure if Im asking for something that even make sense
qbittorrent moves the completed files to the assigned literally as soon as it is done.
but if the disk is actually bottlenecking at 40MB/s it will still take time to copy from the SSD. That plus the initial download to SSD will just end up being more time than downloading to the spinning disk at 40MB/s in the first place.
That's not how hard drives work, and doesn't take into account that OP might want to download more than one thing at a time.
Hard drives are fastest when they are moving large single files. SSDs are way better than hard drives at lots of small random reads/writes.Setting qbittorrent up so that all the random writes inherent to downloading a torrent go to a small ssd, and then moving that file over to the big hard drive with a single long writer operation is how you make both devices perform to their best.
I doubt the disk will bottleneck at 40mb/s when doing sequential write. Torrent downloads are usually heavy random writes, which is the worst you can do to a HDD.
Im doing more research, but will defo test this