Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • 1
    I posit you are running zfs and the zd* block devices are zvols. What does "sudo zpool status" say?
    – davidgo
    Commented Oct 25, 2020 at 4:33
  • I normally use lsscsi to list things. It looks like lsblk has a -a option which shows empty drives. Depending on how it is failing, maybe that would show some other drives? Once you identify the failing drive, you can use hdparm -i /dev/sda to get it to print out the serial, etc., which hopefully corresponds to stuff printed on a physical label on the drive.
    – binki
    Commented Oct 25, 2020 at 4:45
  • Try cat /var/log/syslog | grep kernel | grep '/dev/sd\|/dev/zd' to filter for any error messages being reported by disks. You say you are being told you have failing disks; by who or what? If it is unable to tell you which disk and why, it isn't exactly a reliable source.
    – paddywan
    Commented Oct 25, 2020 at 5:47