On Thu, Aug 15, 2002 at 09:55:23AM -0700, Robert Vaughn wrote:
> How do I identify hard drive type, brand, model, IDE,
> SCSI?  

# cat/proc/scsi/scsi

Similarly for ide.  Drill down the proc tree until find what you're
looking for.

Don't forget about the dmesg command.  Here's part of the SCSI section from
one of my hosts:
scsi : 2 hosts.
ncr53c876-0-<0,*>: FAST-20 WIDE SCSI 40.0 MB/s (50 ns, offset 15)
  Vendor: COMPAQ    Model: HB00931931        Rev: 03F1
  Type:   Direct-Access                      ANSI SCSI revision: 03
Detected scsi disk sda at scsi0, channel 0, id 0, lun 0
ncr53c876-0-<1,*>: FAST-20 WIDE SCSI 40.0 MB/s (50 ns, offset 15)
  Vendor: COMPAQ    Model: HB00931931        Rev: 03F1
  Type:   Direct-Access                      ANSI SCSI revision: 03
Detected scsi disk sdb at scsi0, channel 0, id 1, lun 0

> And what about getting drive capacity in MB rather than blocks?

# df -m
or
# df -h

-- 
Ed Wilts, Mounds View, MN, USA
mailto:[EMAIL PROTECTED]
Member #1, Red Hat Community Ambassador Program



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to