<?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: cdrom in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/cdrom/m-p/3038228#M5950</link>
    <description>Thanks everyone,&lt;BR /&gt;Francisco,&lt;BR /&gt;&lt;BR /&gt;two questions:&lt;BR /&gt;&lt;BR /&gt;1) when I apply this change, will I still be able to use the cdrom drive for normal functions, other than mondo?&lt;BR /&gt;&lt;BR /&gt;2) how would I mount a blank cd-r/rw from the command line. Like, I wanted to copy my home directory to cd?&lt;BR /&gt;&lt;BR /&gt;points awarded at close of discussion.&lt;BR /&gt;I really appreciate your help. I had no idea that you had to do something like this in Linux. Very interesting. I was clueless. I appreciate it very much.&lt;BR /&gt;&lt;BR /&gt;Rpm</description>
    <pubDate>Thu, 31 Jul 2003 12:25:16 GMT</pubDate>
    <dc:creator>Nobody's Hero</dc:creator>
    <dc:date>2003-07-31T12:25:16Z</dc:date>
    <item>
      <title>cdrom</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cdrom/m-p/3038224#M5946</link>
      <description>I am running RH8 and just installed a DVD/R-RW drive. When I try to mount it it gives me an error saying I must specify file system type. What command should I be using?&lt;BR /&gt;&lt;BR /&gt;10x&lt;BR /&gt;RPM</description>
      <pubDate>Thu, 31 Jul 2003 11:20:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cdrom/m-p/3038224#M5946</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2003-07-31T11:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: cdrom</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cdrom/m-p/3038225#M5947</link>
      <description>Also,&lt;BR /&gt;&lt;BR /&gt;If I am trying to run mondoarchive to this dvd drive, do I need to mount it first from the OS. Or does mondo take care of this ?</description>
      <pubDate>Thu, 31 Jul 2003 11:21:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cdrom/m-p/3038225#M5947</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2003-07-31T11:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: cdrom</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cdrom/m-p/3038226#M5948</link>
      <description>Hi Robert,&lt;BR /&gt;&lt;BR /&gt;I suppose you have blank CDR(W) in your drive. That's why Linux can't mount it (there is no file system type yet at that level !)&lt;BR /&gt;&lt;BR /&gt;You shouldn't need to mount the CD before backing up, just wait Mondo to ask you to insert the CD, the mondo burning tool will take it in charge...&lt;BR /&gt;&lt;BR /&gt;Read this for an example :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.microwerks.net/~hugo/docs/1.6x-howto/backupcommands.html" target="_blank"&gt;http://www.microwerks.net/~hugo/docs/1.6x-howto/backupcommands.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps you with this great tool.&lt;BR /&gt;&lt;BR /&gt;J</description>
      <pubDate>Thu, 31 Jul 2003 11:43:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cdrom/m-p/3038226#M5948</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2003-07-31T11:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: cdrom</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cdrom/m-p/3038227#M5949</link>
      <description>Hi Robert,&lt;BR /&gt;&lt;BR /&gt;First of all, you need to configure the scsi emulation to your RW works.&lt;BR /&gt;&lt;BR /&gt;To do so, assuming you have your RW in the hdb, put this in /etc/modules.conf&lt;BR /&gt;&lt;BR /&gt;options ide-cd ignore=hdb            # tell the ide-cd module to ignore hdb&lt;BR /&gt;alias scd0 sr_mod                    # load sr_mod upon access of scd0&lt;BR /&gt;pre-install sg     modprobe ide-scsi # load ide-scsi before sg&lt;BR /&gt;pre-install sr_mod modprobe ide-scsi # load ide-scsi before sr_mod&lt;BR /&gt;pre-install ide-scsi modprobe ide-cd # load ide-cd   before ide-scsi&lt;BR /&gt;&lt;BR /&gt;You could need to change the link to the cdrom device like this:&lt;BR /&gt;&lt;BR /&gt;cd /dev &amp;amp;&amp;amp; rm cdrom &amp;amp;&amp;amp; ln -s scd0 cdrom&lt;BR /&gt;&lt;BR /&gt;reboot the sistem and it should work.&lt;BR /&gt;&lt;BR /&gt;To get more information:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://wt.xpilot.org/publications/linux/howtos/cd-writing/html/" target="_blank"&gt;http://wt.xpilot.org/publications/linux/howtos/cd-writing/html/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Frank.&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Jul 2003 11:48:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cdrom/m-p/3038227#M5949</guid>
      <dc:creator>Francisco J. Soler</dc:creator>
      <dc:date>2003-07-31T11:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: cdrom</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cdrom/m-p/3038228#M5950</link>
      <description>Thanks everyone,&lt;BR /&gt;Francisco,&lt;BR /&gt;&lt;BR /&gt;two questions:&lt;BR /&gt;&lt;BR /&gt;1) when I apply this change, will I still be able to use the cdrom drive for normal functions, other than mondo?&lt;BR /&gt;&lt;BR /&gt;2) how would I mount a blank cd-r/rw from the command line. Like, I wanted to copy my home directory to cd?&lt;BR /&gt;&lt;BR /&gt;points awarded at close of discussion.&lt;BR /&gt;I really appreciate your help. I had no idea that you had to do something like this in Linux. Very interesting. I was clueless. I appreciate it very much.&lt;BR /&gt;&lt;BR /&gt;Rpm</description>
      <pubDate>Thu, 31 Jul 2003 12:25:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cdrom/m-p/3038228#M5950</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2003-07-31T12:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: cdrom</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cdrom/m-p/3038229#M5951</link>
      <description>Mmmm...&lt;BR /&gt;&lt;BR /&gt;You're running rh8, aren't you ? I 'think' that scsi emulation is not required anymore since rh7.2 (or is it 7.1 ?).&lt;BR /&gt;&lt;BR /&gt;SAd that you don't run rh9, as it has a write to cd function in nautilus, as in XP...&lt;BR /&gt;&lt;BR /&gt;But you have rh8 (say win 2k !). So back to the original mount problem. You cant' mount a file system that doesn't exist (we have a guy in France called Lapalisse who was known to say many of these obvious things)...&lt;BR /&gt;&lt;BR /&gt;So you must use a command to make file system as it burns, or a graphical tool that will do the same. There are several under rh8, look at :&lt;BR /&gt;&lt;A href="http://www.europe.redhat.com/documentation/rhl8.0/rhl-gsg-en-8.0/s1-disks-cdrw.php3" target="_blank"&gt;http://www.europe.redhat.com/documentation/rhl8.0/rhl-gsg-en-8.0/s1-disks-cdrw.php3&lt;/A&gt;&lt;BR /&gt;where you'll get all commands and graphical tools.&lt;BR /&gt;&lt;BR /&gt;My advice is to test graphcal tools, as they were not very powerrfull at rh8 time...&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;J</description>
      <pubDate>Thu, 31 Jul 2003 13:29:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cdrom/m-p/3038229#M5951</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2003-07-31T13:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: cdrom</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cdrom/m-p/3038230#M5952</link>
      <description>Hi Robert,&lt;BR /&gt;&lt;BR /&gt;1) Yes, you can use it as a normal CD, and mount cd's in the normal way.&lt;BR /&gt;&lt;BR /&gt;2) Like Jerome says, you can't mount a drive without a file system in it. To burn cds you must use software to toast cd's.&lt;BR /&gt;&lt;BR /&gt;There are a lot of software to burn cds, basicaly all front-ends use cdrecord or mkisofs as backend. You must install cdrecord or mkisofs and a nice front-end of your choice. I suggest you gcombust but there are alot of them.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.abo.fi/~jmunsin/gcombust/" target="_blank"&gt;http://www.abo.fi/~jmunsin/gcombust/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Check too:&lt;BR /&gt;&lt;A href="http://www.yolinux.com/TUTORIALS/LinuxTutorialCDBurn.html" target="_blank"&gt;http://www.yolinux.com/TUTORIALS/LinuxTutorialCDBurn.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Frank.&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Jul 2003 14:59:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cdrom/m-p/3038230#M5952</guid>
      <dc:creator>Francisco J. Soler</dc:creator>
      <dc:date>2003-07-31T14:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: cdrom</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cdrom/m-p/3038231#M5953</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;1. You use the drive as always only that&lt;BR /&gt;after the change ide-scsi module emulate&lt;BR /&gt;the cdrom that it's like a scsi.&lt;BR /&gt;&lt;BR /&gt;2. You can't mount blank CD and also you&lt;BR /&gt;don't need to do so.&lt;BR /&gt;&lt;BR /&gt;Caesar</description>
      <pubDate>Thu, 31 Jul 2003 19:49:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cdrom/m-p/3038231#M5953</guid>
      <dc:creator>Caesar_3</dc:creator>
      <dc:date>2003-07-31T19:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: cdrom</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cdrom/m-p/3038232#M5954</link>
      <description>Hi Robert,&lt;BR /&gt;A lot of thanks for your points, you make me graduate.&lt;BR /&gt;&lt;BR /&gt;I'm going on hollidays today, and thanks to you i'll go with a new hat.&lt;BR /&gt;&lt;BR /&gt;Thanks again.&lt;BR /&gt;Frank.</description>
      <pubDate>Fri, 01 Aug 2003 05:33:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cdrom/m-p/3038232#M5954</guid>
      <dc:creator>Francisco J. Soler</dc:creator>
      <dc:date>2003-08-01T05:33:35Z</dc:date>
    </item>
  </channel>
</rss>

