2tb m.2: ext4, installation partition + general use
1tb m.w: ext4, secondary drive with some backup
(i dont have a nas yet :( )
Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME
away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.
This page can be subscribed to via RSS.
Original /r/linux_gaming pengwing by uoou.
WWW:
Discord:
IRC:
Matrix:
Telegram:
2tb m.2: ext4, installation partition + general use
1tb m.w: ext4, secondary drive with some backup
(i dont have a nas yet :( )
I use BTRFS for everything, and openSUSE Tumbleweed set up some decent mount points and automatic snapshotting for me.
I have two drives:
That's it. It's simple and it works. I used to do funky things with mount points and whatnot, but it's more annoying than anything imo.
My NAS (openSUSE Leap) is similarly simple:
Nvme ssd, 480 gigs = Linux root ext4, with a smol /boot/efi/ partition
Sata ssd, 480 gigs = windows install
Hdd, 1 Tb = Linux home ext4
External usb3.0 2tb Hdd = shared storage exFat
My GPT setup:
I only use half of each drive for its stated purpose. Then I backup onto a different drive in case of hardware failure. (This obviously does not protect against fire or theft.) Not exactly what you asked, but I'd already started copy/pasting...
I dont even want to think about how many partitions there are on my PC. windows has 4 or 5 just existing, then there's root, home and swap plus 2 more for the 2 other drives. So.. 9 or 10? its been a while since I had a reason to care.
As for what you should do, if you are replacing windows, it wont really matter what the format on the windows part is because youre going to need to back up the save data and reinstall those games eventually anyway. You cant really run the same game installs on both OSes.
I wouldn't recommend it, but my current setup is I reach into the computer, unplug one SSD and plug in the other. Not the most high-tech dual boot but yeah
Couldn't you just configure your BIOS to boot from one or the other? I've never had Windows care about drives it's not configured to use.
Probably could, but it's not worth the time or effort. I switch so rarely that even if it only took five minutes to configure, that's still more time than I spend switching in six months
There shouldn't be any configuration, you just push F11 or whatever and select the other boot drive. I still do that when I boot into Windows like once/year.
I'd assumed you'd read my other comment. When I do have both drives plugged in at once, Windows always does a disk check on every startup, which takes a long time and is completely unnecessary. Just switching which device I boot from isn't a good solution for my computer
Why not switch between the drives in the bios when you want to use the other?
/
filling up the rest/mnt/games
Since both my root and home are on the same BTRFS partition they share space.
I have made sure to create sub volumes for the Steam and Game install directories, to avoid taking snapshots of them.
Steam has 2 "libraries" registered, one in my home directory and one in /mnt/games
Logical volumes. it slows down IO on this setup but i don't run IO intensive games. It allow me to just repartition and add drives as needed.
Wait, what? LVs slow down some games? I just finished setting up a new drive for games with them, but I didn't know this. 😟
Is that the BTRFS raid mode or something else?
I think he is referring to LVM
I have 4 drives. An NVMe drive with four partitions: 500MB /boot 64GB Swap 100GB / and the rest of the 1TB goes to /home. Then I have a 1TB SSD for games which is mounted to ~/Games. Then I have two 1TB HDDs, one for Music mounted to ~/Music and another for Torrents mounted to ~/Torrents. I also have an 8TB HDD coming which will be another torrents drive
Unrelated aside, I like running torrents on my NAS because I almost always have that on, plus I have ZFS on it so all the data is reasonable durable.
I'd love to get a NAS but i'm a bit too stingy. That definitely sounds like a better solution than just leaving my machine on 24/7.