Hello,
Something strange is happening to a nvme ssd Crucial CT500P3PSSD8. Currently it is showing as missing device on the file system under storage section. It happened out of the blue one day. Odd part is, I can still access the data fine on the ssd through the /dev/
Code
savanna@omv:/$ ls -la /srv/
drwxr-xr-x 9 root root 4096 Jan 2 21:14 .
drwxr-xr-x 20 root root 4096 Jan 19 13:14 ..
drwxrwxrwx 3 root root 4096 Jan 27 19:21 dev-disk-by-uuid-9e1b0...27d2
but I cannot see the nvme on the /dev/nvme0... meaning???
Code
savanna@omv:/$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sda 8:0 0 5.5T 0 disk
└─sda1 8:1 0 5.5T 0 part /srv/dev-disk-by-uuid-932...c89c
sdb 8:16 0 14.6T 0 disk
└─sdb1 8:17 0 14.6T 0 part /srv/dev-disk-by-uuid-cd7...f4f7
sdc 8:32 0 465.8G 0 disk
├─sdc1 8:33 0 512M 0 part /boot/efi
├─sdc2 8:34 0 464.3G 0 part /var/folder2ram/var/cache/samba
└─sdc3 8:35 0 976M 0 part [SWAP]
sdd 8:48 0 20T 0 disk
└─sdd1 8:49 0 20T 0 part /srv/dev-disk-by-uuid-6f43...d689
Display More
and I can also see it on the pci
Code
savanna@omv:/$ ls -la /srv/
...
06:00.0 Non-Volatile memory controller [0108]: Micron Technology Inc 2550 NVMe SSD (DRAM-less) [1344:5416] (rev 01)
...
Looking into some errors I see the below.
Code
savanna@omv:/$ sudo dmesg -T
...
[Mon Feb 3 19:34:46 2025] nvme nvme0: Device not ready; aborting initialisation, CSTS=0x0
[Mon Feb 3 19:34:46 2025] nvme nvme0: Removing after probe failure status: -19
...
[Mon Feb 3 19:34:56 2025] xhci_hcd 0000:00:0d.0: Unable to change power state from D3hot to D0, device inaccessible
[Mon Feb 3 19:34:56 2025] xhci_hcd 0000:00:0d.0: systemd-analyze critical-chain
[Mon Feb 3 19:34:56 2025] xhci_hcd 0000:00:0d.0: Controller not ready at resume -19
[Mon Feb 3 19:34:56 2025] xhci_hcd 0000:00:0d.0: PCI post-resume error -19!
[Mon Feb 3 19:34:56 2025] xhci_hcd 0000:00:0d.0: HC died; cleaning up
...
[Sun Feb 3 19:35:23 2025] /dev/disk/by-uuid/9e1b...27d2: Can't open blockdev
...
Display More
Any guidance? Google shows that is a power saving problem?
Not sure what to try? Any advise? - Thank you in advance.