<?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 special device /dev/cdrom does not exist -- plz help in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/special-device-dev-cdrom-does-not-exist-plz-help/m-p/3425777#M71309</link>
    <description>&lt;BR /&gt;[root@Linux9 root]# mount -t iso9660 /dev/cdrom /mnt/cdrom&lt;BR /&gt;mount: special device /dev/cdrom does not exist&lt;BR /&gt;[root@Linux9 root]# ls -l /dev/cd*&lt;BR /&gt;brw-rw----    1 root     disk      15,   0 Jan 30  2003 /dev/cdu31a&lt;BR /&gt;brw-rw----    1 root     disk      24,   0 Jan 30  2003 /dev/cdu535&lt;BR /&gt;&lt;BR /&gt;Plz Help. whats wrong why i received the "mount: special device /dev/cdrom does not exist" error&lt;BR /&gt;message&lt;BR /&gt;&lt;BR /&gt;Thanks to All&lt;BR /&gt;&lt;BR /&gt;Regards</description>
    <pubDate>Thu, 18 Nov 2004 23:48:44 GMT</pubDate>
    <dc:creator>Maaz</dc:creator>
    <dc:date>2004-11-18T23:48:44Z</dc:date>
    <item>
      <title>special device /dev/cdrom does not exist -- plz help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/special-device-dev-cdrom-does-not-exist-plz-help/m-p/3425777#M71309</link>
      <description>&lt;BR /&gt;[root@Linux9 root]# mount -t iso9660 /dev/cdrom /mnt/cdrom&lt;BR /&gt;mount: special device /dev/cdrom does not exist&lt;BR /&gt;[root@Linux9 root]# ls -l /dev/cd*&lt;BR /&gt;brw-rw----    1 root     disk      15,   0 Jan 30  2003 /dev/cdu31a&lt;BR /&gt;brw-rw----    1 root     disk      24,   0 Jan 30  2003 /dev/cdu535&lt;BR /&gt;&lt;BR /&gt;Plz Help. whats wrong why i received the "mount: special device /dev/cdrom does not exist" error&lt;BR /&gt;message&lt;BR /&gt;&lt;BR /&gt;Thanks to All&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Thu, 18 Nov 2004 23:48:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/special-device-dev-cdrom-does-not-exist-plz-help/m-p/3425777#M71309</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2004-11-18T23:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: special device /dev/cdrom does not exist -- plz help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/special-device-dev-cdrom-does-not-exist-plz-help/m-p/3425778#M71310</link>
      <description>It just means that the symbolic link to your CDROM device isn't there.&lt;BR /&gt;&lt;BR /&gt;Find out which device node your CDROM is connected too (see /var/log/dmesg for details), and create the appropraite symbolic link (ln -sf /dev/&lt;WHATEVER&gt; /dev/cdrom)&lt;BR /&gt;&lt;BR /&gt;If you areu sing the 'ide-scsi' module(lsmod), and are using the appropraite boot-loader options, then it gets a little more complicated.&lt;/WHATEVER&gt;</description>
      <pubDate>Fri, 19 Nov 2004 00:07:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/special-device-dev-cdrom-does-not-exist-plz-help/m-p/3425778#M71310</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-11-19T00:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: special device /dev/cdrom does not exist -- plz help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/special-device-dev-cdrom-does-not-exist-plz-help/m-p/3425779#M71311</link>
      <description>find out the device of cdrom device:&lt;BR /&gt;# dmesg |grep -i cd&lt;BR /&gt;or &lt;BR /&gt;# dmesg |grep -i rom&lt;BR /&gt;for example,&lt;BR /&gt;linux:/dev # dmesg |grep -i rom&lt;BR /&gt;hda: CDU5211, ATAPI CD/DVD-ROM drive&lt;BR /&gt;hda: ATAPI 52X CD-ROM drive, 120kB Cache&lt;BR /&gt;Uniform CD-ROM driver Revision: 3.12&lt;BR /&gt;cdrom: open failed.&lt;BR /&gt;&lt;BR /&gt;then, you may make a sybolic like to the cdrom device file as follows:&lt;BR /&gt;# ln -s /dev/hda /dev/cdrom&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Nov 2004 00:39:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/special-device-dev-cdrom-does-not-exist-plz-help/m-p/3425779#M71311</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2004-11-19T00:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: special device /dev/cdrom does not exist -- plz help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/special-device-dev-cdrom-does-not-exist-plz-help/m-p/3425780#M71312</link>
      <description>If you have working CD and you know where is connect  :) &lt;BR /&gt;you can use it: &lt;BR /&gt;&lt;BR /&gt;linux  IDE map:&lt;BR /&gt;Primary/Master = /dev/hda&lt;BR /&gt;Primary/Slave = /dev/hdb&lt;BR /&gt;Secondary/Master = /dev/hdc&lt;BR /&gt;Secondary/Slave = /dev/hdd&lt;BR /&gt;&lt;BR /&gt;/dev/cdrom is just link&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Nov 2004 03:09:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/special-device-dev-cdrom-does-not-exist-plz-help/m-p/3425780#M71312</guid>
      <dc:creator>Ivajlo Yanakiev</dc:creator>
      <dc:date>2004-11-19T03:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: special device /dev/cdrom does not exist -- plz help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/special-device-dev-cdrom-does-not-exist-plz-help/m-p/3425781#M71313</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;/dev/cdrom is usually linked to /dev/hdc so let try mount /dev/hdc /mnt/cdrom, it should be ok.&lt;BR /&gt;&lt;BR /&gt;After that create cdrom link to hdc or edit /etc/fstab and type right device file there:&lt;BR /&gt;&lt;BR /&gt;/dev/hdc/   /mnt/cdrom&lt;BR /&gt;&lt;BR /&gt;br Jan</description>
      <pubDate>Fri, 19 Nov 2004 04:19:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/special-device-dev-cdrom-does-not-exist-plz-help/m-p/3425781#M71313</guid>
      <dc:creator>Jan Sladky</dc:creator>
      <dc:date>2004-11-19T04:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: special device /dev/cdrom does not exist -- plz help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/special-device-dev-cdrom-does-not-exist-plz-help/m-p/3425782#M71314</link>
      <description>Dear All, Many Thanks, for help, and even prompt/quick help.&lt;BR /&gt;&lt;BR /&gt;Many Thanks Stuart ... u replied my first ... and my prblm was solved after reading ur post.&lt;BR /&gt;&lt;BR /&gt;Many Thanks twang, Ivajlo Yanakiev, and Jan Sladky for help and explanations &lt;BR /&gt;&lt;BR /&gt;Once Again, Thanks A Million to All.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Fri, 19 Nov 2004 23:50:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/special-device-dev-cdrom-does-not-exist-plz-help/m-p/3425782#M71314</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2004-11-19T23:50:50Z</dc:date>
    </item>
  </channel>
</rss>

