Comment on Data HDD with SSD catch drive
rambos@lemm.ee 4 months agoBut that would first download to SSD, then move to HDD and then become available (arr import) on jellyfin server, making it slower than not using SSD. Am I missing something?
Comment on Data HDD with SSD catch drive
rambos@lemm.ee 4 months agoBut that would first download to SSD, then move to HDD and then become available (arr import) on jellyfin server, making it slower than not using SSD. Am I missing something?
BombOmOm@lemmy.world 4 months ago
The biggest thing is you have changed a random write to a linear write, something HDDs are significantly better at. The torrent is downloading little pieces from all over the place, requiring the HDD to move it’s head all over the place to write them. But when simply copying off the ssd, it keeps the head in roughly one place and just writes lineally, utilizing it’s maximum write speed.
I would say try it out, see if it helps.
rambos@lemm.ee 4 months ago
I might try that, thx