I'm really welcome fred's suggestions as they compare with my experience in many installations -- mostly.
The best way for Gamers might be an extra partition /usr/local for installation.
I really surprised that this Partition is not mentioned by anyone else.
Most, if not all Games which comes with installers -- as they are commercial or free -- recognize if they do have write permission to
/usr/local In Ubuntu and Linuxmint, the normal User does not have write permission to it.
So I am changing this with a simple sudo chmod -R bed:bed /usr/local/. (bed is my login name)
This is not recommend for a multiuser system but for a Desktop PC I think this security downgrade is bearable.
Now, the games will be installed in /usr/local/games and make a link to /usr/local/bin/gamename.
So what is the plus for my approach?
- Code: Select all
/ --> 12 G
/usr/local --> 90 G
/home --> 90 G
- This meet fred's suggestions to use more smaller partitions.
- A new Linux Installation does not imply new Installation of Games in /usr/local (ever installed UT2004 twice?)
- Now in /home there is private stuff only, no Games








