<?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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: Verify a burned CD/DVD image on Linux</title>
	<atom:link href="http://www.g-loaded.eu/2006/10/07/verify-a-burned-cddvd-image-on-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.g-loaded.eu/2006/10/07/verify-a-burned-cddvd-image-on-linux/</link>
	<description>An open-source software and technology related journal</description>
	<lastBuildDate>Sun, 28 Feb 2010 05:55:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: GNot</title>
		<link>http://www.g-loaded.eu/2006/10/07/verify-a-burned-cddvd-image-on-linux/#comment-6470</link>
		<dc:creator>GNot</dc:creator>
		<pubDate>Tue, 20 Feb 2007 07:21:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2006/10/07/verify-a-burned-cddvd-image-on-linux/#comment-6470</guid>
		<description>That would be a nice idea! Msg me to add a link whenever or if it happens :-)

Also, thanks for your kind words. I am glad you have found this information helpful.</description>
		<content:encoded><![CDATA[<p>That would be a nice idea! Msg me to add a link whenever or if it happens :-)</p>
<p>Also, thanks for your kind words. I am glad you have found this information helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: taygan</title>
		<link>http://www.g-loaded.eu/2006/10/07/verify-a-burned-cddvd-image-on-linux/#comment-6429</link>
		<dc:creator>taygan</dc:creator>
		<pubDate>Sun, 18 Feb 2007 17:12:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2006/10/07/verify-a-burned-cddvd-image-on-linux/#comment-6429</guid>
		<description>Whoa, this is great!  THANK YOU!

I&#039;ve been using this info a lot, it&#039;s a well-used bookmark.  I *LOVE* pv for watching the progress.  cdck is excellent too, but I found I need dmesg *after* a cdck to check the bad sectors.  

Now just to combine everything with md5check from etree-scripts for those DVD-archives of my flac files..

Now for a frontend or script that combines the md5sum, cdck and dmesg,  uhhhh, I&#039;ll put it on the project list :)</description>
		<content:encoded><![CDATA[<p>Whoa, this is great!  THANK YOU!</p>
<p>I&#8217;ve been using this info a lot, it&#8217;s a well-used bookmark.  I *LOVE* pv for watching the progress.  cdck is excellent too, but I found I need dmesg *after* a cdck to check the bad sectors.  </p>
<p>Now just to combine everything with md5check from etree-scripts for those DVD-archives of my flac files..</p>
<p>Now for a frontend or script that combines the md5sum, cdck and dmesg,  uhhhh, I&#8217;ll put it on the project list :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luc (Fr)</title>
		<link>http://www.g-loaded.eu/2006/10/07/verify-a-burned-cddvd-image-on-linux/#comment-5446</link>
		<dc:creator>Luc (Fr)</dc:creator>
		<pubDate>Thu, 04 Jan 2007 07:57:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2006/10/07/verify-a-burned-cddvd-image-on-linux/#comment-5446</guid>
		<description>Hi!
I find another way of doing it here :
http://wiki.linuxquestions.org/wiki/Md5sum

To check the md5sum from a just burned dvd:

$ md5sum /dev/dvd

Trailing zero&#039;s and nuls at the end can change the MD5 hash. So to calculate the md5sum we need to:
1) find the size of the ISO in bytes
2) run dd with this exact size in bytes: dd if=/dev/dvd &#124; head --bytes= &#124; md5sum
So for example:

$ dd if=/dev/dvd &#124; head --bytes=3621957632 &#124; md5sum</description>
		<content:encoded><![CDATA[<p>Hi!<br />
I find another way of doing it here :<br />
<a href="http://wiki.linuxquestions.org/wiki/Md5sum" rel="nofollow">http://wiki.linuxquestions.org/wiki/Md5sum</a></p>
<p>To check the md5sum from a just burned dvd:</p>
<p>$ md5sum /dev/dvd</p>
<p>Trailing zero&#8217;s and nuls at the end can change the MD5 hash. So to calculate the md5sum we need to:<br />
1) find the size of the ISO in bytes<br />
2) run dd with this exact size in bytes: dd if=/dev/dvd | head &#8211;bytes= | md5sum<br />
So for example:</p>
<p>$ dd if=/dev/dvd | head &#8211;bytes=3621957632 | md5sum</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GNot</title>
		<link>http://www.g-loaded.eu/2006/10/07/verify-a-burned-cddvd-image-on-linux/#comment-5305</link>
		<dc:creator>GNot</dc:creator>
		<pubDate>Fri, 22 Dec 2006 11:02:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2006/10/07/verify-a-burned-cddvd-image-on-linux/#comment-5305</guid>
		<description>An excellent find! Thanks :)</description>
		<content:encoded><![CDATA[<p>An excellent find! Thanks :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dee</title>
		<link>http://www.g-loaded.eu/2006/10/07/verify-a-burned-cddvd-image-on-linux/#comment-5304</link>
		<dc:creator>dee</dc:creator>
		<pubDate>Fri, 22 Dec 2006 10:53:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2006/10/07/verify-a-burned-cddvd-image-on-linux/#comment-5304</guid>
		<description>A handy tool for md5sums is md5deep ( http://md5deep.sourceforge.net/ )
I usually generate quickly a list of md5sums with it and I include it in the medium. Not exactly what you are trying to achieve, but a handy utility nevertheless.</description>
		<content:encoded><![CDATA[<p>A handy tool for md5sums is md5deep ( <a href="http://md5deep.sourceforge.net/" rel="nofollow">http://md5deep.sourceforge.net/</a> )<br />
I usually generate quickly a list of md5sums with it and I include it in the medium. Not exactly what you are trying to achieve, but a handy utility nevertheless.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GNot</title>
		<link>http://www.g-loaded.eu/2006/10/07/verify-a-burned-cddvd-image-on-linux/#comment-5238</link>
		<dc:creator>GNot</dc:creator>
		<pubDate>Mon, 18 Dec 2006 13:23:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2006/10/07/verify-a-burned-cddvd-image-on-linux/#comment-5238</guid>
		<description>Hi Dan. Thanks for this piece of info. I almost always use the &quot;cat FILE &#124; md5sum&quot; form but I didn&#039;t know that there were md5sum builds around without large file support.</description>
		<content:encoded><![CDATA[<p>Hi Dan. Thanks for this piece of info. I almost always use the &#8220;cat FILE | md5sum&#8221; form but I didn&#8217;t know that there were md5sum builds around without large file support.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.g-loaded.eu/2006/10/07/verify-a-burned-cddvd-image-on-linux/#comment-5189</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Sun, 10 Dec 2006 22:38:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2006/10/07/verify-a-burned-cddvd-image-on-linux/#comment-5189</guid>
		<description>Regarding &quot;cat FILE &#124; md5sum&quot; vs. &quot;md5sum FILE&quot;:
I also use the first one as it happens that some md5sum version have a problem with the 2 GB file limit (basically not giving all needed options to the open() call). So given DVD ISO images are mostly larger than 2 GB one can bypass this error by letting cat do the open/reading and stream the result into md5sum.</description>
		<content:encoded><![CDATA[<p>Regarding &#8220;cat FILE | md5sum&#8221; vs. &#8220;md5sum FILE&#8221;:<br />
I also use the first one as it happens that some md5sum version have a problem with the 2 GB file limit (basically not giving all needed options to the open() call). So given DVD ISO images are mostly larger than 2 GB one can bypass this error by letting cat do the open/reading and stream the result into md5sum.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GNot</title>
		<link>http://www.g-loaded.eu/2006/10/07/verify-a-burned-cddvd-image-on-linux/#comment-5124</link>
		<dc:creator>GNot</dc:creator>
		<pubDate>Mon, 27 Nov 2006 09:28:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2006/10/07/verify-a-burned-cddvd-image-on-linux/#comment-5124</guid>
		<description>Hi John,
IIRC the --dvd-compat switch should be used when burning dvd video, so to preserve compatibility with Hi-Fi players.
</description>
		<content:encoded><![CDATA[<p>Hi John,<br />
IIRC the &#8211;dvd-compat switch should be used when burning dvd video, so to preserve compatibility with Hi-Fi players.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://www.g-loaded.eu/2006/10/07/verify-a-burned-cddvd-image-on-linux/#comment-5100</link>
		<dc:creator>john</dc:creator>
		<pubDate>Thu, 23 Nov 2006 22:07:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2006/10/07/verify-a-burned-cddvd-image-on-linux/#comment-5100</guid>
		<description>Hi,

I ended up here when trying to verify my dvd vs the downloaded debian iso file. GNot&#039;s method makes sense to me because of the huge volume.

In my case, growisofs apparently added 4096 bytes at the end of the dvd.  growisofs has an option 
&quot;-dvd-compat&quot;, I wonder this may be the perfect solution.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I ended up here when trying to verify my dvd vs the downloaded debian iso file. GNot&#8217;s method makes sense to me because of the huge volume.</p>
<p>In my case, growisofs apparently added 4096 bytes at the end of the dvd.  growisofs has an option<br />
&#8220;-dvd-compat&#8221;, I wonder this may be the perfect solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GNot</title>
		<link>http://www.g-loaded.eu/2006/10/07/verify-a-burned-cddvd-image-on-linux/#comment-5071</link>
		<dc:creator>GNot</dc:creator>
		<pubDate>Thu, 16 Nov 2006 01:31:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2006/10/07/verify-a-burned-cddvd-image-on-linux/#comment-5071</guid>
		<description>Hello Hellfire,
This is correct. The on-hard-disk ISO image is not checked, but it is assumed that the hard disk itself and mkisofs are functioning correctly, so the image contains the exact data as it is in the directory tree. This is indeed a gap in the verification process, but I suppose that it must be extremely rare to create a bad ISO image with mkisofs.</description>
		<content:encoded><![CDATA[<p>Hello Hellfire,<br />
This is correct. The on-hard-disk ISO image is not checked, but it is assumed that the hard disk itself and mkisofs are functioning correctly, so the image contains the exact data as it is in the directory tree. This is indeed a gap in the verification process, but I suppose that it must be extremely rare to create a bad ISO image with mkisofs.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
