<?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: Can't use tape drive in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/can-t-use-tape-drive/m-p/4281100#M34093</link>
    <description>See "cat /proc/scsi/scsi". It will show all devices detected on all SCSI buses (and also USB storage devices and any other devices that emulate SCSI at some level).&lt;BR /&gt;&lt;BR /&gt;If the tape drive is not listed, it might be a hardware problem. Check the cables. If the tape drive is external, make sure it is receiving power. (I've made this mistake once or twice...)&lt;BR /&gt;&lt;BR /&gt;If the tape drive shows up in the /proc/scsi/scsi listing, maybe the tape driver module is not loaded. Run "modprobe st" and try the mt command again.&lt;BR /&gt;&lt;BR /&gt;MK</description>
    <pubDate>Wed, 08 Oct 2008 06:59:33 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2008-10-08T06:59:33Z</dc:date>
    <item>
      <title>Can't use tape drive</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-use-tape-drive/m-p/4281097#M34090</link>
      <description>I have a SCSI tape drive ( DDS4 ) that attached to the server , but I tried to use the command "dmesg |grep st0" can't see the device , I use the same command can see the drive at long long time ago , I don't know if the drive have hardware problem or the device path (st0) is incorrect , can advise how can I use it ? is there any way that I can check the presence of it ? &lt;BR /&gt;&lt;BR /&gt;thx</description>
      <pubDate>Mon, 06 Oct 2008 08:58:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-use-tape-drive/m-p/4281097#M34090</guid>
      <dc:creator>haeman</dc:creator>
      <dc:date>2008-10-06T08:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Can't use tape drive</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-use-tape-drive/m-p/4281098#M34091</link>
      <description>Try with the lssd command. What is the output returned by mt -f /dev/st0 status?</description>
      <pubDate>Mon, 06 Oct 2008 11:05:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-use-tape-drive/m-p/4281098#M34091</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2008-10-06T11:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Can't use tape drive</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-use-tape-drive/m-p/4281099#M34092</link>
      <description>the reply ,&lt;BR /&gt;&lt;BR /&gt;# mt -f /dev/st0 status&lt;BR /&gt;/dev/st0: No such device&lt;BR /&gt;&lt;BR /&gt;and I can't find lssd command in my system  ,&lt;BR /&gt;&lt;BR /&gt;coud advise how to fix it ? thx</description>
      <pubDate>Wed, 08 Oct 2008 04:59:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-use-tape-drive/m-p/4281099#M34092</guid>
      <dc:creator>haeman</dc:creator>
      <dc:date>2008-10-08T04:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: Can't use tape drive</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-use-tape-drive/m-p/4281100#M34093</link>
      <description>See "cat /proc/scsi/scsi". It will show all devices detected on all SCSI buses (and also USB storage devices and any other devices that emulate SCSI at some level).&lt;BR /&gt;&lt;BR /&gt;If the tape drive is not listed, it might be a hardware problem. Check the cables. If the tape drive is external, make sure it is receiving power. (I've made this mistake once or twice...)&lt;BR /&gt;&lt;BR /&gt;If the tape drive shows up in the /proc/scsi/scsi listing, maybe the tape driver module is not loaded. Run "modprobe st" and try the mt command again.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Wed, 08 Oct 2008 06:59:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-use-tape-drive/m-p/4281100#M34093</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2008-10-08T06:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: Can't use tape drive</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-use-tape-drive/m-p/4281101#M34094</link>
      <description>thx reply ,&lt;BR /&gt;&lt;BR /&gt;I use internal tape drive &lt;BR /&gt;&lt;BR /&gt;The below is the result to find the scsi list , I could not find any word like st , tape etc, does it mean the tape drvie is not attached ?  &lt;BR /&gt; &lt;BR /&gt;cat /proc/scsi/scsi |more&lt;BR /&gt;Attached devices:&lt;BR /&gt;Host: scsi1 Channel: 00 Id: 00 Lun: 00&lt;BR /&gt;  Vendor: DELL     Model: Ora Con1       Rev: V1.0&lt;BR /&gt;  Type:   Direct-Access                    ANSI SCSI revision: 02&lt;BR /&gt;Host: scsi3 Channel: 00 Id: 00 Lun: 00&lt;BR /&gt;  Vendor: DGC      Model: RAID 10          Rev: 0219&lt;BR /&gt;  Type:   Direct-Access                    ANSI SCSI revision: 04&lt;BR /&gt;Host: scsi3 Channel: 00 Id: 00 Lun: 01&lt;BR /&gt;  Vendor: DGC      Model: RAID 10          Rev: 0219&lt;BR /&gt;  Type:   Direct-Access                    ANSI SCSI revision: 04&lt;BR /&gt;Host: scsi3 Channel: 00 Id: 00 Lun: 02&lt;BR /&gt;  Vendor: DGC      Model: RAID 10          Rev: 0219&lt;BR /&gt;  Type:   Direct-Access                    ANSI SCSI revision: 04&lt;BR /&gt;Host: scsi3 Channel: 00 Id: 00 Lun: 03&lt;BR /&gt;  Vendor: DGC      Model: RAID 5           Rev: 0219&lt;BR /&gt;  Type:   Direct-Access                    ANSI SCSI revision: 04&lt;BR /&gt;Host: scsi3 Channel: 00 Id: 00 Lun: 04&lt;BR /&gt;  Vendor: DGC      Model: RAID 5           Rev: 0219&lt;BR /&gt;  Type:   Direct-Access                    ANSI SCSI revision: 04&lt;BR /&gt;Host: scsi4 Channel: 00 Id: 00 Lun: 00&lt;BR /&gt;  Vendor: DGC      Model: RAID 10          Rev: 0219&lt;BR /&gt;  Type:   Direct-Access                    ANSI SCSI revision: 04&lt;BR /&gt;Host: scsi4 Channel: 00 Id: 00 Lun: 01&lt;BR /&gt;Host: scsi4 Channel: 00 Id: 00 Lun: 02&lt;BR /&gt;  Vendor: DGC      Model: RAID 10          Rev: 0219&lt;BR /&gt;  Type:   Direct-Access                    ANSI SCSI revision: 04&lt;BR /&gt;Host: scsi4 Channel: 00 Id: 00 Lun: 03&lt;BR /&gt;  Vendor: DGC      Model: RAID 5           Rev: 0219&lt;BR /&gt;  Type:   Direct-Access                    ANSI SCSI revision: 04&lt;BR /&gt;Host: scsi4 Channel: 00 Id: 00 Lun: 04&lt;BR /&gt;  Vendor: DGC      Model: RAID 5           Rev: 0219&lt;BR /&gt;  Type:   Direct-Access                    ANSI SCSI revision: 04&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Oct 2008 07:37:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-use-tape-drive/m-p/4281101#M34094</guid>
      <dc:creator>haeman</dc:creator>
      <dc:date>2008-10-08T07:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: Can't use tape drive</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-use-tape-drive/m-p/4281102#M34095</link>
      <description>run folowing command&lt;BR /&gt;&lt;BR /&gt;modprobe ide-scsi&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Oct 2008 06:13:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-use-tape-drive/m-p/4281102#M34095</guid>
      <dc:creator>Sandeep_Chaudhary</dc:creator>
      <dc:date>2008-10-09T06:13:59Z</dc:date>
    </item>
  </channel>
</rss>

