<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>DD on Thaddeus Koenig</title><link>https://www.thaddeuskoenig.com/tags/dd/</link><description>Recent content in DD on Thaddeus Koenig</description><generator>Hugo</generator><language>en-US</language><copyright>© 2026 Thaddeus Koenig</copyright><lastBuildDate>Thu, 16 Jan 2025 06:06:24 -0500</lastBuildDate><atom:link href="https://www.thaddeuskoenig.com/tags/dd/index.xml" rel="self" type="application/rss+xml"/><item><title>Testing Drive Read/Write Speed Via Terminal</title><link>https://www.thaddeuskoenig.com/blog/00_legacy_testing_drive_read_write/</link><pubDate>Thu, 23 Nov 2023 00:00:00 -0500</pubDate><guid>https://www.thaddeuskoenig.com/blog/00_legacy_testing_drive_read_write/</guid><description>&lt;p&gt;Just a quick example of how to use dd to test drive read/write speed. NOTE: Dont do this a lot or you could shorten the live of your drive since youre making arbitrary writes.&lt;/p&gt;
&lt;h2 id="reading"&gt;Reading&lt;a href="#reading" class="post-heading__anchor" aria-hidden="true"&gt;#&lt;/a&gt;
&lt;/h2&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;sudo dd if=/dev/zero of=/tmp/test.img bs=1G count=1 oflag=dsync
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;This command will write 1G of zeros to an arbitrary file of your choosing. Feel free to delete it when you&amp;rsquo;re done.&lt;/p&gt;
&lt;p&gt;Your output will look a little like this.&lt;/p&gt;</description></item></channel></rss>