How to find the model and manufacturer of your scsi devices

In linux this is an easy process to see everything type:

For vendor

cat /sys/block/sd*/device/vendor


For model
cat /sys/block/sd*/device/model

For individual like sda

cat /sys/block/sda/device/model


Leave a Reply

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

This site uses Akismet to reduce spam. Learn how your comment data is processed.