Hey everyone! I'm still learning my way around Linux and Cachyos, and I have two SSDs installed in my motherboard. I ran the command "lsblk" and saw that my second SSD is registered, and I even managed to mount it. However, I'm having trouble installing Steam games on that second SSD. Can anyone help me figure out what might be going wrong? Thanks a lot!
1 Answer
It sounds like your second SSD might need to be initialized and formatted properly. Normally, you’d do this using a tool like Windows Disk Manager, but since you're on Linux, you’ll want to use GParted or a similar utility instead. Make sure it’s formatted with an appropriate filesystem like ext4 or NTFS, depending on your needs. That should help with your Steam installation!
Got it, I’ll check out GParted! Just to clarify, I shouldn’t be using Windows Disk Manager at all since I'm on Linux, right?