You wrote:" I'm specifically trying to find hard disk details."
If you're using classic IDE ATA hard-disks you can obtain all informations about disk with command line
hard-disk tool hdparm. Make sure to install your linux distro specific hdparm package and run it.
When you type:
hdparm -i /dev/hda
it gives you all information read directly from hard-disk chip.
hdparm - get/set ATA/SATA drive parameters under Linux
==========================
This is example hdparm -i /dev/hda I've got from my hard-disk:
Model=ST3100011A , FwRev=3.02 , SerialNo= 4LH1200K
Config={ HardSect NotMFM HdSw>15uSec Fixed DTR>10Mbs RotSpdTol>.5% }
RawCHS=16383/16/63, TrkSize=0, SectSize=0, ECCbytes=4
BuffType=unknown, BuffSize=2048kB, MaxMultSect=16, MultSect=?16?
CurCHS=16383/16/63, CurSects=16514064, LBA=yes, LBAsects=195371568
IORDY=on/off, tPIO={min:240,w/IORDY:120}
PIO modes: pio0 pio1 pio2 pio3 pio4
DMA modes: mdma0 mdma1 mdma2
UDMA modes: udma0 udma1 udma2 udma3 udma4 *udma5 udma3 udma4 *udma5
AdvancedPM=no WriteCache=enabled
Drive conforms to: ATA/ATAPI-6 T13 1410D revision 2: ATA/ATAPI-1 ATA/ATAPI-2 ATA/ATAPI-3 ATA/ATAPI-4 ATA/ATAPI-5 ATA/ATAPI-6
* signifies the current active mode
==========================
In case you have SCSI disks you can obtain program similar to hdparm and its name is sdparm .
http://sg.torque.net/sg/sd
Main Topics
Browse All Topics





by: sparkmakerPosted on 2007-06-17 at 10:44:05ID: 19302903
http://en.wikipedia.org/wi ki/Dmesg