<?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: Linux Formatting a CDRW / DVD Media  ( blank media ) Commands</title> <atom:link href="http://www.cyberciti.biz/faq/howto-linux-format-cdrw-dvdrw/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq/howto-linux-format-cdrw-dvdrw/</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 10 Feb 2012 19:55:56 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Pierre</title><link>http://www.cyberciti.biz/faq/howto-linux-format-cdrw-dvdrw/#comment-62189</link> <dc:creator>Pierre</dc:creator> <pubDate>Tue, 06 Sep 2011 08:54:36 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-linux-format-cdrw-dvdrw/#comment-62189</guid> <description>Thanks, very helpful...</description> <content:encoded><![CDATA[<p>Thanks, very helpful&#8230;</p> ]]></content:encoded> </item> <item><title>By: RonCam</title><link>http://www.cyberciti.biz/faq/howto-linux-format-cdrw-dvdrw/#comment-43047</link> <dc:creator>RonCam</dc:creator> <pubDate>Wed, 12 Aug 2009 14:31:07 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-linux-format-cdrw-dvdrw/#comment-43047</guid> <description>Thanks to  &lt;i&gt;Vivek Gite&lt;/i&gt; for the informative reply on how to apply the &lt;a href=&quot;http://en.wikipedia.org/wiki/Rock_Ridge&quot; title=&quot;Rock Ridge&quot; rel=&quot;nofollow&quot;&gt;  attributes to CDs and DVDs&lt;/a&gt;.  I have learned something here!
:-)  It will be most appreciated if you could now do the same, for &lt;a href=&quot;http://en.wikipedia.org/wiki/Mount_Rainier_(packet_writing)#Operating_system_support&quot; title=&quot;Mount Rainier&quot; rel=&quot;nofollow&quot;&gt;Mount Rainier&lt;/a&gt; formatting.
Here&#039;s hoping the somewhat unusual syntax for embedding references works -- the preview function is absent!!</description> <content:encoded><![CDATA[<p>Thanks to <i>Vivek Gite</i> for the informative reply on how to apply the <a
href="http://en.wikipedia.org/wiki/Rock_Ridge" title="Rock Ridge" rel="nofollow"> attributes to CDs and DVDs</a>.  I have learned something here!</p><p>:-)  It will be most appreciated if you could now do the same, for <a
href="http://en.wikipedia.org/wiki/Mount_Rainier_(packet_writing)#Operating_system_support" title="Mount Rainier" rel="nofollow">Mount Rainier</a> formatting.</p><p>Here&#8217;s hoping the somewhat unusual syntax for embedding references works &#8212; the preview function is absent!!</p> ]]></content:encoded> </item> <item><title>By: Vivek Gite</title><link>http://www.cyberciti.biz/faq/howto-linux-format-cdrw-dvdrw/#comment-43027</link> <dc:creator>Vivek Gite</dc:creator> <pubDate>Tue, 11 Aug 2009 17:25:25 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-linux-format-cdrw-dvdrw/#comment-43027</guid> <description>@varun /  RonCam,
cdrecord - Format cd-rw
dvd+rw-format - Format dvd-rw
mkisofs - Create an hybrid ISO9660/JOLIET/HFS filesystem with optional Rock Ridge attributes. The -dvd-video option passed to mkisofs to generate  DVD-Video  compliant  UDF  file  system. The  -UDF option passed to mkisofs include  UDF support in the generated filesystem image.
To create a vanilla ISO-9660 filesystem image in the file cd.iso, where the directory /path/to/dir will become the root directory if the CD, call:
&lt;pre&gt;mkisofs -o /tmp/cd.iso /path/to/dir&lt;/pre&gt;
To write DVD, use growisofs:
&lt;pre&gt;growisofs -Z /dev/dvd=/tmp/cd.iso&lt;/pre&gt;
To create a CD with Rock Ridge extensions of the source directory cd_dir:
&lt;pre&gt;mkisofs -o cd.iso -R cd_dir&lt;/pre&gt;
To create a HFS hybrid CD with the Joliet and Rock Ridge extensions of the source directory cd_dir:
&lt;pre&gt;mkisofs -o cd.iso -R -J -hfs cd_dir&lt;/pre&gt;
To create a HFS hybrid CD from the source directory cd_dir that contains Netatalk Apple/Unix files:
&lt;pre&gt;mkisofs -o cd.iso --netatalk cd_dir&lt;/pre&gt;
HTH.</description> <content:encoded><![CDATA[<p>@varun /  RonCam,</p><p>cdrecord &#8211; Format cd-rw<br
/> dvd+rw-format &#8211; Format dvd-rw<br
/> mkisofs &#8211; Create an hybrid ISO9660/JOLIET/HFS filesystem with optional Rock Ridge attributes. The -dvd-video option passed to mkisofs to generate  DVD-Video  compliant  UDF  file  system. The  -UDF option passed to mkisofs include  UDF support in the generated filesystem image.</p><p>To create a vanilla ISO-9660 filesystem image in the file cd.iso, where the directory /path/to/dir will become the root directory if the CD, call:</p><pre>mkisofs -o /tmp/cd.iso /path/to/dir</pre><p>To write DVD, use growisofs:</p><pre>growisofs -Z /dev/dvd=/tmp/cd.iso</pre><p>To create a CD with Rock Ridge extensions of the source directory cd_dir:</p><pre>mkisofs -o cd.iso -R cd_dir</pre><p>To create a HFS hybrid CD with the Joliet and Rock Ridge extensions of the source directory cd_dir:</p><pre>mkisofs -o cd.iso -R -J -hfs cd_dir</pre><p> To create a HFS hybrid CD from the source directory cd_dir that contains Netatalk Apple/Unix files:</p><pre>mkisofs -o cd.iso --netatalk cd_dir</pre><p>HTH.</p> ]]></content:encoded> </item> <item><title>By: RonCam</title><link>http://www.cyberciti.biz/faq/howto-linux-format-cdrw-dvdrw/#comment-43024</link> <dc:creator>RonCam</dc:creator> <pubDate>Tue, 11 Aug 2009 13:28:29 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-linux-format-cdrw-dvdrw/#comment-43024</guid> <description>&lt;i&gt;Ouch, I see no button to edit the previous post, so:&lt;/i&gt;
I think the answer may be different for CD-RWs and DVD±RWs.  Please give the syntax for the above requests, for both kinds of disc?  Thanks!</description> <content:encoded><![CDATA[<p><i>Ouch, I see no button to edit the previous post, so:</i></p><p>I think the answer may be different for CD-RWs and DVD±RWs.  Please give the syntax for the above requests, for both kinds of disc?  Thanks!</p> ]]></content:encoded> </item> <item><title>By: RonCam</title><link>http://www.cyberciti.biz/faq/howto-linux-format-cdrw-dvdrw/#comment-43023</link> <dc:creator>RonCam</dc:creator> <pubDate>Tue, 11 Aug 2009 13:14:33 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-linux-format-cdrw-dvdrw/#comment-43023</guid> <description>&lt;blockquote cite=&quot;varun&quot;&gt;02.26.09 at 8:40 am
thanks but could u tell, which filesystem it uses to format dvd??&lt;/blockquote&gt;
Yes,  a &lt;i&gt;second request&lt;/i&gt; for an answer to varun&#039;s question!
Specifically, please tell us the Command Line syntax to select which UDF version will be used, plus the syntax to make sure the -RW disc is formatted as MRW (Mount Rainier) compatible.</description> <content:encoded><![CDATA[<blockquote
cite="varun"><p>02.26.09 at 8:40 am<br
/> thanks but could u tell, which filesystem it uses to format dvd??</p></blockquote><p>Yes,  a <i>second request</i> for an answer to varun&#8217;s question!</p><p>Specifically, please tell us the Command Line syntax to select which UDF version will be used, plus the syntax to make sure the -RW disc is formatted as MRW (Mount Rainier) compatible.</p> ]]></content:encoded> </item> <item><title>By: spiralofhope</title><link>http://www.cyberciti.biz/faq/howto-linux-format-cdrw-dvdrw/#comment-42558</link> <dc:creator>spiralofhope</dc:creator> <pubDate>Thu, 16 Jul 2009 07:55:07 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-linux-format-cdrw-dvdrw/#comment-42558</guid> <description>Thanks, this was useful because I made a coaster when I was forced to reboot my system during a write.  graveman wasn&#039;t dealing with the leftover CDRW well, but the blanking worked as-expected at the commandline.  Then I could write my ISO as usual.
No more obnoxious nonfunctional disks now.. yay!</description> <content:encoded><![CDATA[<p>Thanks, this was useful because I made a coaster when I was forced to reboot my system during a write.  graveman wasn&#8217;t dealing with the leftover CDRW well, but the blanking worked as-expected at the commandline.  Then I could write my ISO as usual.</p><p>No more obnoxious nonfunctional disks now.. yay!</p> ]]></content:encoded> </item> <item><title>By: varun</title><link>http://www.cyberciti.biz/faq/howto-linux-format-cdrw-dvdrw/#comment-40495</link> <dc:creator>varun</dc:creator> <pubDate>Thu, 26 Feb 2009 08:40:51 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-linux-format-cdrw-dvdrw/#comment-40495</guid> <description>thanks but could u tell, which filesystem it uses to format dvd??</description> <content:encoded><![CDATA[<p>thanks but could u tell, which filesystem it uses to format dvd??</p> ]]></content:encoded> </item> <item><title>By: Reiska</title><link>http://www.cyberciti.biz/faq/howto-linux-format-cdrw-dvdrw/#comment-40380</link> <dc:creator>Reiska</dc:creator> <pubDate>Thu, 19 Feb 2009 12:32:06 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-linux-format-cdrw-dvdrw/#comment-40380</guid> <description>Thanks for the tip!</description> <content:encoded><![CDATA[<p>Thanks for the tip!</p> ]]></content:encoded> </item> <item><title>By: Sarah</title><link>http://www.cyberciti.biz/faq/howto-linux-format-cdrw-dvdrw/#comment-39990</link> <dc:creator>Sarah</dc:creator> <pubDate>Sat, 24 Jan 2009 22:22:47 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-linux-format-cdrw-dvdrw/#comment-39990</guid> <description>Thanks, this was helpful.</description> <content:encoded><![CDATA[<p>Thanks, this was helpful.</p> ]]></content:encoded> </item> <item><title>By: gm</title><link>http://www.cyberciti.biz/faq/howto-linux-format-cdrw-dvdrw/#comment-39325</link> <dc:creator>gm</dc:creator> <pubDate>Fri, 28 Nov 2008 03:16:18 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-linux-format-cdrw-dvdrw/#comment-39325</guid> <description>Thanks for the guide</description> <content:encoded><![CDATA[<p>Thanks for the guide</p> ]]></content:encoded> </item> </channel> </rss>
