<?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>Am!NeS0Ft's blog &#187; Create an .iso from anything in Ubuntu Linux</title>
	<atom:link href="http://aminesoft.wordpress.com/tag/create-an-iso-from-anything-in-ubuntu-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://aminesoft.wordpress.com</link>
	<description>linux / unix / 3d / mac OS</description>
	<lastBuildDate>Mon, 21 Dec 2009 12:02:50 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='aminesoft.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/38a17e10ee7c245db760461859c24010?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Am!NeS0Ft's blog &#187; Create an .iso from anything in Ubuntu Linux</title>
		<link>http://aminesoft.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://aminesoft.wordpress.com/osd.xml" title="Am!NeS0Ft&#8217;s blog" />
		<item>
		<title>Create an .iso from anything in Ubuntu Linux</title>
		<link>http://aminesoft.wordpress.com/2009/03/22/create-an-iso-from-anything-in-ubuntu-linux/</link>
		<comments>http://aminesoft.wordpress.com/2009/03/22/create-an-iso-from-anything-in-ubuntu-linux/#comments</comments>
		<pubDate>Sun, 22 Mar 2009 18:29:28 +0000</pubDate>
		<dc:creator>abdessmed mohamed amine</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[linux security]]></category>
		<category><![CDATA[Create an .iso from anything in Ubuntu Linux]]></category>

		<guid isPermaLink="false">http://aminesoft.wordpress.com/?p=235</guid>
		<description><![CDATA[
The Ubuntu Guide web site runs down how to turn your CDs/DVDs and folders into .iso disk images. The process even demonstrates how to create your own MD5 checksum files. This surprisingly simple process makes it easy to create digital backups of all those installation CDs you&#8217;ve accumulated.
Creating an .iso image can be useful when [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aminesoft.wordpress.com&blog=3705654&post=235&subd=aminesoft&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><div class="contentbody">
<p><img class="alignleft size-full wp-image-345" title="20080930-Nuvola-inspired_File_Icons_for_MediaWiki-fileicon-iso" src="http://aminesoft.files.wordpress.com/2009/03/20080930-nuvola-inspired_file_icons_for_mediawiki-fileicon-iso.png?w=120&#038;h=120" alt="20080930-Nuvola-inspired_File_Icons_for_MediaWiki-fileicon-iso" width="120" height="120" />The Ubuntu Guide web site runs down how to turn your CDs/DVDs and folders into .iso disk images. The process even demonstrates how to create your own MD5 checksum files. This surprisingly simple process makes it easy to create digital backups of all those installation CDs you&#8217;ve accumulated.</p>
<p>Creating an .iso image can be useful when you want to mount an image in VMWare and install software or updates. Just point to the directory and execute the command, before you know it you&#8217;ll have a nice solid iso image to mount to your hearts content.</p>
<p>Although the process is specific to Ubuntu, you can follow the same tutorial to create .iso and MD5 checksum files in any distro.</p>
<p>Read on to learn how to create your very own .iso images using Ubuntu Linux.</p>
<p><a name="more"></a><strong>Turn a CD/DVD into an .iso</strong></p>
<pre>sudo umount /dev/cdrom</pre>
<pre>dd if=/dev/cdrom of=file.iso bs=1024</pre>
<p><strong>Turn a folder into an .iso</strong></p>
<pre>mkisofs -r -o file.iso /location_of_folder/</pre>
<p><strong>Generate an MD5 checksum file</strong></p>
<pre>md5sum file.iso &gt; file.iso.md5</pre>
</div>
Posted in Linux, linux security Tagged: Create an .iso from anything in Ubuntu Linux <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aminesoft.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aminesoft.wordpress.com/235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aminesoft.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aminesoft.wordpress.com/235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aminesoft.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aminesoft.wordpress.com/235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aminesoft.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aminesoft.wordpress.com/235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aminesoft.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aminesoft.wordpress.com/235/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aminesoft.wordpress.com&blog=3705654&post=235&subd=aminesoft&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://aminesoft.wordpress.com/2009/03/22/create-an-iso-from-anything-in-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b5b8cdacaf198c942a572c9b3b672c56?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Am!n3s0fT</media:title>
		</media:content>

		<media:content url="http://aminesoft.files.wordpress.com/2009/03/20080930-nuvola-inspired_file_icons_for_mediawiki-fileicon-iso.png" medium="image">
			<media:title type="html">20080930-Nuvola-inspired_File_Icons_for_MediaWiki-fileicon-iso</media:title>
		</media:content>
	</item>
	</channel>
</rss>