<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Using dd to write disk images to CompactFlash disks and floppies under Mac OS X</title>
	<atom:link href="http://www.geekprojects.org/2008/02/using-dd-to-write-disk-images-to-compactflash-and-floppy-superdisk-under-mac-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.geekprojects.org/2008/02/using-dd-to-write-disk-images-to-compactflash-and-floppy-superdisk-under-mac-os-x/</link>
	<description>A Linux Sysadmin</description>
	<lastBuildDate>Thu, 17 Dec 2009 21:36:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: rschmutz</title>
		<link>http://www.geekprojects.org/2008/02/using-dd-to-write-disk-images-to-compactflash-and-floppy-superdisk-under-mac-os-x/comment-page-1/#comment-11</link>
		<dc:creator>rschmutz</dc:creator>
		<pubDate>Tue, 23 Dec 2008 20:27:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.geekprojects.org/2008/02/23/using-dd-to-write-disk-images-to-compactflash-and-floppy-superdisk-under-mac-os-x/#comment-11</guid>
		<description>...sorry hit &quot;submit&quot; too early :)

if you are using the Terminal/shell anyway, you may skip steps 3, 4, 5 and 6... in Terminal/shell enter:

  mount # check the output for target volume
  sudo diskutil unmount /dev/diskx # use device-path as reported by mount
  sudo dd if=image.img of=/dev/diskx bs=64k 

dd... bs=64k: blocksize 64k speeds up things considerably (on most unixes, that is... experiment with other block-size if you encounter problems)</description>
		<content:encoded><![CDATA[<p>&#8230;sorry hit &#8220;submit&#8221; too early <img src='http://www.geekprojects.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>if you are using the Terminal/shell anyway, you may skip steps 3, 4, 5 and 6&#8230; in Terminal/shell enter:</p>
<p>  mount # check the output for target volume<br />
  sudo diskutil unmount /dev/diskx # use device-path as reported by mount<br />
  sudo dd if=image.img of=/dev/diskx bs=64k </p>
<p>dd&#8230; bs=64k: blocksize 64k speeds up things considerably (on most unixes, that is&#8230; experiment with other block-size if you encounter problems)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rschmutz</title>
		<link>http://www.geekprojects.org/2008/02/using-dd-to-write-disk-images-to-compactflash-and-floppy-superdisk-under-mac-os-x/comment-page-1/#comment-10</link>
		<dc:creator>rschmutz</dc:creator>
		<pubDate>Tue, 23 Dec 2008 20:20:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.geekprojects.org/2008/02/23/using-dd-to-write-disk-images-to-compactflash-and-floppy-superdisk-under-mac-os-x/#comment-10</guid>
		<description>Step 3) can be skipped by using the following command in Terminal/shell just before the sudo dd:

sudo diskutil unmount /dev/diskx</description>
		<content:encoded><![CDATA[<p>Step 3) can be skipped by using the following command in Terminal/shell just before the sudo dd:</p>
<p>sudo diskutil unmount /dev/diskx</p>
]]></content:encoded>
	</item>
</channel>
</rss>
