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
Printable View
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
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.
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/