1830936 Members
1936 Online
110017 Solutions
New Discussion

Re: Disk info

 
SOLVED
Go to solution
Abdul Ali_1
Occasional Advisor

Disk info

Does redhat 7 have a command like hpux ioscan to show you what disk are in the system
2 REPLIES 2
George_Dodds
Honored Contributor
Solution

Re: Disk info

Hi abdul
The simplest way to check for the disks is in the /proc directory



George_Dodds
Honored Contributor

Re: Disk info

For info on scsi disks
cat /proc/scsi/scsi

ide disks you can try
sbin/hdparm -i /dev/hda

Hope this helps