1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-25 09:55:42 +02:00
tldr/pages/linux/mount.steamos.md
bradleyJT-CS 8fa247c3ba
steamos-{boot-install, devmode, finalize-install}, mount.steamos: add pages (#16750)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2025-06-04 23:02:49 +03:00

20 lines
548 B
Markdown

# mount.steamos
> Mount or unmount SteamOS filesystem partitions.
> More information: <https://gitlab.com/users/evlaV/projects>.
- Mount all necessary partitions from a device to a target directory:
`sudo mount.steamos {{/dev/sdX}} {{/mnt}}`
- Mount with options to exclude specific partitions (e.g. `/home`, overlays):
`sudo mount.steamos {{[-o|--options]}} nohome,nooverlay {{/dev/sdX}} {{/mnt}}`
- Unmount all partitions mounted under a target directory:
`sudo mount.steamos -u {{/mnt}}`
- Display help:
`mount.steamos {{[-h|--help]}}`