<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>x83.net &#187; dd</title>
	<atom:link href="http://www.x83.net/tag/dd/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.x83.net</link>
	<description></description>
	<lastBuildDate>Sat, 24 Jul 2010 09:50:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Create a bootable USB</title>
		<link>http://www.x83.net/create-a-bootable-usb/</link>
		<comments>http://www.x83.net/create-a-bootable-usb/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 03:26:59 +0000</pubDate>
		<dc:creator>Giany</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Redhat]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[dd]]></category>
		<category><![CDATA[fdisk]]></category>
		<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://www.x83.net/?p=174</guid>
		<description><![CDATA[Try to download a diskboot.img, something like :
http://mirror.stanford.edu/yum/pub/centos/5.3/os/x86_64/images/diskboot.img
Then:
fdisk /dev/sdc
mkfs.ext3 /dev/sdc
dd if=diskboot.img of=/dev/sdc

Note:be sure that the usb is unmounted.
]]></description>
			<content:encoded><![CDATA[<p>Try to download a diskboot.img, something like :</p>
<p>http://mirror.stanford.edu/yum/pub/centos/5.3/os/x86_64/images/diskboot.img</p>
<p>Then:</p>
<blockquote><p>fdisk /dev/sdc<br />
mkfs.ext3 /dev/sdc<br />
dd if=diskboot.img of=/dev/sdc
</p></blockquote>
<p>Note:be sure that the usb is unmounted.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.x83.net/create-a-bootable-usb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recover flash</title>
		<link>http://www.x83.net/recover-flash/</link>
		<comments>http://www.x83.net/recover-flash/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 03:51:56 +0000</pubDate>
		<dc:creator>Giany</dc:creator>
				<category><![CDATA[Juniper]]></category>
		<category><![CDATA[dd]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[recover]]></category>

		<guid isPermaLink="false">http://www.x83.net/blog/?p=67</guid>
		<description><![CDATA[
dd if=/dev/zero of=/dev/rad3 count=20
dd if=install-media-5.4R3.2-domestic of=/dev/rad3 bs=64k

]]></description>
			<content:encoded><![CDATA[<pre>
dd if=/dev/zero of=/dev/rad3 count=20
dd if=install-media-5.4R3.2-domestic of=/dev/rad3 bs=64k
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.x83.net/recover-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
