From owner-freebsd-questions Sat May 26 20: 7:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 8F34637B424 for ; Sat, 26 May 2001 20:07:37 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.11.3/8.11.3) id f4R37Xv08039; Sat, 26 May 2001 22:07:33 -0500 (CDT) (envelope-from dan) Date: Sat, 26 May 2001 22:07:33 -0500 From: Dan Nelson To: Felix Hernandez Cc: Bill Moran , freebsd-questions@FreeBSD.ORG Subject: Re: Slower tape drive when compression off Message-ID: <20010526220733.A21021@dan.emsphone.com> References: <20010526225855.16007.qmail@web9506.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20010526225855.16007.qmail@web9506.mail.yahoo.com> User-Agent: Mutt/1.3.18i X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In the last episode (May 26), Felix Hernandez said: > root@oberon $$$ mt comp off > root@oberon $$$ dd if=junk of=/dev/rsa0 bs=10k > 51200000 bytes transferred in 20.322325 secs (2519397 bytes/sec) > > root@oberon $$$ mt comp on > root@oberon $$$ dd if=junk of=/dev/rsa0 bs=10k > 51200000 bytes transferred in 12.665153 secs (4042588 bytes/sec) That's really weird. A 10k blocksize is pretty small for DLT, though (it's the default tar blocksize). Try with a 64K blocksize, and tell us your CPU speed. A DLT8000 should be able to stream data at 6MB/sec native, 12MB/sec if the data is compressible. Maybe your hardware isn't capable of sending data to the DLT fast enough to keep it streaming. Also see what a "dd if=/dev/zero of=/dev/rsa0 bs=64k" does; maybe your disks are the bottleneck. Turn compression off for this test, of course :) -- Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message