Best practices for gaming PC?

I apologise if this is the wrong place to post this question, however any help would be greatly appreciated.

I have recently started testing Manjaro Linux on my main PC and am now looking to completely switch to it. However, in my brief testing, I noticed Steam, Lutris and other programs facing issues with installing games/runners on my secondary drive. Upon research, I have read posts about people redirecting their /home folder to their secondary drive and I have learnt about how Linux “mounts” (or rather, doesn’t) drives compared to Windows. To avoid any issues, I wanted to ask the question: what is the best configuration practice for the following scenario?

256GB NVMe SSD (to store the OS and for programs non-related to gaming)
1TB hard drive (for games/game launcher data, etc)

Any advice would be greatly appreciated, thank you in advance-

You can do that, but if you have two drives at your disposal, then I would recommend creating an additional partition on the 1 TB drive for storing backups. Trust me, you’ll be happy that you did. :wink:

Gollum_Backupses

4 Likes

What partitions to create depends on if the motherboard is eufi or bios. But that being said I would put all the OS partitions on the SSD, and use half of it to create a games partition for your most played game(s) and mount it in the OS with the fstab. The hd I would make into one partition to store files/seldom played games/media/backups and mount it in the OS with the fstab. To move directories to where you want them create symlinks.

1 Like

Here’s a couple of tutorials that may provide inspiration. :arrow_down:

I guess there is no real way around choosing between three options (that you basically already mentioned):

  • either make a /home partition on the second drive
  • or create a seperate partition on the second drive and configure each program (Lutris etc.) seperately to use folders on the second drive
  • or create a seperate partition on the second drive and move & symlink the folders that are used by the programs to the second drive

One additional note: I used to simply copy Game folders around, but while some Games worked after that, others didn’t.
I guess that some Games simply have some additional configuration somewhere in other folders or in the registry (when using Wine etc.).
So simply copying is not really a reliable option, sadly.

If you mainly use Lutris, in the games partition on the ssd put the Games folder that normally is in Home. Symlink it into home. On the HD make another Games folder. Once the Games folder on the SSD fills up move less played games to the Games folder on the HD and symlink them to the Games folder on the SSD.
The reason to have games you play often on the SSD is loading times for the games. A seperate Home partition on the HD isnt a bad idea. but make it reasonably big, say 30-50gb. You will be surprised how fast a small Home fills up. You can always shrink it later if HD space becomes an issue.