2 Comments

  1. For some systems that you can not find the disk serial number and when the disk is to be replaced , you may write data to the disk and see which disk is shinning (being super careful):

    # dd if=/dev/random of=/dev/failed-disk
  2. An alternative way to find out a disk’s serial number if by `smartctl` which can be installed by `yum install smartmontools`:

    # smartctl -a /dev/sdb | grep Serial
    

Leave a Reply

Your email address will not be published. Required fields are marked *