<?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/"
		>
<channel>
	<title>Comments on: Burn DVDs and CDs from the command line</title>
	<atom:link href="http://www.intelliadmin.com/index.php/2009/08/burn-dvds-and-cds-from-the-command-line/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.intelliadmin.com/index.php/2009/08/burn-dvds-and-cds-from-the-command-line/</link>
	<description>Windows Network Administration Software</description>
	<lastBuildDate>Fri, 10 Feb 2012 16:32:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Steve Wiseman</title>
		<link>http://www.intelliadmin.com/index.php/2009/08/burn-dvds-and-cds-from-the-command-line/comment-page-1/#comment-443</link>
		<dc:creator>Steve Wiseman</dc:creator>
		<pubDate>Fri, 28 Aug 2009 14:11:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.intelliadmin.com/blog/?p=881#comment-443</guid>
		<description>Thanks Ivan, and Tymek, I will check them both out.</description>
		<content:encoded><![CDATA[<p>Thanks Ivan, and Tymek, I will check them both out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan</title>
		<link>http://www.intelliadmin.com/index.php/2009/08/burn-dvds-and-cds-from-the-command-line/comment-page-1/#comment-442</link>
		<dc:creator>Ivan</dc:creator>
		<pubDate>Fri, 28 Aug 2009 11:55:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.intelliadmin.com/blog/?p=881#comment-442</guid>
		<description>There&#039;s a Microsoft utility called CDIMAGE.EXE (107 KB), it&#039;s a &quot;Microsft internal use only&quot;, you can Google it and get it, it seems to be free.

I&#039;m not sure if it can be found on a Resource Kit somewhere.</description>
		<content:encoded><![CDATA[<p>There&#8217;s a Microsoft utility called CDIMAGE.EXE (107 KB), it&#8217;s a &#8220;Microsft internal use only&#8221;, you can Google it and get it, it seems to be free.</p>
<p>I&#8217;m not sure if it can be found on a Resource Kit somewhere.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tymek Ł.</title>
		<link>http://www.intelliadmin.com/index.php/2009/08/burn-dvds-and-cds-from-the-command-line/comment-page-1/#comment-441</link>
		<dc:creator>Tymek Ł.</dc:creator>
		<pubDate>Fri, 28 Aug 2009 10:08:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.intelliadmin.com/blog/?p=881#comment-441</guid>
		<description>Hallo,
actually these are great tools :) for this kind of platform - thanks for the article.

According to Your question
&quot;Anyone know of a free way to do this?&quot; -
I&#039;m glad that i can answer that positively. The soft is on OSS license (more liberal than GPL).

Since about 10 years, to create images consistent ISO9660/Joliet/RockRidge/UDF/HFS standards I&#039;m using a free cmdline tool called mkisofs - a brother of the cdrecord from the cdrtools package - there are even some third party binaries available for Win/x86 Platform - give it a try :) !

Mkisofs have many, many parameters/switches available that can help You create exactly the image You want.
You can add any boot image to the ISO (for any weird architecture You could possibly find) eg.: -sparc-boot, -sunx86-boot, -alpha-boot, -hppa-{...}, -mips-boot, -mipsel-boot.
Switches explained: http://linux.about.com/library/cmd/blcmdl8_mkisofs.htm

Before K3B had been released i used to run mkisofs with a parameter that gives the number of sectors that will be used on a media by the ISO image &#039;-print-size&#039; - this helps You burn the directories in half of the time via a pipeline &quot;stdout of mkisofs &#124; stdin of cdrecord&quot;.
Yes the POSIX pipes are also available in cmd.exe on MS_Win :) but i wouldn&#039;t count on them ;&gt;


I hope I could help You.

Best regards and thanks again for the {CD/DVD}burn info!

-- Tim Ł.</description>
		<content:encoded><![CDATA[<p>Hallo,<br />
actually these are great tools <img src='http://www.intelliadmin.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  for this kind of platform &#8211; thanks for the article.</p>
<p>According to Your question<br />
&#8220;Anyone know of a free way to do this?&#8221; -<br />
I&#8217;m glad that i can answer that positively. The soft is on OSS license (more liberal than GPL).</p>
<p>Since about 10 years, to create images consistent ISO9660/Joliet/RockRidge/UDF/HFS standards I&#8217;m using a free cmdline tool called mkisofs &#8211; a brother of the cdrecord from the cdrtools package &#8211; there are even some third party binaries available for Win/x86 Platform &#8211; give it a try <img src='http://www.intelliadmin.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  !</p>
<p>Mkisofs have many, many parameters/switches available that can help You create exactly the image You want.<br />
You can add any boot image to the ISO (for any weird architecture You could possibly find) eg.: -sparc-boot, -sunx86-boot, -alpha-boot, -hppa-{&#8230;}, -mips-boot, -mipsel-boot.<br />
Switches explained: <a href="http://linux.about.com/library/cmd/blcmdl8_mkisofs.htm" rel="nofollow">http://linux.about.com/library/cmd/blcmdl8_mkisofs.htm</a></p>
<p>Before K3B had been released i used to run mkisofs with a parameter that gives the number of sectors that will be used on a media by the ISO image &#8216;-print-size&#8217; &#8211; this helps You burn the directories in half of the time via a pipeline &#8220;stdout of mkisofs | stdin of cdrecord&#8221;.<br />
Yes the POSIX pipes are also available in cmd.exe on MS_Win <img src='http://www.intelliadmin.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  but i wouldn&#8217;t count on them ;&gt;</p>
<p>I hope I could help You.</p>
<p>Best regards and thanks again for the {CD/DVD}burn info!</p>
<p>&#8211; Tim Ł.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

