We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Please retest with the 2.10.90 release and systemd >= 257 - see https://github.com/storaged-project/udisks/releases/tag/udisks-2.10.90
Sorry, something went wrong.
No branches or pull requests
I am regularly seeing the following error on a Virtual Machine with passthrough disks:
The text was updated successfully, but these errors were encountered: