← 返回命令列表

Linux command

mount.steamos 命令

安全

权限或系统影响较大,执行前请核对目标。

常用示例

Mount

sudo mount.steamos [/dev/sdX] [/mnt]

Example

sudo mount.steamos -o nohome,nooverlay [/dev/sdX] [/mnt]

Unmount

sudo mount.steamos -u [/mnt]

Example

mount.steamos -h

说明

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.

参数

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

FAQ

What is the mount.steamos command used for?

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.

How do I run a basic mount.steamos example?

Run `sudo mount.steamos [/dev/sdX] [/mnt]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -o, --options _opts_ do in mount.steamos?

Mount options (nohome, nooverlay, etc.)