From owner-freebsd-questions@FreeBSD.ORG Thu Apr 10 17:54:02 2003 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 C435F37B401 for ; Thu, 10 Apr 2003 17:54:02 -0700 (PDT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id E20B543F85 for ; Thu, 10 Apr 2003 17:54:01 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.9/8.12.9) id h3B0s1iK019570; Thu, 10 Apr 2003 19:54:01 -0500 (CDT) (envelope-from dan) Date: Thu, 10 Apr 2003 19:54:01 -0500 From: Dan Nelson To: Brandon Hagedorn Message-ID: <20030411005400.GQ30909@dan.emsphone.com> References: <007901c2ffba$94601540$33477140@dakine> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <007901c2ffba$94601540$33477140@dakine> X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.4i cc: freebsd-questions@freebsd.org Subject: Re: DDS3 not backing up full amount 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: Fri, 11 Apr 2003 00:54:03 -0000 In the last episode (Apr 10), Brandon Hagedorn said: > Have a question about dds3 tape drives... I have a SONY SDT-9000 and > when I use this command "tar c backup/ --totals" I get this message when > the backup contains around 11.4 GB of files, here is the message > "Total Bytes written 10612029440 (9.9GB, 994Kb/s) tar:/dev/sa0: Wrote > only 0 of 10240 bytes tar: error is not recoverable: exiting now" > > Was wondering why it's only going to 9.9 GB when the tapes are 12/24GB? > I've tried 4 different (new) tapes and tried backing up 40GB of data ( > which I knew it wouldn't backup the whole thing). The same thing > happens, stops at the 9.9GB point. Try using a larger blocksize. Tar defaults to 10k which is pretty small. Try 64k (the max FreeBSD can do): "tar cb 128 backup/ --totals" -- Dan Nelson dnelson@allantgroup.com