LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

mount.steamos

mounts or unmounts SteamOS filesystem partitions, used primarily for accessing

TLDR

Mount every SteamOS partition from a disk under one directory
$ sudo mount.steamos [/dev/sdX] [/mnt]
copy
Leave the home partition out
$ sudo mount.steamos -o nohome [/dev/sdX] [/mnt]
copy
Leave the overlays out as well
$ sudo mount.steamos -o nohome,nooverlay [/dev/sdX] [/mnt]
copy
Unmount everything it mounted there
$ sudo mount.steamos -u [/mnt]
copy
List the options it accepts
$ mount.steamos -h
copy

SYNOPSIS

mount.steamos [options] device mountpoint

DESCRIPTION

mount.steamos mounts or unmounts SteamOS filesystem partitions, used primarily for accessing Steam Deck storage when booted from another operating system or recovery media.SteamOS uses a complex partition layout with multiple overlays for system updates and user data separation. This tool handles the specific mount requirements, including the A/B root partitions, overlay filesystems, and home directory.The command simplifies what would otherwise require multiple mount commands with specific options for each partition.

PARAMETERS

-o, --options _opts_

Mount options (nohome, nooverlay, etc.)
-u, --unmount
Unmount all partitions under the specified directory
-h, --help
Display help information

CAVEATS

Requires root privileges. Designed specifically for SteamOS partition layouts (Steam Deck). The device should be a complete disk device (e.g., /dev/sda), not individual partitions. Ensure SteamOS is not running when mounting its partitions from another system.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid