<?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/"
	xmlns:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: Linux creating CD-ROM ISO image</title>
	<atom:link href="http://www.cyberciti.biz/tips/linux-creating-cd-rom-iso-image.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cyberciti.biz/tips/linux-creating-cd-rom-iso-image.html</link>
	<description>This is a Linux sys admin journal by Vivek about sys admin work, Linux tips &#38; tricks, hacks, news and more.</description>
	<lastBuildDate>Sat, 20 Mar 2010 00:34:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: leroy</title>
		<link>http://www.cyberciti.biz/tips/linux-creating-cd-rom-iso-image.html#comment-153529</link>
		<dc:creator>leroy</dc:creator>
		<pubDate>Mon, 15 Feb 2010 03:44:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/linux-creating-cd-rom-iso-image.html#comment-153529</guid>
		<description>I have a Dual booted pc (Linux/XP)   I would like to take the Windows XP partition and create an ISO for a VM.    Is it possible?   I expect when XP wakes up in a VM environment there might be a few problems with hardware recognition but that can be addressed later.</description>
		<content:encoded><![CDATA[<p>I have a Dual booted pc (Linux/XP)   I would like to take the Windows XP partition and create an ISO for a VM.    Is it possible?   I expect when XP wakes up in a VM environment there might be a few problems with hardware recognition but that can be addressed later.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adso</title>
		<link>http://www.cyberciti.biz/tips/linux-creating-cd-rom-iso-image.html#comment-150479</link>
		<dc:creator>Adso</dc:creator>
		<pubDate>Wed, 02 Sep 2009 23:33:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/linux-creating-cd-rom-iso-image.html#comment-150479</guid>
		<description>It works, thanks!</description>
		<content:encoded><![CDATA[<p>It works, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: José Roberto</title>
		<link>http://www.cyberciti.biz/tips/linux-creating-cd-rom-iso-image.html#comment-150311</link>
		<dc:creator>José Roberto</dc:creator>
		<pubDate>Sun, 23 Aug 2009 07:57:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/linux-creating-cd-rom-iso-image.html#comment-150311</guid>
		<description>I didn&#039;t know i could do this directly :P

I used to do:
dd if=/dev/cdrom1 of=./image.img
img2iso image.img image.iso

Thank you! :D</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t know i could do this directly :P</p>
<p>I used to do:<br />
dd if=/dev/cdrom1 of=./image.img<br />
img2iso image.img image.iso</p>
<p>Thank you! :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin M. Strozykowski</title>
		<link>http://www.cyberciti.biz/tips/linux-creating-cd-rom-iso-image.html#comment-147326</link>
		<dc:creator>Benjamin M. Strozykowski</dc:creator>
		<pubDate>Thu, 19 Feb 2009 11:52:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/linux-creating-cd-rom-iso-image.html#comment-147326</guid>
		<description>This just made my day, thank you.  For some reason, Brasero wouldn&#039;t copy the cd, but dd did it without error.

Thank you very much!</description>
		<content:encoded><![CDATA[<p>This just made my day, thank you.  For some reason, Brasero wouldn&#8217;t copy the cd, but dd did it without error.</p>
<p>Thank you very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iceblox</title>
		<link>http://www.cyberciti.biz/tips/linux-creating-cd-rom-iso-image.html#comment-145348</link>
		<dc:creator>iceblox</dc:creator>
		<pubDate>Thu, 23 Oct 2008 13:52:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/linux-creating-cd-rom-iso-image.html#comment-145348</guid>
		<description>You better add some blocksize parameter using bs=$something or it will take quite a while...</description>
		<content:encoded><![CDATA[<p>You better add some blocksize parameter using bs=$something or it will take quite a while&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aatch</title>
		<link>http://www.cyberciti.biz/tips/linux-creating-cd-rom-iso-image.html#comment-142376</link>
		<dc:creator>Aatch</dc:creator>
		<pubDate>Sun, 06 Jan 2008 11:09:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/linux-creating-cd-rom-iso-image.html#comment-142376</guid>
		<description>This has cemented my love of *nix. I already knew that you could mount disk images using &lt;code&gt;mount&lt;/code&gt;, but the using of &lt;code&gt;dd&lt;/code&gt; to make a disk image. That was the best bit. I have the need to make alot of images, for various reasons. And its faster than on windows. (In my experience anyway).</description>
		<content:encoded><![CDATA[<p>This has cemented my love of *nix. I already knew that you could mount disk images using <code>mount</code>, but the using of <code>dd</code> to make a disk image. That was the best bit. I have the need to make alot of images, for various reasons. And its faster than on windows. (In my experience anyway).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.170 seconds -->
<!-- Cached page served by WP-Cache -->
