<?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>Person @ CREATIVEDESK &#187; cat</title>
	<atom:link href="http://hardik.in/tag/cat/feed/" rel="self" type="application/rss+xml" />
	<link>http://hardik.in</link>
	<description>Hardik Dalwadi</description>
	<lastBuildDate>Fri, 06 Jan 2012 10:04:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Quickest Way To Create ISO Image in GNU/Linux Using Command Line</title>
		<link>http://hardik.in/2009/06/25/quickest-way-to-create-iso-image-in-gnulinux-using-command-line/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://hardik.in/2009/06/25/quickest-way-to-create-iso-image-in-gnulinux-using-command-line/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 18:34:38 +0000</pubDate>
		<dc:creator>Hardik Dalwadi</dc:creator>
				<category><![CDATA[Archives]]></category>
		<category><![CDATA[GNU / Linux]]></category>
		<category><![CDATA[Time Pass]]></category>
		<category><![CDATA[cat]]></category>
		<category><![CDATA[dd]]></category>
		<category><![CDATA[Image]]></category>
		<category><![CDATA[ISO]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>

		<guid isPermaLink="false">http://hardik.in/?p=30</guid>
		<description><![CDATA[I am assuming that you have mount CDROM on your GNU/Linux base machine, now you want to create ISO image of that CD. Generally people will do that using a dd command. person@CREATIVEDESK:/$ dd if=/dev/cdrom of=deepOfix.iso You can do same thing by using cat person@CREATIVEDESK:/$ cat /dev/cdrom > deepOfix.iso That&#8217;s all for now&#8230;]]></description>
			<content:encoded><![CDATA[<p><cite>I am assuming that you have mount CDROM on your GNU/Linux base<br />
machine, now you want to create ISO image of that CD. Generally people<br />
will do that using a <a href="http://en.wikipedia.org/wiki/Dd_(Unix)">dd</a> command.<br />
</cite></p>
<pre>
person@CREATIVEDESK:/$ dd if=/dev/cdrom of=deepOfix.iso
</pre>
<p>You can do same thing by using  <a href="http://en.wikipedia.org/wiki/Cat_(Unix)">cat</a></p>
<pre>
person@CREATIVEDESK:/$ cat /dev/cdrom > deepOfix.iso
</pre>
<p>That&#8217;s all for now&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://hardik.in/2009/06/25/quickest-way-to-create-iso-image-in-gnulinux-using-command-line/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

