I have 500gb SSD and need to basically uninstall Elden Ring and Dark Souls 3 to install Baldur’s Gate 3. I want to buy new SSD, but my money is a bit tight right now as I’m saving for my degree’s tuition fee.

I’m thinking of buying 3x500GB spinning HDD that will cost me around $20. I know it wont be as fast as SSD, but I read/watched about RAID, and saw amazing result. Around 400-500MBPs, which should be more than enough for gaming, imo. If I were to buy the same amount of storage but SSD, it will cost me $100.

I dont really need redundancy, as all of my personal documents are backed up in my server and I have separate disk just for my data archieve. It will only be used to game and game only.

Do you think that my idea makes sense? Is it does…, I want to ask another questions.

I knew I wanted to use RAID 0, but after I read arch wiki, it says that RAID 5 is superior. Should I use BTRFS, EXT4, ZFS, or F2FS? What kernel or module should I use?

  • DaGeek247
    link
    fedilink
    108 months ago

    Im sorry, but, for things like games, raid isn’t really going to give you a perceivable speed increase. Most games today get the most use from the random read, where raid does best is with things like sequencial writes (large movies, etc).

    Raid0 will add to your throughput, but your seek times will still be the same regardless of how many drives you add to it.

    Here in the us, a 2tb ssd is less than 50$. Im sorry its not the same where you are at.

    I know the others suggest raid0, but since youre doing three drives im gonna suggest raid 5 instead. You don’t lose out on read performance compared to raid0, just write speeds. More importantly, one drive failing wont actually break anything.