<?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 HP Colorado 5GB internal, Red Hat 7.1, tape read problems in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/hp-colorado-5gb-internal-red-hat-7-1-tape-read-problems/m-p/2579573#M79225</link>
    <description>I have a HP Colorado 5GB internal tape drive and Red Hat 7.1 operating system. I am able to write to the device without any problems. However when I go to read the device I get errors (No matter how I write to the device).&lt;BR /&gt;&lt;BR /&gt;Here is what appears when I try to read the device:&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/ht0 of=x&lt;BR /&gt;dd: reading `/dev/ht0': Input/output error&lt;BR /&gt;0+0 records in&lt;BR /&gt;0+0 records out     &lt;BR /&gt;&lt;BR /&gt;Here is what appears in the /var/log/messages file:&lt;BR /&gt;&lt;BR /&gt;Sep 14 08:19:15 www kernel: ide-tape: hdb &amp;lt;-&amp;gt; ht0: HP COLORADO 5GB rev 2.03&lt;BR /&gt;Sep 14 08:19:15 www kernel: ide-tape: hdb: overriding capabilities-&amp;gt;speed (assum&lt;BR /&gt;ing 650KB/sec)&lt;BR /&gt;Sep 14 08:19:15 www kernel: ide-tape: hdb: overriding capabilities-&amp;gt;max_speed (a&lt;BR /&gt;ssuming 650KB/sec)&lt;BR /&gt;Sep 14 08:19:15 www kernel: ide-tape: hdb &amp;lt;-&amp;gt; ht0: 650KBps, 16*32kB buffer, 6336&lt;BR /&gt;kB pipeline, 100ms tDSC&lt;BR /&gt;Sep 14 08:19:15 www kernel: ide-tape: Reached idetape_chrdev_open&lt;BR /&gt;Sep 14 08:19:15 www kernel: ide-tape: ht0: I/O error, pc =  8, key =  5, asc = 2&lt;BR /&gt;c, ascq =  0                          &lt;BR /&gt;&lt;BR /&gt;Any help would be appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;-Jim Wartnick</description>
    <pubDate>Fri, 14 Sep 2001 12:34:13 GMT</pubDate>
    <dc:creator>Jim Wartnick</dc:creator>
    <dc:date>2001-09-14T12:34:13Z</dc:date>
    <item>
      <title>HP Colorado 5GB internal, Red Hat 7.1, tape read problems</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-colorado-5gb-internal-red-hat-7-1-tape-read-problems/m-p/2579573#M79225</link>
      <description>I have a HP Colorado 5GB internal tape drive and Red Hat 7.1 operating system. I am able to write to the device without any problems. However when I go to read the device I get errors (No matter how I write to the device).&lt;BR /&gt;&lt;BR /&gt;Here is what appears when I try to read the device:&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/ht0 of=x&lt;BR /&gt;dd: reading `/dev/ht0': Input/output error&lt;BR /&gt;0+0 records in&lt;BR /&gt;0+0 records out     &lt;BR /&gt;&lt;BR /&gt;Here is what appears in the /var/log/messages file:&lt;BR /&gt;&lt;BR /&gt;Sep 14 08:19:15 www kernel: ide-tape: hdb &amp;lt;-&amp;gt; ht0: HP COLORADO 5GB rev 2.03&lt;BR /&gt;Sep 14 08:19:15 www kernel: ide-tape: hdb: overriding capabilities-&amp;gt;speed (assum&lt;BR /&gt;ing 650KB/sec)&lt;BR /&gt;Sep 14 08:19:15 www kernel: ide-tape: hdb: overriding capabilities-&amp;gt;max_speed (a&lt;BR /&gt;ssuming 650KB/sec)&lt;BR /&gt;Sep 14 08:19:15 www kernel: ide-tape: hdb &amp;lt;-&amp;gt; ht0: 650KBps, 16*32kB buffer, 6336&lt;BR /&gt;kB pipeline, 100ms tDSC&lt;BR /&gt;Sep 14 08:19:15 www kernel: ide-tape: Reached idetape_chrdev_open&lt;BR /&gt;Sep 14 08:19:15 www kernel: ide-tape: ht0: I/O error, pc =  8, key =  5, asc = 2&lt;BR /&gt;c, ascq =  0                          &lt;BR /&gt;&lt;BR /&gt;Any help would be appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;-Jim Wartnick</description>
      <pubDate>Fri, 14 Sep 2001 12:34:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-colorado-5gb-internal-red-hat-7-1-tape-read-problems/m-p/2579573#M79225</guid>
      <dc:creator>Jim Wartnick</dc:creator>
      <dc:date>2001-09-14T12:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: HP Colorado 5GB internal, Red Hat 7.1, tape read problems</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-colorado-5gb-internal-red-hat-7-1-tape-read-problems/m-p/2579574#M79226</link>
      <description>Hello Jim,&lt;BR /&gt;&lt;BR /&gt;I read somewhere somebody suggesting to use the scsi emulation instead of native IDE tape driver.&lt;BR /&gt;I have no idea of how to implement this, however I guess you have to load the following drivers :&lt;BR /&gt;&lt;BR /&gt;ide-scsi.o&lt;BR /&gt;sg.o (scsi generic)&lt;BR /&gt;st.o (scsi tape)&lt;BR /&gt;&lt;BR /&gt;Somewhere in your /etc/modules.conf, you may have to add :&lt;BR /&gt;&lt;BR /&gt;alias scsi_hostadapter ide-scsi&lt;BR /&gt;&lt;BR /&gt;then you should normally be able to access your Colorado tape using /dev/st0.&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;Kodjo&lt;BR /&gt;</description>
      <pubDate>Sun, 16 Sep 2001 09:51:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-colorado-5gb-internal-red-hat-7-1-tape-read-problems/m-p/2579574#M79226</guid>
      <dc:creator>Kodjo Agbenu</dc:creator>
      <dc:date>2001-09-16T09:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: HP Colorado 5GB internal, Red Hat 7.1, tape read problems</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-colorado-5gb-internal-red-hat-7-1-tape-read-problems/m-p/2579575#M79227</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If device file side confirm OK, please add&lt;BR /&gt;"bs=  " option in dd command line.&lt;BR /&gt;&lt;BR /&gt;masanari iida</description>
      <pubDate>Mon, 17 Sep 2001 05:49:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-colorado-5gb-internal-red-hat-7-1-tape-read-problems/m-p/2579575#M79227</guid>
      <dc:creator>I_M</dc:creator>
      <dc:date>2001-09-17T05:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: HP Colorado 5GB internal, Red Hat 7.1, tape read problems</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-colorado-5gb-internal-red-hat-7-1-tape-read-problems/m-p/2579576#M79228</link>
      <description>Jim,&lt;BR /&gt;&lt;BR /&gt;What is the firmware revision of the Tape Drive?  If it is not 2.08, you should upgrade the firmware of the drive.  This version of the firmware corrects several issues that can occur over time which directly affect the drives ability to read.&lt;BR /&gt;&lt;BR /&gt;Allen.</description>
      <pubDate>Fri, 28 Sep 2001 14:46:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-colorado-5gb-internal-red-hat-7-1-tape-read-problems/m-p/2579576#M79228</guid>
      <dc:creator>Allen Delehoy</dc:creator>
      <dc:date>2001-09-28T14:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: HP Colorado 5GB internal, Red Hat 7.1, tape read problems</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-colorado-5gb-internal-red-hat-7-1-tape-read-problems/m-p/2579577#M79229</link>
      <description>Hello again,&lt;BR /&gt;&lt;BR /&gt;When I see Alan's 2.4.9-ac17 change log, I found following.&lt;BR /&gt;&lt;BR /&gt;o       ide-tape fixes for HP colorado  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I don't know the detail,though.&lt;BR /&gt;&lt;BR /&gt;masanari iida&lt;BR /&gt;</description>
      <pubDate>Sun, 30 Sep 2001 05:56:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-colorado-5gb-internal-red-hat-7-1-tape-read-problems/m-p/2579577#M79229</guid>
      <dc:creator>I_M</dc:creator>
      <dc:date>2001-09-30T05:56:28Z</dc:date>
    </item>
  </channel>
</rss>

