From owner-freebsd-questions@FreeBSD.ORG Thu Oct 7 03:24:17 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 760F816A4CE for ; Thu, 7 Oct 2004 03:24:17 +0000 (GMT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 277D243D2D for ; Thu, 7 Oct 2004 03:24:17 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.11/8.12.11) id i973OG9M060942 for freebsd-questions@freebsd.org; Wed, 6 Oct 2004 22:24:16 -0500 (CDT) (envelope-from dan) Date: Wed, 6 Oct 2004 22:24:16 -0500 From: Dan Nelson To: freebsd-questions@freebsd.org Message-ID: <20041007032416.GK3848@dan.emsphone.com> References: <20041007025138.GA19296@SDF.LONESTAR.ORG> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041007025138.GA19296@SDF.LONESTAR.ORG> X-OS: FreeBSD 5.3-BETA7 X-message-flag: Outlook Error User-Agent: Mutt/1.5.6i Subject: Re: Tape xfers topping out at 10K per transaction? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Oct 2004 03:24:17 -0000 In the last episode (Oct 06), Kevin A. Pieckiel said: > I've got an Exabyte M2 connected to my system. I'm running version > 5.2.1 and have seen this drive do 64K transfers with "systat -vm" > before (although that was under version 4.9). I can't for the life > of me find out why I'm only getting 10K per transaction while I'm > reading from my tape now. At the rate it's going, it will take over > 10 hours to read through the entire thing. I know the tape drive is > capable of reading an entire tape in about three hours. Tar defaults to a 10k blocksize. When creating tapes, use the 'b' flag to specify blocksize in 512-byte units. For a 64k blocksize: "tar cvbf 128 /dev/sa0 /usr" -- Dan Nelson dnelson@allantgroup.com