Results 1 to 3 of 3
Hi,
Can anybody give the command which gives Harddisk details like Mode, Size, Interface type, totoal cylinders, totoal heads, totoal sector etc...
Regds,
Venu.G...
- 04-28-2005 #1Just Joined!
- Join Date
- Apr 2005
- Location
- Bangalore
- Posts
- 4
linux command to know hard disk details
Hi,
Can anybody give the command which gives Harddisk details like Mode, Size, Interface type, totoal cylinders, totoal heads, totoal sector etc...
Regds,
Venu.G
- 04-28-2005 #2Linux Engineer
- Join Date
- Mar 2005
- Location
- Where my hat is
- Posts
- 765
About the best you're going to get is fdisk -l
You'll get most of the info you're looking for. The command must be run as root.Registered Linux user #384279
Vector Linux SOHO 6 / Vector Linux 7 RC 3.4
- 04-28-2005 #3
hdparm is what you're looking for
Screenshot: http://web01.slackhost.net/~admin74/pictures/hdparm.pngCode:hdparm -I /dev/hda
you need to be root to use it, if you don't have it you can get it here
http://sourceforge.net/projects/hdparm/


Reply With Quote