<?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>k3mist™ &#187; create iso</title>
	<atom:link href="http://k3mist.com/tag/create-iso/feed/" rel="self" type="application/rss+xml" />
	<link>http://k3mist.com</link>
	<description>Development, Design &#38; System Administration</description>
	<lastBuildDate>Sat, 12 Sep 2009 15:40:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Create ISO/Disk Image from DVD/CDROM on Linux</title>
		<link>http://k3mist.com/linux/create-iso-disk-image-from-dvd-cdrom-on-linux/</link>
		<comments>http://k3mist.com/linux/create-iso-disk-image-from-dvd-cdrom-on-linux/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 15:01:36 +0000</pubDate>
		<dc:creator>k3mist</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[create disk image]]></category>
		<category><![CDATA[create iso]]></category>
		<category><![CDATA[dd]]></category>

		<guid isPermaLink="false">http://k3mist.com/?p=97</guid>
		<description><![CDATA[<p>This is a quick guide to creating an ISO/Disk Image on Linux from your DVD or CDROM drive.<br />
<span id="more-97"></span><br />
Insert the dvd/cd into your optical reader drive (obviously ;p)</p>
<p>If it is automatically mounted, you will need to unmount it. On my laptop, my dvd drive is /dev/sr0. </p>
<p>To figure out what device it is, you can always mount the device or if it is already mounted, type<br />
<code>cat /etc/mtab | grep udf</code>.</p>
<p>To create the iso/disk image, the device must not be mounted. To unmount your DVD drive/CDROM drive;<br />
<code>#DVD Drive<br />
sudo umount /dev/sr0<br />
#CDRom Drive<br />
sudo umount /dev/cdrom</code></p>
<p>Now, we will copy the raw data from the dvd/cd to a disk image using the dd command. The dd command stands for &#8220;dataset definition&#8221; but I like to personally remember it by &#8220;data dump&#8221;. </p>
<p><strong style="color:red;">Be VERY careful using dd, one mistake can make a hard drive completely unusable. Caution is advised.</strong> Lot&#8217;s of useful information on dd can be found on the <a href="http://en.wikipedia.org/wiki/Dd_(Unix)" target="_blank">wikipedia</a>.</p>
<p>Now for the command;<br />
<code>dd if=/dev/sr0 of=/home/user/diskimage.iso</code></p>
<p>This will copy the raw data from /dev/sr0 (DVD drive) to the file /home/user/diskimage.iso</p>
]]></description>
			<content:encoded><![CDATA[<p>This is a quick guide to creating an ISO/Disk Image on Linux from your DVD or CDROM drive.<br />
<span id="more-97"></span><br />
Insert the dvd/cd into your optical reader drive (obviously ;p)</p>
<p>If it is automatically mounted, you will need to unmount it. On my laptop, my dvd drive is /dev/sr0. </p>
<p>To figure out what device it is, you can always mount the device or if it is already mounted, type<br />
<code>cat /etc/mtab | grep udf</code>.</p>
<p>To create the iso/disk image, the device must not be mounted. To unmount your DVD drive/CDROM drive;<br />
<code>#DVD Drive<br />
sudo umount /dev/sr0<br />
#CDRom Drive<br />
sudo umount /dev/cdrom</code></p>
<p>Now, we will copy the raw data from the dvd/cd to a disk image using the dd command. The dd command stands for &#8220;dataset definition&#8221; but I like to personally remember it by &#8220;data dump&#8221;. </p>
<p><strong style="color:red;">Be VERY careful using dd, one mistake can make a hard drive completely unusable. Caution is advised.</strong> Lot&#8217;s of useful information on dd can be found on the <a href="http://en.wikipedia.org/wiki/Dd_(Unix)" target="_blank">wikipedia</a>.</p>
<p>Now for the command;<br />
<code>dd if=/dev/sr0 of=/home/user/diskimage.iso</code></p>
<p>This will copy the raw data from /dev/sr0 (DVD drive) to the file /home/user/diskimage.iso</p>
]]></content:encoded>
			<wfw:commentRss>http://k3mist.com/linux/create-iso-disk-image-from-dvd-cdrom-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
