this post was submitted on 28 Mar 2024
5 points (100.0% liked)

Linux 101 stuff. Questions are encouraged, noobs are welcome!

1009 readers
1 users here now

Linux introductions, tips and tutorials. Questions are encouraged. Any distro, any platform! Explicitly noob-friendly.

founded 1 year ago
MODERATORS
 

I wanted to get an opinion on how to partition various disks. My Win 10 machine is going to Linux Mint with Win 10 ending support. I currently have three disks: SATA SSD which is the C: drive, a traditional HDD for bulk storage (D:), and a M.2 SSD for games (F:). I was looking for an opinion on how to partition the M.2 SSD. It all depends on where you install games. Should the M.2 drive be /home or something else like /opt?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 1 points 4 months ago (1 children)

I would use the M2 drive as your root partition. If you really want to break it down smaller for just the stuff that needs speed, then maybe /usr and /var/lib. Your home directory can contain programs but more often than not it is only settings and storage. Just my 2 cents though.

[โ€“] [email protected] 1 points 4 months ago

I was under the impression that Steam installs everything in /home. Do you know if that's accurate?