Steam Hardware
A place to discuss and support all Steam Hardware, including Steam Deck, Steam Machine, Steam Frame, and SteamOS in general.
As Lemmy doesn't have flairs yet, you can use these prefixes to indicate what type of post you have made, eg:
[Flair] My post title
The following is a list of suggested flairs:
[Deck] - Steam Deck related.
[Machine] - Steam Machine related.
[Frame] - Steam Frame related.
[Discussion] - General discussion.
[Help] - A request for help or support.
[News] - News about the deck.
[PSA] - Sharing important information.
[Game] - News / info about a game on the deck.
[Update] - An update to a previous post.
[Meta] - Discussion about this community.
If your post is only relevant to one hardware device (Deck/Machine/Frame/etc) please specify which one as part of the title or by using a device flair.
These are not enforced, but they are encouraged.
Rules:
- Follow the rules of Sopuli
- Posts must be related to Steam Hardware or Steam OS in an obvious way.
- No piracy, there are other communities for that.
- Discussion of emulators are allowed, but no discussion on how to illegally acquire ROMs.
- This is a place of civil discussion, no trolling.
- Have fun.
view the rest of the comments
Yeah, I have my microSD set to btrfs format, but it breaks auto mount every SteamOS update. I know there are ways to set it to automatically fix this, but I've been using a lazier option of just having a shell script to fix the fstab (file that tells the computer what to mount and where) that I run once after every steamOS update.
It's not a perfect solution, but it makes fixing it easy enough that I haven't looked into a permanent fix.
A similar setup would probably work for your external drive, basically after I had the microSD setup how I wanted it, I just copied it's fstab configuration line. The shell script just adds that line to the bottom of the fstab file when I run it, and then after a quick reboot all my games are back and everything works again.
You saved me by talking about the drive not auto mounting after updates.
It turns out my problem this time was different than the last time as it was just the disk not auto mounting.
In the end, restarting my Steam Deck was enough. What an easy to solve and stupid problem!