<?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 not mounting in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/cd-not-mounting/m-p/4116869#M31040</link>
    <description>Oooops... sorry, the problem was to "mount", not umount.&lt;BR /&gt;&lt;BR /&gt;Ok, (mount: No medium found).&lt;BR /&gt;&lt;BR /&gt;You don't have a cdrom specification in fstab, so you should use the full mount command, for example:&lt;BR /&gt;&lt;BR /&gt;mount /dev/cdrom /media/cdrom&lt;BR /&gt;&lt;BR /&gt;If /dev/cdrom does not works, then try with /dev/hda /dev/hdb /dev/hdc or /dev/hdd dependind of where is connected your cdrom. You can check this from the output of dmesg.</description>
    <pubDate>Fri, 14 Dec 2007 13:41:09 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2007-12-14T13:41:09Z</dc:date>
    <item>
      <title>cd not mounting</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cd-not-mounting/m-p/4116867#M31038</link>
      <description>hi all..&lt;BR /&gt;  i got this error (mount: No medium found) when i entered mount /dev/cdrom /mnt/cdrom in my frdora 7 box.&lt;BR /&gt;my /etc/fstab is like :&lt;BR /&gt;proc /proc proc defaults 0 0&lt;BR /&gt;LABEL=/                 /                       ext3    defaults        1 1&lt;BR /&gt;LABEL=/boot             /boot                   ext3    defaults        1 2&lt;BR /&gt;tmpfs                   /dev/shm                tmpfs   defaults        0 0&lt;BR /&gt;devpts                  /dev/pts                devpts  gid=5,mode=620  0 0&lt;BR /&gt;sysfs                   /sys                    sysfs   defaults        0 0&lt;BR /&gt;proc                    /proc                   proc    defaults        0 0&lt;BR /&gt;LABEL=SWAP-sda5         swap                    swap    defaults        0 0&lt;BR /&gt;&lt;BR /&gt;and my /etc/mtab is :&lt;BR /&gt;/dev/sda3 / ext3 rw 0 0&lt;BR /&gt;proc /proc proc rw 0 0&lt;BR /&gt;sysfs /sys sysfs rw 0 0&lt;BR /&gt;devpts /dev/pts devpts rw,gid=5,mode=620 0 0&lt;BR /&gt;/dev/sda2 /boot ext3 rw 0 0&lt;BR /&gt;tmpfs /dev/shm tmpfs rw 0 0&lt;BR /&gt;usbfs /proc/bus/usb usbfs rw 0 0&lt;BR /&gt;tmpfs /dev tmpfs rw,size=10M,mode=0755 0 0&lt;BR /&gt;none /proc/sys/fs/binfmt_misc binfmt_misc rw 0 0&lt;BR /&gt;sunrpc /var/lib/nfs/rpc_pipefs rpc_pipefs rw 0 0&lt;BR /&gt;&lt;BR /&gt;and i tried mount /media/cdrom i got :&lt;BR /&gt;mount: can't find /media/cdrom in /etc/fstab or /etc/mtab&lt;BR /&gt;&lt;BR /&gt;how can i mount..!!!&lt;BR /&gt;help me plz..&lt;BR /&gt;usefull answers will get points....&lt;BR /&gt;&lt;BR /&gt;thanx in advance...&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Dec 2007 12:18:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cd-not-mounting/m-p/4116867#M31038</guid>
      <dc:creator>Abhirama.M.V</dc:creator>
      <dc:date>2007-12-14T12:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: cd not mounting</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cd-not-mounting/m-p/4116868#M31039</link>
      <description>Check if your cdrom is really mounted with the mount command and the mount point.&lt;BR /&gt;&lt;BR /&gt;You can also use the "eject" command.</description>
      <pubDate>Fri, 14 Dec 2007 13:14:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cd-not-mounting/m-p/4116868#M31039</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-12-14T13:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: cd not mounting</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cd-not-mounting/m-p/4116869#M31040</link>
      <description>Oooops... sorry, the problem was to "mount", not umount.&lt;BR /&gt;&lt;BR /&gt;Ok, (mount: No medium found).&lt;BR /&gt;&lt;BR /&gt;You don't have a cdrom specification in fstab, so you should use the full mount command, for example:&lt;BR /&gt;&lt;BR /&gt;mount /dev/cdrom /media/cdrom&lt;BR /&gt;&lt;BR /&gt;If /dev/cdrom does not works, then try with /dev/hda /dev/hdb /dev/hdc or /dev/hdd dependind of where is connected your cdrom. You can check this from the output of dmesg.</description>
      <pubDate>Fri, 14 Dec 2007 13:41:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cd-not-mounting/m-p/4116869#M31040</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-12-14T13:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: cd not mounting</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cd-not-mounting/m-p/4116870#M31041</link>
      <description>Here is what i use in fstab of my RHEL servers&lt;BR /&gt;&lt;BR /&gt;/dev/cdrom              /mnt/cdrom              udf,iso9660 noauto,owner,kudzu,ro 0 0&lt;BR /&gt;&lt;BR /&gt;You may try mount w/o an fstab entry &lt;BR /&gt;&lt;BR /&gt;mount -F iso9660 /dev/devicefile /mountpoint</description>
      <pubDate>Sat, 15 Dec 2007 18:48:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cd-not-mounting/m-p/4116870#M31041</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2007-12-15T18:48:03Z</dc:date>
    </item>
  </channel>
</rss>

