<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Dushan888- Technology &#38; FOSS for Humans &#187; creating .iso</title>
	<atom:link href="http://dushan888.wordpress.com/tag/creating-iso/feed/" rel="self" type="application/rss+xml" />
	<link>http://dushan888.wordpress.com</link>
	<description>Technology &#38; FOSS for Humans!</description>
	<lastBuildDate>Fri, 25 Dec 2009 15:27:07 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='dushan888.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/8261350af7612de99794c0b1aa067da4?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Dushan888- Technology &#38; FOSS for Humans &#187; creating .iso</title>
		<link>http://dushan888.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://dushan888.wordpress.com/osd.xml" title="Dushan888- Technology &amp; FOSS for Humans" />
		<item>
		<title>Creating .iso Files</title>
		<link>http://dushan888.wordpress.com/2008/12/16/creating-iso-files/</link>
		<comments>http://dushan888.wordpress.com/2008/12/16/creating-iso-files/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 02:51:58 +0000</pubDate>
		<dc:creator>Dushi</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[creating .iso]]></category>
		<category><![CDATA[dushan888]]></category>
		<category><![CDATA[dushi]]></category>
		<category><![CDATA[iso]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://dushan888.wordpress.com/?p=165</guid>
		<description><![CDATA[Its kind a cool to create .iso images in Linux because it don&#8217;t require any special software to do it. All you have to do is to handle some commands in CLI. So put your CD/DVD into the ROM and open up the terminal/konsole. I ll  show 3 methods to do this,
method 0.
              This is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dushan888.wordpress.com&blog=3513735&post=165&subd=dushan888&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">Its kind a cool to create .iso images in Linux because it don&#8217;t require any special software to do it. All you have to do is to handle some commands in CLI. So put your CD/DVD into the ROM and open up the terminal/konsole. I ll<span>  </span>show 3 methods to do this,</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">method 0.</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">              This is my favorite! Follow the code <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </span></p>
<p><span style="font-family:Times New Roman;"><span style="font-size:12pt;font-family:&quot;"><strong>&#8216;dd&#8217; </strong></span><span style="font-size:12pt;font-family:&quot;">means disk dump. Actually this has to be &#8216;convert and copy&#8217;, but <strong>&#8216;cc&#8217; </strong>is already using in gnu <span>   </span>compiler collection so they are using &#8216;dd&#8217;. &#8216;<strong>if</strong>&#8216; and &#8216;<strong>of</strong>&#8216; stands for input file and output file.</span></span>This method makes the .iso file at your &#8216;/home&#8217; directory by its default. I think this is the easiest way to finish the job.</p>
<dl class="wp-caption aligncenter">
<dt class="wp-caption-dt"><img class="size-full wp-image-166" title="Method 0" src="http://dushan888.files.wordpress.com/2008/12/pic11.png?w=457&#038;h=93" alt="Method 0" width="457" height="93" /></dt>
<dd class="wp-caption-dd">Method 0</dd>
</dl>
<p> </p>
<p class="mceTemp mceIEcenter" style="text-align:left;"> <span style="font-family:Times New Roman;"><span style="font-size:12pt;font-family:&quot;">method 1.</span></span></p>
<p class="MsoNormal" style="margin:0;">               If your going to use this method first you should have to unmount your optical drive</p>
<p class="MsoNormal" style="margin:0;"> </p>
<div id="attachment_173" class="wp-caption aligncenter" style="width: 397px"><img class="size-full wp-image-173" title="Method" src="http://dushan888.files.wordpress.com/2008/12/pic22.png?w=387&#038;h=91" alt="Method" width="387" height="91" /><p class="wp-caption-text">Method</p></div>
<p> </p>
<p class="MsoNormal" style="margin:0;">method 2.</p>
<p class="MsoNormal" style="margin:0;"><strong>              mkisofs -o /path_to_.iso_file /path_to_optical_drive</strong></p>
<p class="MsoNormal" style="margin:0;">So this is it. There can be many other ways to create .iso files. Thats because GNU/Linux means &#8216;choice of options&#8217;. Enjoy&#8230;..!<span>  </span></p>
<p> </p>
<p class="MsoNormal" style="margin:0;"> </p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dushan888.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dushan888.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dushan888.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dushan888.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dushan888.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dushan888.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dushan888.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dushan888.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dushan888.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dushan888.wordpress.com/165/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dushan888.wordpress.com&blog=3513735&post=165&subd=dushan888&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dushan888.wordpress.com/2008/12/16/creating-iso-files/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8cc9ef6d86394a37e85e624071a8e34c?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Dushi</media:title>
		</media:content>

		<media:content url="http://dushan888.files.wordpress.com/2008/12/pic11.png" medium="image">
			<media:title type="html">Method 0</media:title>
		</media:content>

		<media:content url="http://dushan888.files.wordpress.com/2008/12/pic22.png" medium="image">
			<media:title type="html">Method</media:title>
		</media:content>
	</item>
	</channel>
</rss>