An NVMe drive can disappear after sleep when its controller or PCIe link fails to return from a low-power state during resume.
A drive that works after a cold boot but vanishes only after suspend is usually not a simple filesystem problem. The failure can occur before the namespace, partition, filesystem, or application is visible: the PCIe device may not re-enumerate, the NVMe controller may fail to become ready, or a power-management combination may leave the link inaccessible. Diagnose the lowest missing layer first and avoid formatting, replacing, or rebuilding storage until the device path is understood.
Determine the Lowest Layer That Disappears After Resume
Before sleep, record the PCI device, NVMe controller, namespaces, partitions, filesystem UUIDs, mounts, and applications using the drive. Repeat the same checks immediately after resume.
The Linux NVMe subsystem exposes controllers and namespaces as separate layers. The Ubuntu nvme list command helps distinguish a missing controller from a controller that remains present but no longer exposes its expected namespace.
If the PCI function is absent, focus on firmware, PCIe link power, and suspend behavior. If the controller remains but the block device disappears, focus on NVMe reset, namespaces, driver errors, and controller readiness.
Compare Cold Boot, Reboot, and Each Supported Sleep State
Test a cold boot, ordinary reboot, suspend-to-idle, and deep suspend only when the operating system and firmware expose them. Record which transition reproduces the failure.
The Linux kernel distinguishes suspend-to-idle, standby, and suspend-to-RAM, each with a different depth of device and platform power reduction. The kernel’s sleep-state description explains why one NVMe controller may resume correctly from a shallow state but fail after a deeper platform transition.
A failure limited to one state is stronger evidence of a power-transition problem than a disk-format problem. Keep the known-working state available while testing a permanent firmware or driver fix.
Check Whether the PCIe Device Re-enumerates
Compare PCI bus output before sleep and after resume, including the NVMe controller address, negotiated link state, kernel driver, and error counters. Save the exact bus address before testing.
The lspci utility reports the controller at the PCI layer before any namespace or filesystem is involved, making it the correct discriminator when the whole NVMe device appears to vanish.
If the device is missing from PCI enumeration, rescanning the filesystem or recreating mounts cannot help. If it remains visible, capture the NVMe and kernel errors before attempting a controller reset.
Test NVMe Autonomous Power State Transitions
Record the current NVMe power-state settings and whether autonomous power-state transitions are enabled. Change only one power-related variable for one controlled suspend cycle.
ArchWiki documents NVMe power-saving behavior and the APST latency control used to limit how deep the controller may enter low-power states when specific hardware resumes unreliably.
A temporary APST restriction is a diagnostic, not proof that every deep state is defective. If the drive survives repeated resume cycles only with a shallower power policy, compare firmware and kernel fixes before keeping the workaround permanently.
Review Firmware, BIOS, and Modern Standby Behavior
Record the motherboard firmware version, NVMe firmware, operating-system build, and any recent BIOS or driver change. Check whether the platform uses traditional sleep or a modern low-power idle model.
Microsoft’s Modern Standby model shows that supported devices remain under platform-managed low-power behavior rather than following the same path as traditional sleep, which can change how an NVMe issue reproduces across systems.
Update one firmware layer at a time and preserve the previous version or recovery method. Do not combine a BIOS update, SSD firmware update, and operating-system upgrade in one test because the successful change cannot be identified.
Inspect PCIe Link Power and Runtime Power Management
Check PCIe ASPM settings, runtime power status, and whether the NVMe controller enters a suspended runtime state before system sleep. Compare the failing slot with another slot only if the server design allows it safely.
Red Hat’s power-management guidance explains that runtime power management and PCIe ASPM are separate mechanisms, so disabling one and observing a change does not automatically identify the other as the cause.
If the problem follows the drive to another slot, suspect the controller or firmware. If it stays with one slot, inspect motherboard firmware, bifurcation, shared lanes, slot power, and signal integrity.
Recover Safely and Verify Repeated Resume Cycles
When the drive disappears, preserve logs before a cold shutdown. Avoid repeated hot resets if the controller reports fatal status, link errors, or disappearing namespaces.
The ZimaSpace home server recovery checklist provides the adjacent rule: verify hardware visibility and storage state before running filesystem repair or restoring data.
The issue is resolved when the controller, namespace, partitions, mounts, and applications survive repeated sleep and resume cycles under the intended power state. Keep a current backup until the fix also survives reboot, idle time, and normal storage load.
Support & Tips
More to Read

Can Plex Share a GPU With Another Docker Container?
Plex and another container can often access the same GPU, but you must test driver support, device mapping, video-engine load, memory, and recovery behavior.

How to Tell Whether a Plex Error Comes From the Client or Server
Reproduce the same item on another client, compare the session path, then collect server evidence only after scope tells you where the failure actually...

How to Configure Plex Cache and Transcode Temporary Storage
Protect persistent Plex state while placing transcode temp files on suitable local storage, then verify cleanup, free space, and restart behavior.

