<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.christophchamp.com/index.php?action=history&amp;feed=atom&amp;title=Hdparm</id>
		<title>Hdparm - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.christophchamp.com/index.php?action=history&amp;feed=atom&amp;title=Hdparm"/>
		<link rel="alternate" type="text/html" href="http://wiki.christophchamp.com/index.php?title=Hdparm&amp;action=history"/>
		<updated>2026-04-15T05:19:03Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.26.2</generator>

	<entry>
		<id>http://wiki.christophchamp.com/index.php?title=Hdparm&amp;diff=3894&amp;oldid=prev</id>
		<title>Christoph at 03:38, 4 May 2007</title>
		<link rel="alternate" type="text/html" href="http://wiki.christophchamp.com/index.php?title=Hdparm&amp;diff=3894&amp;oldid=prev"/>
				<updated>2007-05-04T03:38:16Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''hdparm''' provides a [[:Category:Linux Command Line Tools|command line interface]] to various hard disk ioctls supported by the stock [[Linux]] ATA/IDE device driver subsystem. Some options may work correctly only with the latest [[kernel]]s. For best results, compile hdparm with the include files from the latest kernel source code.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
*Syntax/synopsis:&lt;br /&gt;
 hdparm [ flags ] [device] ..&lt;br /&gt;
&lt;br /&gt;
===Example usage===&lt;br /&gt;
 % hdparm -t -T /dev/hdc  # HDD benchmark&lt;br /&gt;
   /dev/hdc:&lt;br /&gt;
   Timing buffer-cache reads:   1652 MB in  2.00 seconds = 836.00 MB/sec&lt;br /&gt;
   Timing buffered disk reads:  198 MB in  3.01 seconds =  36.08 MB/sec&lt;br /&gt;
&lt;br /&gt;
===Options===&lt;br /&gt;
When no flags are given, &amp;lt;code&amp;gt;-acdgkmnru&amp;lt;/code&amp;gt; is assumed. See man page for details.&lt;br /&gt;
&lt;br /&gt;
==Seeker==&lt;br /&gt;
''Note: The following is from [http://www.linuxinsight.com/how_fast_is_your_disk.html How fast is your disk?].''&lt;br /&gt;
&lt;br /&gt;
 % gcc -O2 seeker.c -o seeker&lt;br /&gt;
or if you're lazy or don't have compiler at hand, you can also download the binary below. Then run it like this:&lt;br /&gt;
&lt;br /&gt;
 % seeker /dev/hda&lt;br /&gt;
&lt;br /&gt;
Just like hdparm, it needs superuser privileges to access the raw disk device. The output looks like this:&lt;br /&gt;
 Seeker v2.0, 2007-01-15, http://www.linuxinsight.com/how_fast_is_your_disk.html&lt;br /&gt;
 Benchmarking /dev/sda [17501MB], wait 30 seconds..............................&lt;br /&gt;
 Results: 167 seeks/second, 5.95 ms random access time&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[http://www.t13.org/ Technical Committee T13 ATA Attachment]&lt;br /&gt;
*[http://www.serialata.org/ Serial ATA International Organization]&lt;br /&gt;
&lt;br /&gt;
[[Category:Linux Command Line Tools]]&lt;/div&gt;</summary>
		<author><name>Christoph</name></author>	</entry>

	</feed>