<?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: mount cd rom in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/mount-cd-rom/m-p/2996782#M5143</link>
    <description>Hi,&lt;BR /&gt;  It automatically mounts the CDROM. The device will be in /dev/cdrom.</description>
    <pubDate>Thu, 30 Oct 2003 05:04:49 GMT</pubDate>
    <dc:creator>SAravanan_7</dc:creator>
    <dc:date>2003-10-30T05:04:49Z</dc:date>
    <item>
      <title>mount cd rom</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-cd-rom/m-p/2996767#M5128</link>
      <description>I have CD on my RH8 Linux , how can I mount the device ? how to know the device path of the CDROM ? thx&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Jun 2003 10:20:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-cd-rom/m-p/2996767#M5128</guid>
      <dc:creator>juno2</dc:creator>
      <dc:date>2003-06-13T10:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: mount cd rom</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-cd-rom/m-p/2996768#M5129</link>
      <description>i find the device as below, can suggest how to mount it ? thx.&lt;BR /&gt;&lt;BR /&gt;edp//dev&amp;gt; ll -d cdrom&lt;BR /&gt;lrwxrwxrwx 1 root sys 8 Jun 27 17:52 cdrom -&amp;gt; /dev/hda&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Jun 2003 10:22:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-cd-rom/m-p/2996768#M5129</guid>
      <dc:creator>juno2</dc:creator>
      <dc:date>2003-06-13T10:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: mount cd rom</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-cd-rom/m-p/2996769#M5130</link>
      <description>usually it's enough this:&lt;BR /&gt;&lt;BR /&gt;$ mount /mnt/cdrom&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hi&lt;BR /&gt;Claudio</description>
      <pubDate>Fri, 13 Jun 2003 10:27:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-cd-rom/m-p/2996769#M5130</guid>
      <dc:creator>Claudio Cilloni</dc:creator>
      <dc:date>2003-06-13T10:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: mount cd rom</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-cd-rom/m-p/2996770#M5131</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try this:&lt;BR /&gt;&lt;BR /&gt;mount /dev/cdrom /mnt/cdrom&lt;BR /&gt;&lt;BR /&gt;assuming that you have a /mnt/cdrom directory created for the mountpoint.&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Jun 2003 11:46:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-cd-rom/m-p/2996770#M5131</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2003-06-13T11:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: mount cd rom</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-cd-rom/m-p/2996771#M5132</link>
      <description>Which is the case on rh8.&lt;BR /&gt;You do not need -t argument, as only iso 9660 is supposed.&lt;BR /&gt;From graphical interface, right click on your screen, on the menu click disk /cdrom...&lt;BR /&gt;Same procedure with 'eject' at the end to umount.&lt;BR /&gt;J</description>
      <pubDate>Fri, 13 Jun 2003 12:55:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-cd-rom/m-p/2996771#M5132</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2003-06-13T12:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: mount cd rom</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-cd-rom/m-p/2996772#M5133</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;In RH you have kudzu that in the boot if&lt;BR /&gt;see cdrom make entry in /etc/fstab for&lt;BR /&gt;mount cdrom so you just need:&lt;BR /&gt;mount /mnt/cdrom (you can check in /etc/fstab)&lt;BR /&gt;If you want mount another way:&lt;BR /&gt;mount &lt;CDROM device=""&gt; /mnt/cdrom&lt;BR /&gt;If you know where you connected your CDrom&lt;BR /&gt;you can know if it's hda, hdb, hdc or hdd&lt;BR /&gt;so the device will be /dev/hdX&lt;BR /&gt;&lt;BR /&gt;hda -&amp;gt; prim. master&lt;BR /&gt;hdb -&amp;gt; prim. slave&lt;BR /&gt;hdc -&amp;gt; sec. master&lt;BR /&gt;hdd -&amp;gt; sec.slave&lt;BR /&gt;&lt;BR /&gt;Caesar&lt;/CDROM&gt;</description>
      <pubDate>Fri, 13 Jun 2003 13:35:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-cd-rom/m-p/2996772#M5133</guid>
      <dc:creator>Caesar_3</dc:creator>
      <dc:date>2003-06-13T13:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: mount cd rom</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-cd-rom/m-p/2996773#M5134</link>
      <description>Try this:&lt;BR /&gt;&lt;BR /&gt;mount -t iso9660 /dev/cdrom /mnt/cdrom</description>
      <pubDate>Wed, 18 Jun 2003 16:59:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-cd-rom/m-p/2996773#M5134</guid>
      <dc:creator>Ron Brown_2</dc:creator>
      <dc:date>2003-06-18T16:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: mount cd rom</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-cd-rom/m-p/2996774#M5135</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I tried r method , but pop up the below error , how to fix ? Thx&lt;BR /&gt;---------------------------------&lt;BR /&gt;edp//mnt&amp;gt; mount /dev/cdrom /mnt/cdrom&lt;BR /&gt;/dev/cdrom: Input/output error&lt;BR /&gt;mount: you must specify the filesystem type &lt;BR /&gt;----------------------------------&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Jun 2003 06:25:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-cd-rom/m-p/2996774#M5135</guid>
      <dc:creator>juno2</dc:creator>
      <dc:date>2003-06-19T06:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: mount cd rom</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-cd-rom/m-p/2996775#M5136</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;#mount -t iso9660 /dev/cdrom /mnt/cdrom &lt;BR /&gt;#cd /mnt/cdrom&lt;BR /&gt;#ls&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Jun 2003 06:48:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-cd-rom/m-p/2996775#M5136</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2003-06-19T06:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: mount cd rom</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-cd-rom/m-p/2996776#M5137</link>
      <description># mount /mnt/cdrom&lt;BR /&gt;# mount -r /mnt/cdrom&lt;BR /&gt;# mount -r /dev/cdrom /mnt/cdrom&lt;BR /&gt;# mount -t iso9660 -r /dev/cdrom /mnt/cdrom&lt;BR /&gt;&lt;BR /&gt;you may try above command to mount your cdrom.</description>
      <pubDate>Thu, 19 Jun 2003 07:54:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-cd-rom/m-p/2996776#M5137</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-06-19T07:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: mount cd rom</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-cd-rom/m-p/2996777#M5138</link>
      <description>thx all ,&lt;BR /&gt;&lt;BR /&gt;I tried the command , but still error .&lt;BR /&gt;--------------------------------------&lt;BR /&gt;edp//root &amp;gt; mount -t iso9660 /dev/cdrom /mnt/cdrom &lt;BR /&gt;mount: wrong fs type, bad option, bad superblock on /dev/cdrom,&lt;BR /&gt;       or too many mounted file systems&lt;BR /&gt;       (could this be the IDE device where you in fact use&lt;BR /&gt;       ide-scsi so that sr0 or sda or so is needed?)&lt;BR /&gt;--------------------------------------&lt;BR /&gt;&lt;BR /&gt;can suggest how to fix? thx</description>
      <pubDate>Thu, 19 Jun 2003 09:05:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-cd-rom/m-p/2996777#M5138</guid>
      <dc:creator>juno2</dc:creator>
      <dc:date>2003-06-19T09:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: mount cd rom</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-cd-rom/m-p/2996778#M5139</link>
      <description>hi ,&lt;BR /&gt;&lt;BR /&gt;show me the output of &lt;BR /&gt;#ll -d /dev/cdrom&lt;BR /&gt;&lt;BR /&gt;Also think error will come if mount command cannot read the superblock of the CDROM disc to find out the filesystem type , in case the current CDROM disc tracks are scratched.&lt;BR /&gt;&lt;BR /&gt;Try using atleast 3 different CDs and see if problem persists ?.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Jun 2003 09:37:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-cd-rom/m-p/2996778#M5139</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2003-06-19T09:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: mount cd rom</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-cd-rom/m-p/2996779#M5140</link>
      <description>the output like this "lrwxrwxrwx    1 root       root                 12 Oct  1  2001 cdrom-&amp;gt;/dev/hda" , can suggest how to mount it ? thx.</description>
      <pubDate>Mon, 27 Oct 2003 03:33:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-cd-rom/m-p/2996779#M5140</guid>
      <dc:creator>juno2</dc:creator>
      <dc:date>2003-10-27T03:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: mount cd rom</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-cd-rom/m-p/2996780#M5141</link>
      <description>Sorry , it is a scsi cdrom , could suggest how to mount it? thx.</description>
      <pubDate>Mon, 27 Oct 2003 03:50:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-cd-rom/m-p/2996780#M5141</guid>
      <dc:creator>juno2</dc:creator>
      <dc:date>2003-10-27T03:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: mount cd rom</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-cd-rom/m-p/2996781#M5142</link>
      <description>mount -t iso9660 /dev/scd0 /mnt/cdrom&lt;BR /&gt;&lt;BR /&gt;where /dev/scd0 should be the device for you scsi cdrom.&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;Claudio</description>
      <pubDate>Mon, 27 Oct 2003 04:00:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-cd-rom/m-p/2996781#M5142</guid>
      <dc:creator>Claudio Cilloni</dc:creator>
      <dc:date>2003-10-27T04:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: mount cd rom</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-cd-rom/m-p/2996782#M5143</link>
      <description>Hi,&lt;BR /&gt;  It automatically mounts the CDROM. The device will be in /dev/cdrom.</description>
      <pubDate>Thu, 30 Oct 2003 05:04:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-cd-rom/m-p/2996782#M5143</guid>
      <dc:creator>SAravanan_7</dc:creator>
      <dc:date>2003-10-30T05:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: mount cd rom</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-cd-rom/m-p/2996783#M5144</link>
      <description>Juno2&lt;BR /&gt;&lt;BR /&gt;Could you check the following log in as root type&lt;BR /&gt;&lt;BR /&gt;This is just to make sure all as it should be with your cdrom enviroment.&lt;BR /&gt;&lt;BR /&gt;#cat /proc/scsi/scsi&lt;BR /&gt;&lt;BR /&gt;you should see your scsi device's' here&lt;BR /&gt;&lt;BR /&gt;#cdrecord -scanbus&lt;BR /&gt;&lt;BR /&gt;This should show you your scsi and you cdrom drive&lt;BR /&gt;&lt;BR /&gt;#lsmod&lt;BR /&gt;&lt;BR /&gt;there should be an ide-cd entry in there if your cdrom device is an ide-atapi&lt;BR /&gt;&lt;BR /&gt;#cat /etc/fstab&lt;BR /&gt;&lt;BR /&gt;There should be an entry fro cdrom in there&lt;BR /&gt;&lt;BR /&gt;There is something else I find "funny" that there should be a softlink for /dev/cdrom --&amp;gt; /dev/hda ... this is posible But unless you have only scsi disk device this is more frequently something like /dev/scd0&lt;BR /&gt;&lt;BR /&gt;to check the above please type the following&lt;BR /&gt;&lt;BR /&gt;#dmesg | grep "CD"&lt;BR /&gt;&lt;BR /&gt;---------result on my system--------&lt;BR /&gt;&lt;BR /&gt;hdc: UJDA730 DVD/CDRW, ATAPI CD/DVD-ROM drive&lt;BR /&gt;  Vendor: MATSHITA  Model: UJDA730 DVD/CDRW  Rev: 1.00&lt;BR /&gt;  Type:   CD-ROM                             ANSI SCSI revision: 02&lt;BR /&gt;Attached scsi CD-ROM sr0 at scsi1, channel 0, id 0, lun 0&lt;BR /&gt;&lt;BR /&gt;----------------------------------------&lt;BR /&gt;&lt;BR /&gt;Tell us whay you find and if there is one of the above that does not return true &lt;BR /&gt;&lt;BR /&gt;J-P (hello, everyone)</description>
      <pubDate>Thu, 30 Oct 2003 06:10:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-cd-rom/m-p/2996783#M5144</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-10-30T06:10:09Z</dc:date>
    </item>
  </channel>
</rss>

