Results 1 to 2 of 2
i want to know my harddisk the serial number,how can i do
thank you...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-02-2005 #1Just Joined!
- Join Date
- Feb 2005
- Posts
- 2
how can i do to read the harddisk serial number?
i want to know my harddisk the serial number,how can i do
thank you
- 03-02-2005 #2Linux Enthusiast
- Join Date
- Feb 2005
- Location
- SE, Stockholm
- Posts
- 512
Is your friend here!Code:hdparm -i <device>
However, be very very carefull with this command.
Some options could really damage your drive!
This is an example from my hard drive information
Code:harrier:/proc # hdparm -i /dev/hda /dev/hda: Model=FUJITSU MHT2040AT, FwRev=0022, SerialNo=NN7AT491DP4N Config={ HardSect NotMFM HdSw>15uSec Fixed DTR>10Mbs } RawCHS=16383/16/63, TrkSize=0, SectSize=0, ECCbytes=4 BuffType=DualPortCache, BuffSize=2048kB, MaxMultSect=16, MultSect=16 CurCHS=16383/16/63, CurSects=16514064, LBA=yes, LBAsects=78140160 IORDY=yes, tPIO={min:240,w/IORDY:120}, tDMA={min:120,rec:120} PIO modes: pio0 pio1 pio2 pio3 pio4 DMA modes: mdma0 mdma1 mdma2 UDMA modes: udma0 udma1 udma2 udma3 udma4 *udma5 AdvancedPM=yes: mode=0x80 (128) WriteCache=enabled Drive conforms to: ATA/ATAPI-6 T13 1410D revision 3a: * signifies the current active mode


Reply With Quote
