On Tue, 28 Jun 2005, Kushal Koolwal wrote: > Hi, > > Well hdparm works for only some of the options. > it works fine when I give the following commands: > > #hdparm /dev/sda > #hdparm -tT /dev/sda > > but when I give the command for retrieving information: > > #hdparm -i /dev/sda > or > #hdparm -I /dev/sda > > I get the following error message: > /dev/sda: > HDIO_DRIVE_CMD(identify) failed: Invalid argument > > Any ideas?
Isn't that exactly what you should expect? hdparm does the timing test, which is what you asked about originally. The information retrieval involves sending ATA commands over a non-ATA transport, so of course it won't work. Alan Stern ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ [email protected] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
