<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: CD Writing in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/cd-writing/m-p/4464616#M37620</link>
    <description>&lt;BR /&gt;&lt;BR /&gt;Ok having used the options -J &amp;amp; -R both , i could get desirable results. Also the filenames appear as it is , on Windows as well.&lt;BR /&gt;&lt;BR /&gt;So looks ok. Last testing we will perform by actually installing Oracle with this dvd.&lt;BR /&gt;Lets see.&lt;BR /&gt;&lt;BR /&gt;Thanx all.</description>
    <pubDate>Wed, 22 Jul 2009 11:55:32 GMT</pubDate>
    <dc:creator>admin1979</dc:creator>
    <dc:date>2009-07-22T11:55:32Z</dc:date>
    <item>
      <title>CD Writing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cd-writing/m-p/4464607#M37611</link>
      <description>&lt;BR /&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;Recently we created an ISO of Oracle 11g software on our Linux host. (SUSE Linux Enterprise Server SP2).&lt;BR /&gt;&lt;BR /&gt;The command used for this is ,&lt;BR /&gt;&lt;BR /&gt;mkisofs -ldots -o oracle_x86_11g.iso database/&lt;BR /&gt;&lt;BR /&gt;The iso when burn on a DVD drive WIN XP machine,all seems ok except one of the scripts name got truncated.&lt;BR /&gt;&lt;BR /&gt;Original Name : runInstaller&lt;BR /&gt;After CD writing : runinsta&lt;BR /&gt;&lt;BR /&gt;Why ? and how do we avoid it.&lt;BR /&gt;&lt;BR /&gt;Let me tell you that its not the case where WIN XP is showing such name. The name got truncated in the ISO itself. This is how I verified it. By mounting the ISO on /mnt&lt;BR /&gt;&lt;BR /&gt;mount -o loop -t iso9660 oracle_x86_11g.iso /mnt&lt;BR /&gt;&lt;BR /&gt;ls -lrt /mnt&lt;BR /&gt;-r-xr-xr-x 1 root root  2911 Aug  3  2007 runinsta&lt;BR /&gt;&lt;BR /&gt;I am not sure if any other files are also truncated .&lt;BR /&gt;&lt;BR /&gt;Please suggest.&lt;BR /&gt;&lt;BR /&gt;Thanx&lt;BR /&gt;admin&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Jul 2009 10:14:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cd-writing/m-p/4464607#M37611</guid>
      <dc:creator>admin1979</dc:creator>
      <dc:date>2009-07-22T10:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: CD Writing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cd-writing/m-p/4464608#M37612</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;check this link :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.unix.com/sun-solaris/24485-mkisofs-long-file-names.html" target="_blank"&gt;http://www.unix.com/sun-solaris/24485-mkisofs-long-file-names.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;hope it will help you with the log file name support.&lt;BR /&gt;&lt;BR /&gt;mikap</description>
      <pubDate>Wed, 22 Jul 2009 10:39:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cd-writing/m-p/4464608#M37612</guid>
      <dc:creator>Michal Kapalka (mikap)</dc:creator>
      <dc:date>2009-07-22T10:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: CD Writing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cd-writing/m-p/4464609#M37613</link>
      <description>&lt;BR /&gt;Thanks for the reply. Following the link, changed the command to &lt;BR /&gt;&lt;BR /&gt;mkisofs -l -L -D -R -ldots -o oracle_x86_11g.iso database/&lt;BR /&gt;&lt;BR /&gt;Hope this is all ok.</description>
      <pubDate>Wed, 22 Jul 2009 11:04:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cd-writing/m-p/4464609#M37613</guid>
      <dc:creator>admin1979</dc:creator>
      <dc:date>2009-07-22T11:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: CD Writing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cd-writing/m-p/4464610#M37614</link>
      <description>&lt;!--!*#--&gt;Hi.&lt;BR /&gt;&lt;BR /&gt;You probably want to use -J switch - the link above mentiones -R, but I don't think Windows handles Rock Ridge extensions, so use Joliet instead.&lt;BR /&gt;&lt;BR /&gt;    Goran</description>
      <pubDate>Wed, 22 Jul 2009 11:05:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cd-writing/m-p/4464610#M37614</guid>
      <dc:creator>Goran Koruga</dc:creator>
      <dc:date>2009-07-22T11:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: CD Writing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cd-writing/m-p/4464611#M37615</link>
      <description>&lt;BR /&gt;Goran,&lt;BR /&gt;&lt;BR /&gt;I am now confused a bit. The man says  if the media only needs to be used on Windows then use Juliet. ( -J )&lt;BR /&gt; But in our case it will be used as a Oracle Installer on UNIX systems. &lt;BR /&gt;So ??</description>
      <pubDate>Wed, 22 Jul 2009 11:09:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cd-writing/m-p/4464611#M37615</guid>
      <dc:creator>admin1979</dc:creator>
      <dc:date>2009-07-22T11:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: CD Writing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cd-writing/m-p/4464612#M37616</link>
      <description>-R (or -r) causes long filenames (and permissions, UID and GID values) be stored in Unix-compatible way (=Rock Ridge standard). But Windows uses another standard, called Joliet.&lt;BR /&gt;&lt;BR /&gt;You should use the -J option to generate Windows-compatible long filenames.&lt;BR /&gt;&lt;BR /&gt;A disk can be created using both "-r" and "-J" options. Then the long filenames should be readable just about anywhere.&lt;BR /&gt;&lt;BR /&gt;Windows will understand only -J style long filenames. HP-UX will understand only -r (or -R) style. Linux can understand either one.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Wed, 22 Jul 2009 11:16:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cd-writing/m-p/4464612#M37616</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-07-22T11:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: CD Writing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cd-writing/m-p/4464613#M37617</link>
      <description>Ok if it so then sounds good. SO I changed my command once again to create ISO,&lt;BR /&gt;&lt;BR /&gt;mkisofs -l -L -D -R -J -ldots -o oracle_x86_11g-1.iso database/ &lt;BR /&gt;&lt;BR /&gt;It started giving below warnings and finished.&lt;BR /&gt;&lt;BR /&gt;Using ORACLE_SERVER_11_1_0_6_0000.BAK;1 for  database/stage/oracle.server.11_1_0_6_0_1186134500223.bak (oracle.server.11_1_0_6_0_1186134500590.bak)&lt;BR /&gt;Using ORACLE_SERVER11_1_0000.PROPERTI;1 for  database/stage/sizes/oracle.server11.1.0.6.0Custom.sizes.properties (oracle.server11.1.0.6.0SE.sizes.properties)&lt;BR /&gt;Using ORACLE_SERVER11_1_0001.PROPERTI;1 for  database/stage/sizes/oracle.server11.1.0.6.0SE.sizes.properties (oracle.server11.1.0.6.0EE.sizes.properties)&lt;BR /&gt;&lt;BR /&gt;What does the above means?</description>
      <pubDate>Wed, 22 Jul 2009 11:23:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cd-writing/m-p/4464613#M37617</guid>
      <dc:creator>admin1979</dc:creator>
      <dc:date>2009-07-22T11:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: CD Writing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cd-writing/m-p/4464614#M37618</link>
      <description>Sorry it's me who was confused, for whatever reason I thought you will use this on Windows since it doesn't show files properly there.&lt;BR /&gt;&lt;BR /&gt;In any case, you can safely use both -R and -J at the same time, -R takes precedence in Linux anyway.&lt;BR /&gt;&lt;BR /&gt;      Goran</description>
      <pubDate>Wed, 22 Jul 2009 11:52:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cd-writing/m-p/4464614#M37618</guid>
      <dc:creator>Goran Koruga</dc:creator>
      <dc:date>2009-07-22T11:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: CD Writing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cd-writing/m-p/4464615#M37619</link>
      <description>That is information only, not a warning.&lt;BR /&gt;It lists the ISO9660 filenames used on the disk, just in case you might need them for some reason.&lt;BR /&gt;&lt;BR /&gt;Try mounting your .iso file and see how the names turned out. &lt;BR /&gt;&lt;BR /&gt;Then umount the .iso and try again, this time explicitly disabling both long filename extensions:&lt;BR /&gt;&lt;BR /&gt;mount -o loop,norock,nojoliet -t iso9660 oracle_x86_11g.iso /mnt&lt;BR /&gt;&lt;BR /&gt;Now you should see again the truncated filenames listed by the mkisofs command. This is how an old OS with no support for neither Rock Ridge nor Joliet would see the disc.&lt;BR /&gt;&lt;BR /&gt;Umount the .iso again, and then simulate a Windows system (Joliet only, no Rock Ridge):&lt;BR /&gt;&lt;BR /&gt;mount -o loop,norock -t iso9600 oracle_x86_11g.iso /mnt&lt;BR /&gt;&lt;BR /&gt;Now you'll see the filenames as a MS Windows system would see them.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Wed, 22 Jul 2009 11:55:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cd-writing/m-p/4464615#M37619</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-07-22T11:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: CD Writing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cd-writing/m-p/4464616#M37620</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;Ok having used the options -J &amp;amp; -R both , i could get desirable results. Also the filenames appear as it is , on Windows as well.&lt;BR /&gt;&lt;BR /&gt;So looks ok. Last testing we will perform by actually installing Oracle with this dvd.&lt;BR /&gt;Lets see.&lt;BR /&gt;&lt;BR /&gt;Thanx all.</description>
      <pubDate>Wed, 22 Jul 2009 11:55:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cd-writing/m-p/4464616#M37620</guid>
      <dc:creator>admin1979</dc:creator>
      <dc:date>2009-07-22T11:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: CD Writing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cd-writing/m-p/4464617#M37621</link>
      <description>Shalom admin,&lt;BR /&gt;&lt;BR /&gt;You don't say how you actually recorded the cd. &lt;BR /&gt;&lt;BR /&gt;I would use cd-record. This should be able to directly write from the iso to cd.&lt;BR /&gt;&lt;BR /&gt;To check how it would look:&lt;BR /&gt;&lt;BR /&gt;mkisofs -RJ -o NDS.RH4.6.iso rh46repo/&lt;BR /&gt;&lt;BR /&gt;This lets me create an iso named NDS.RH4.6.iso, preserving long names.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 22 Jul 2009 17:07:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cd-writing/m-p/4464617#M37621</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-07-22T17:07:39Z</dc:date>
    </item>
  </channel>
</rss>

