-
Notifications
You must be signed in to change notification settings - Fork 0
Storage and MicroSD Problems
Storage symptoms include corrupt downloads, games failing validation, I/O errors, read-only media, missing mounts, slow installs, boot failure, and disappearing SD cards. Preserve data before repair.
sudo ./deckdoc.shRead module_storage.log, module_fs.log, module_mmc.log, and the kernel/crash sections. Record the
exact device and mount containing the affected game or system path.
DeckDoc runs SMART health against /dev/nvme0n1. A SMART failure or critical-warning/error field is
important, but the fixed path may miss replacement or differently enumerated storage. Confirm with:
lsblk -o NAME,SIZE,TYPE,FSTYPE,MOUNTPOINTS,MODELDo not run write/destructive tests on an unbacked-up device.
BTRFS device statistics are persistent counters for read/write/flush/corruption/generation errors. Nonzero values show that errors occurred; compare timestamps and whether counters increase. Official BTRFS documentation explains that these counters persist and can be updated by normal I/O or scrub.
DeckDoc reads ext4 superblock state for mounted devices but does not run fsck. Never run an offline
repair command against a mounted filesystem, and never guess the partition name.
Strong evidence includes:
- mmc/SDHCI I/O, timeout, signal-verification, or corruption messages;
-
EXT4-fs errornaming the samemmcblkdevice; - the device switching read-only;
- mount disappearance in the same incident window;
- repeated game corruption only on that card.
A game file validation failure alone does not prove media corruption. SteamOS issue #2037 documents an SD corruption report on another SteamOS handheld; it is research context, not proof that every Deck SD failure has the same cause.
- Stop writes/downloads to the suspected device.
- Save the report and irreplaceable data if the device remains readable.
- Resolve the exact block device and mount.
- Unmount before any filesystem repair.
- Use a separate trusted system/recovery environment for repair or imaging when needed.
DeckDoc does not format, trim, scrub, delete, or repair storage automatically. Its roadmap may add operations only with exact device resolution, backup, explicit confirmation, and verification.
Escalate for increasing SMART/BTRFS counters, repeated mmc I/O errors across clean boots, read-only media, inability to back up, or boot failure. For SteamOS image recovery, follow Recovery and escalation.
DeckDoc records evidence before action. Preserve the incident, change one variable at a time, verify the result, and use Steam Support for safety, warranty, and hardware concerns.
- Home
- Getting started
- Triage flow
- Reading reports
- Collect and share evidence
- Continuous incident probe
- Privileged authorization