From owner-freebsd-questions Mon Nov 9 21:03:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA10482 for freebsd-questions-outgoing; Mon, 9 Nov 1998 21:03:44 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA10477 for ; Mon, 9 Nov 1998 21:03:42 -0800 (PST) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id VAA11366; Mon, 9 Nov 1998 21:03:24 -0800 (PST) (envelope-from dwhite@resnet.uoregon.edu) Date: Mon, 9 Nov 1998 21:03:23 -0800 (PST) From: Doug White To: flygt@sr.se cc: FreeBSD Questions Subject: Re: dump and Tandberg QIC drives In-Reply-To: <19981105230125.A15599@sr.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 5 Nov 1998, Gunnar Flygt wrote: > Is there anyone out there familiar with dump? I have a Tandberg > MLR-drive that installes beautifully by FreeBSD. The problem is with > dump. It seems that it wasn't written for drives that can do 16GB on one > tape. If I try to make a backup of 500MB I get a īcalculationī from dump > that it should take 52.36 tapes to make this backup. So I changed the > density parameter to the value given by Tandberg 67700BPI. I get a > better value. Now I need only 2.54 tapes to make my backup. There is not > enough parameter setting to use with big tapes, as far as I can see. The > default tape length is 2300 feet. my tape is only 1500 feet, but can > still host 16GB. > > Does anyone know? You're getting caught in the old measurement format. Try running dump as dump -0auf /dev/nrst0 / the a option says 'use the whole tape'. If that does wierd things use the 'B' and 'b' options; see the dump manpage. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message