1.

Solve : Identify hard drive with unix command?

Answer»

How do I identify my scsi hard drive USING a unix command? I COULD take the case APART, but is there a way(command) to FIND out through unix?
You will probably find this information under /proc - I don't have a SCSI drive to test. On an IDE interface, all the info you NEED is at (e.g.) /proc/ide/hda/ (e.g. file name "model").

Have a look to see what's under /proc/scsi, and try cating the files you find there, to display their contents.



Discussion

No Comment Found