[SOLVED] iostat show disk as zd how can I know the disk for which machine

Maher Khalil

Member
Jul 11, 2021
232
10
23
44
Hello'
iostat show disk as zd how can I know the disk for which machine (attached photo)
 

Attachments

  • zfs machine disks.png
    zfs machine disks.png
    69.7 KB · Views: 20
Use find /dev/zvol -type l -print -exec readlink {} \; for all zvols or udevadm info /dev/zdXXX | grep DEVLINKS for a specific one.