Hello, last night on a whim, I pulled the cord and finally am making a push to use Linux exclusively. I am not the most knowledgeable when it comes to Linux but I can hold my own enough.
EXCEPT when it comes to mounting drives and making them work with programs. I’ve gotten them wiped and mounted, but steam does not see them as internal drives and at each reboot, they or any games I put on there are gone from steam. They also do not show up with their names I’ve given them during formatting.
Would adding them to fstab fix some of these issues? I know they would at least be mounted before I ever open steam. So maybe there is a chance?
For more info, these are two Samsung 800 series SSD drives. One 250 GB, and the other 500 GB. These are games only SSDs as it’s their only job.
I am on elementary OS version 7.
Any help will be very much appreciated. Thanks for anyone who takes the time to respond.
I’d just like to say that this is where things like Google Bard/Bing Chat can really help you out if you’re semi-competent but stuck.
Using the output from lsblk on one of my homelab machines I get the below:
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sda 8:0 0 111.8G 0 disk
├─sda1 8:1 0 1M 0 part
├─sda2 8:2 0 2G 0 part /boot
└─sda3 8:3 0 109.8G 0 part
└─ubuntu–vg-ubuntu–lv 253:0 0 54.9G 0 lvm /
sdb 8:16 0 465.8G 0 disk
└─sdb1 8:17 0 465.8G 0 part /mnt/usbhdd1
Giving Bard the prompt “how do I mount my ext4 formatted usb hard drive to /mnt/usbhdd1 at boot in Ubuntu server.”
bing chat:
Either Bard/Bing Chat can be a real help when you have some idea on what to do but are stuck.
I’d use ChatGPT v4. It’s been very helpful in my quest to get Linux set up.