<?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: hardware path in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/hardware-path/m-p/2930676#M3974</link>
    <description>how about the output from something like:&lt;BR /&gt;&lt;BR /&gt;dmesg | grep -E "^[sh]d"&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;grep -E "^[sh]d" /var/log/dmesg&lt;BR /&gt;&lt;BR /&gt;Also, the output of these commands might help us some more:&lt;BR /&gt;&lt;BR /&gt;grep cdrom /etc/fstab&lt;BR /&gt;ls -l /dev/cdrom&lt;BR /&gt;&lt;BR /&gt;One last command which might help us is this one:&lt;BR /&gt;&lt;BR /&gt;lsmod | grep ide&lt;BR /&gt;&lt;BR /&gt;This will tell us if you have the 'ide-scsi' module inserted (which makes IDE CD drives emulate SCSI behaviour, used mostly when CD Burners are in play).&lt;BR /&gt;&lt;BR /&gt;If it is listed by the above command, the output of:&lt;BR /&gt;&lt;BR /&gt;cat /proc/scsi/scsi&lt;BR /&gt;&lt;BR /&gt;would also be of use.&lt;BR /&gt;&lt;BR /&gt;Also, what are the exact commands you have attempted to use?&lt;BR /&gt;&lt;BR /&gt;With these details, we should be able to give you an accurate answer on how to mount your CD media.</description>
    <pubDate>Thu, 20 Mar 2003 04:47:07 GMT</pubDate>
    <dc:creator>Stuart Browne</dc:creator>
    <dc:date>2003-03-20T04:47:07Z</dc:date>
    <item>
      <title>hardware path</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hardware-path/m-p/2930670#M3968</link>
      <description>I want to mount the cdrom , how to know the cdrom hardware path? thx.</description>
      <pubDate>Wed, 19 Mar 2003 10:44:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hardware-path/m-p/2930670#M3968</guid>
      <dc:creator>juno2</dc:creator>
      <dc:date>2003-03-19T10:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: hardware path</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hardware-path/m-p/2930671#M3969</link>
      <description>depends on what type of cdrom it is.&lt;BR /&gt;&lt;BR /&gt;if it is ide, then it is one of hda, hdb, hdc, hdd.&lt;BR /&gt;&lt;BR /&gt;u can also use the /dev/cdrom which is normally a symbolic link to either one of those above.&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;-balaji&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Mar 2003 10:56:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hardware-path/m-p/2930671#M3969</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-03-19T10:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: hardware path</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hardware-path/m-p/2930672#M3970</link>
      <description>Hi,&lt;BR /&gt;Normally the cdrom entry is allready  in /etc/fstab.&lt;BR /&gt;&lt;BR /&gt;On my RH8 it mounts /dev/crom to /mnt/cdrom. So i type: mount /mnt/cdrom&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Donald</description>
      <pubDate>Wed, 19 Mar 2003 11:58:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hardware-path/m-p/2930672#M3970</guid>
      <dc:creator>Donald Kok</dc:creator>
      <dc:date>2003-03-19T11:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: hardware path</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hardware-path/m-p/2930673#M3971</link>
      <description>Hi, &lt;BR /&gt;Normally the cdrom is /dev/hdd&lt;BR /&gt;execute cat /etc/fstab&lt;BR /&gt;&lt;BR /&gt;if you version is old execute:&lt;BR /&gt;mount -t iso9660 /dev/cdrom /mnt/cdrom&lt;BR /&gt;&lt;BR /&gt;version update&lt;BR /&gt;mount /dev/cdrom /mnt/cdrom&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Mar 2003 20:49:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hardware-path/m-p/2930673#M3971</guid>
      <dc:creator>Jairo Campana</dc:creator>
      <dc:date>2003-03-19T20:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: hardware path</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hardware-path/m-p/2930674#M3972</link>
      <description>but when i mount the cdrom , it return the error.&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;how to fix ? thx</description>
      <pubDate>Thu, 20 Mar 2003 01:11:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hardware-path/m-p/2930674#M3972</guid>
      <dc:creator>juno2</dc:creator>
      <dc:date>2003-03-20T01:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: hardware path</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hardware-path/m-p/2930675#M3973</link>
      <description>hi,&lt;BR /&gt;could you please post relevant messages from dmesg related to cdrom. from there we can get some info.&lt;BR /&gt;also, can u paste the output of /proc/devices.&lt;BR /&gt;&lt;BR /&gt;-balaji</description>
      <pubDate>Thu, 20 Mar 2003 04:05:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hardware-path/m-p/2930675#M3973</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-03-20T04:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: hardware path</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hardware-path/m-p/2930676#M3974</link>
      <description>how about the output from something like:&lt;BR /&gt;&lt;BR /&gt;dmesg | grep -E "^[sh]d"&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;grep -E "^[sh]d" /var/log/dmesg&lt;BR /&gt;&lt;BR /&gt;Also, the output of these commands might help us some more:&lt;BR /&gt;&lt;BR /&gt;grep cdrom /etc/fstab&lt;BR /&gt;ls -l /dev/cdrom&lt;BR /&gt;&lt;BR /&gt;One last command which might help us is this one:&lt;BR /&gt;&lt;BR /&gt;lsmod | grep ide&lt;BR /&gt;&lt;BR /&gt;This will tell us if you have the 'ide-scsi' module inserted (which makes IDE CD drives emulate SCSI behaviour, used mostly when CD Burners are in play).&lt;BR /&gt;&lt;BR /&gt;If it is listed by the above command, the output of:&lt;BR /&gt;&lt;BR /&gt;cat /proc/scsi/scsi&lt;BR /&gt;&lt;BR /&gt;would also be of use.&lt;BR /&gt;&lt;BR /&gt;Also, what are the exact commands you have attempted to use?&lt;BR /&gt;&lt;BR /&gt;With these details, we should be able to give you an accurate answer on how to mount your CD media.</description>
      <pubDate>Thu, 20 Mar 2003 04:47:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hardware-path/m-p/2930676#M3974</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-03-20T04:47:07Z</dc:date>
    </item>
  </channel>
</rss>

