this post was submitted on 27 Oct 2023
495 points (93.5% liked)
Technology
59108 readers
3269 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Doesn't really surprise me, I've had a Steam deck since launch and the performance on Windows titles has always been impressive, even considering its relatively low-end hardware.
The only thing preventing me from dual-booting my desktop is lack of software RAID support in most distributions (by this I mean RAID configured in the BIOS but not using a dedicated hardware controller).
To be fair, that bios-managed RAID is still using a hardware controller. It's embedded in the motherboard.
Anyway, hardware RAID is discouraged in home/workstation environments as you don't have control over how the controller implements it. So if the board breaks, it's harder to retrieve your data.
Linux has support for real software RAID, for example using LVM or filesystems that have that feature. It's easier to setup than it may sound. Most distributions can enable that during installation of the OS.