• 2 Posts
  • 92 Comments
Joined 1 year ago
cake
Cake day: June 9th, 2023

help-circle
  • Yeah, your suggestion is the only thing I could think that would even work, but honestly, it’s probably more trouble than it is worth.

    An alternative which doesn’t quite meet the requirements, but will be much lower effort would be to format the drive(s) as exFat, which both Windows and Linux can read without issue. Then put them up as a network share in both OSes.

    If you are wanting RAID 1 with those two drives…this won’t work unless you are either using hardware raid (maybe you can set it in your bios?) or if you can find a software raid that both windows and linux use. For RAID, maybe just pick one OS and that will be the one that has the share.

    I would also recommend against the SSD caching idea with all this other stuff in the mix, wait till you have a dedicated NAS PC. You are going to pull your hair out otherwise.


    OP, do you have an old computer, even an old laptop? A NAS doesn’t require much computing power. You can plug your drives in via a SATA to USB adapter. Then you will have a dedicated NAS box and all these problems get 500x easier.











  • Yeah, with the Intel 13th and 14th gen issues, it really shouldn’t be recommending them as much. I think part of the issue is they only have one CPU vendor per tier. If they improved that, it would probably fix the issue. That said, if we are going purely off price/power, I’m not convinced their choices are bad.

    For a beginner though, I really don’t like just shoving them at PC Part Picker. It’s too easy to get overwhelmed with choices.





  • hiring way too many developers to work on a project

    Most development companies also destroy their own built up experience after every game. Instead of using the experts (the people who have been making games for you for years) to create your next game, instead they lay those people off and hire new people.

    Even better was with Kerbal Space Program 2. They didn’t even allow the KSP2 devs to talk to the KSP1 devs, despite them all still being employed at the same company. The people perfectly positioned to make the next game were not allowed to touch it or even talk to the people touching it. This culminated with a disaster of a release and the community roundly rejecting KSP2 as it is significantly worse than the first. It didn’t have to be this way.


  • BombOmOm@lemmy.worldtoSelfhosted@lemmy.worldData HDD with SSD catch drive
    link
    fedilink
    English
    arrow-up
    10
    arrow-down
    1
    ·
    edit-2
    2 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.


    Also, if the HDD is having to do other tasks at the same time, that will slow it down as the head can only ever be in one place.