i'm acessing a centos box via ssh, is there any way that i can find out the hard drive info, such IDE/SATA, format, size, make & model, etc...?
thanks
On Wed, 9 Jul 2008 at 12:18pm, Hiep Nguyen wrote
i'm acessing a centos box via ssh, is there any way that i can find out the hard drive info, such IDE/SATA, format, size, make & model, etc...?
dmesg df man smartctl
On Wed, Jul 9, 2008 at 2:18 PM, Hiep Nguyen hiep@ee.ucr.edu wrote:
i'm acessing a centos box via ssh, is there any way that i can find out the hard drive info, such IDE/SATA, format, size, make & model, etc...?
dmesg | grep Model
i'm acessing a centos box via ssh, is there any way that i can find out the hard drive info, such IDE/SATA, format, size, make & model, etc...?
Cat something from /sys such as #cat /sys/block/sda/size xxxxx
#cat /sys/devices/pci0000:00/0000:00:10.0/host0/target0:0:0/0:0:0:0/model 0/model Virtual disk
jlc