From owner-freebsd-hardware Wed Oct 18 1:44:16 2000 Delivered-To: freebsd-hardware@freebsd.org Received: from mtu.ru (ns.mtu.ru [195.34.32.10]) by hub.freebsd.org (Postfix) with ESMTP id 14DBA37B4F9 for ; Wed, 18 Oct 2000 01:44:09 -0700 (PDT) X-Recipient: freebsd-hardware@freebsd.org Received: from srv4.any (ppp103-40.dialup.mtu-net.ru [212.188.103.40]) by mtu.ru (Postfix) with ESMTP id 539AD772A for ; Wed, 18 Oct 2000 12:44:05 +0400 (MSD) (envelope-from avn@any.ru) Date: Wed, 18 Oct 2000 12:45:04 +0400 From: "Alexey V.Neyman" X-Mailer: The Bat! (v1.39) UNREG / CD5BF9353B3B7091 Reply-To: "Alexey V.Neyman" Organization: ANY X-Priority: 3 (Normal) Message-ID: <12531.001018@any.ru> To: freebsd-hardware@freebsd.org Subject: ATAPI timeout Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Good day. Some time ago I posted here a problem description. ======== I've encountered the following problem using Seagate STT20000A Hornet Travan 20Gb streamer (IDE, Travan 5, connected to primary IDE controller as slave), tape "Imation Travan5", under FreeBSD 3.3-RELEASE. Performing #dump -0uc -d 67733 -f /dev/rwst0 / causes the following to be output by dump: [...first portion skipped, it looks like normal dump work...] DUMP: DUMP: 25933 tape blocks on 1 volume DUMP: finished in 68 seconds, throughput 381Kbytes/sec DUMP: level 0 dump on Wed Oct 11 16:51:37 2000 DUMP: closing /dev/rwst0 On this stage, IDE controller hangs. The following is displayed on the console: wst0: 26542080d total bytes transferred atapi0.1: controller not ready, status=c0 , error=c0 atapi0.1: controller not ready for cmd atapi0.1: controller not ready for cmd atapi0.1: controller not ready for cmd wst0: Sense media failed ======== I found a workaround for this, yet I don't understand how to work with this normally. The workaround is to create dump on filesystem like #dump -0uc -d /usr2/dump / and then copy it to tape with cpio #echo "/usr2/dump" | cpio -o -F /dev/rwst0 -C 32768 Does anybody know what is the difference between dump and cpio in their work with tape writer /dev/rwst0 ? -- Best regards, Alexey mailto:avn@any.ru PS. I heard no response. Is this letter visible to others? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message