<?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: Tape Device in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/tape-device/m-p/3076425#M6739</link>
    <description>Umm, dumb question.. RH9 comes with 2.4.20-8 as it's kernel revision.&lt;BR /&gt; &lt;BR /&gt;Why didn't you just pull the RH kernel-source RPM and use that?&lt;BR /&gt; &lt;BR /&gt;In any case, how did you compile tape and SCSI support, as modules?&lt;BR /&gt; &lt;BR /&gt;Is the 'st' module loaded when you try to use the device (lsmod) ?&lt;BR /&gt; &lt;BR /&gt;Is the correct driver for your SCSI channel compiled in, or modular (see /etc/modules.conf for the driver name) ?&lt;BR /&gt; &lt;BR /&gt;Did the tape device show up in 2 places:&lt;BR /&gt; &lt;BR /&gt;- During POST in the SCSI controller init - phase&lt;BR /&gt;- During boot-up ? (use either the 'dmesg' command or the file '/var/log/dmesg' to find out)&lt;BR /&gt; &lt;BR /&gt;You should see references about the 'st' device being found.</description>
    <pubDate>Tue, 23 Sep 2003 18:42:14 GMT</pubDate>
    <dc:creator>Stuart Browne</dc:creator>
    <dc:date>2003-09-23T18:42:14Z</dc:date>
    <item>
      <title>Tape Device</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tape-device/m-p/3076423#M6737</link>
      <description>I loaded a new kernel to help me support ACL's.&lt;BR /&gt;I loaded linux-2.4.19 kernel on my RH9 system. Not sure if anyone remembers my problem. I was trying to control Samba permissions from the windows side. It took a month of work but I got it,finally. Just in case someone was wondering. If you are interested in doing the same, please post and I can send you something offline to explain how we are doing this. We are running RH9 Linux, it hands out file shares, and we can now control permissions from the NT side through MMC or Computer Manager.&lt;BR /&gt;&lt;BR /&gt;So enough of that.. My problem is, after loading this new kernel I cant use my tape drive.&lt;BR /&gt;&lt;BR /&gt;When I run tar commands, I get:&lt;BR /&gt;"[root@mahimahi src]# tar -cvf /dev/st0 /ASU&lt;BR /&gt;tar: /dev/st0: Cannot open: No such device&lt;BR /&gt;tar: Error is not recoverable: exiting now"&lt;BR /&gt;&lt;BR /&gt;Hardware browser shows:&lt;BR /&gt;"Manufacturer:   unknown"&lt;BR /&gt;"Driver:   none or built-in"&lt;BR /&gt;"Device:   /dev/st"&lt;BR /&gt;&lt;BR /&gt;My device is usually /dev/st0. Not sure what is going on here. Any help is appreciated. I am under the gun now. I got ACLS working but now I cant backup my box to tape.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Sep 2003 09:16:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tape-device/m-p/3076423#M6737</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2003-09-23T09:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Tape Device</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tape-device/m-p/3076424#M6738</link>
      <description>I know this sounds simple but still:&lt;BR /&gt;Shut down your station. Pull the cable of the tape out of controller turn the tape device off and on and then insert it again . Helped me a few times.&lt;BR /&gt;&lt;BR /&gt;I'd like to know how to allow permissions modification the way you described. Can you post a file please?&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Sep 2003 10:02:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tape-device/m-p/3076424#M6738</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2003-09-23T10:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: Tape Device</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tape-device/m-p/3076425#M6739</link>
      <description>Umm, dumb question.. RH9 comes with 2.4.20-8 as it's kernel revision.&lt;BR /&gt; &lt;BR /&gt;Why didn't you just pull the RH kernel-source RPM and use that?&lt;BR /&gt; &lt;BR /&gt;In any case, how did you compile tape and SCSI support, as modules?&lt;BR /&gt; &lt;BR /&gt;Is the 'st' module loaded when you try to use the device (lsmod) ?&lt;BR /&gt; &lt;BR /&gt;Is the correct driver for your SCSI channel compiled in, or modular (see /etc/modules.conf for the driver name) ?&lt;BR /&gt; &lt;BR /&gt;Did the tape device show up in 2 places:&lt;BR /&gt; &lt;BR /&gt;- During POST in the SCSI controller init - phase&lt;BR /&gt;- During boot-up ? (use either the 'dmesg' command or the file '/var/log/dmesg' to find out)&lt;BR /&gt; &lt;BR /&gt;You should see references about the 'st' device being found.</description>
      <pubDate>Tue, 23 Sep 2003 18:42:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tape-device/m-p/3076425#M6739</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-09-23T18:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Tape Device</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tape-device/m-p/3076426#M6740</link>
      <description>Yes, Thank You.&lt;BR /&gt;&lt;BR /&gt;I had to recompile the kernel with scsi tape support. Dont know how I forgot that. We built this kernel manually.&lt;BR /&gt;&lt;BR /&gt;10x&lt;BR /&gt;RPM</description>
      <pubDate>Wed, 24 Sep 2003 06:43:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tape-device/m-p/3076426#M6740</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2003-09-24T06:43:05Z</dc:date>
    </item>
  </channel>
</rss>

