Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error probing device: Error sending ATA command IDENTIFY DEVICE to #1334

Open
holmanb opened this issue Dec 13, 2024 · 1 comment
Open

Error probing device: Error sending ATA command IDENTIFY DEVICE to #1334

holmanb opened this issue Dec 13, 2024 · 1 comment

Comments

@holmanb
Copy link

holmanb commented Dec 13, 2024

I am regularly seeing the following error on a Virtual Machine with passthrough disks:

-- Boot b227fd11d21341adb91b61b2ab41316e --
Dec 13 15:20:31 nixos systemd[1]: Starting Disk Manager...
Dec 13 15:20:31 nixos udisksd[1432]: udisks daemon version 2.10.1 starting
Dec 13 15:20:31 nixos udisksd[1432]: Error probing device: Error sending ATA command IDENTIFY DEVICE to '/dev/sda': Unexpected sense data returned:
                                     0000: f0 00 05 00  58 00 01 0a  00 00 00 00  21 04 00 00    ....X.......!...
                                     0010: 00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00    ................
                                      (g-io-error-quark, 0)
Dec 13 15:20:31 nixos udisksd[1432]: Error probing device: Error sending ATA command IDENTIFY DEVICE to '/dev/sdb': Unexpected sense data returned:
                                     0000: f0 00 05 00  58 00 01 0a  00 00 00 00  21 04 00 00    ....X.......!...
                                     0010: 00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00    ................
                                      (g-io-error-quark, 0)
Dec 13 15:20:31 nixos udisksd[1432]: Error probing device: Error sending ATA command IDENTIFY DEVICE to '/dev/sdc': Unexpected sense data returned:
                                     0000: f0 00 05 00  58 00 01 0a  00 00 00 00  21 04 00 00    ....X.......!...
                                     0010: 00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00    ................
                                      (g-io-error-quark, 0)
Dec 13 15:20:31 nixos udisksd[1432]: Error probing device: Error sending ATA command IDENTIFY DEVICE to '/dev/sdd': Unexpected sense data returned:
                                     0000: f0 00 05 00  58 00 01 0a  00 00 00 00  21 04 00 00    ....X.......!...
                                     0010: 00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00    ................
                                      (g-io-error-quark, 0)
Dec 13 15:20:31 nixos udisksd[1432]: Error probing device: Error sending ATA command IDENTIFY PACKET DEVICE to '/dev/sr0': Unexpected sense data returned:
                                     0000: f0 00 05 00  58 00 01 0a  00 00 00 00  21 04 00 00    ....X.......!...
                                     0010: 00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00    ................
                                      (g-io-error-quark, 0)
Dec 13 15:20:31 nixos systemd[1]: Started Disk Manager.
Dec 13 15:20:31 nixos udisksd[1432]: Acquired the name org.freedesktop.UDisks2 on the system message bus
@tbzatek
Copy link
Member

tbzatek commented Dec 18, 2024

Please retest with the 2.10.90 release and systemd >= 257 - see https://github.com/storaged-project/udisks/releases/tag/udisks-2.10.90

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants