From owner-freebsd-questions Fri Feb 3 04:57:24 1995 Return-Path: questions-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id EAA10272 for questions-outgoing; Fri, 3 Feb 1995 04:57:24 -0800 Received: from prosun.first.gmd.de (prosun.first.gmd.de [192.35.150.136]) by freefall.cdrom.com (8.6.9/8.6.6) with SMTP id EAA10265 for ; Fri, 3 Feb 1995 04:56:09 -0800 Received: from g386bsd.first.gmd.de by prosun.first.gmd.de (4.1/SMI-4.1) id AA19543; Fri, 3 Feb 95 13:55:30 +0100 Received: by g386bsd.first.gmd.de (NAA02812); Fri, 3 Feb 1995 13:56:37 +0100 From: Andreas Schulz Message-Id: <199502031256.NAA02812@g386bsd.first.gmd.de> Subject: Re: tape backup under 2.0 To: splyaski@cmp.com (Plyaskin Sergey) Date: Fri, 3 Feb 1995 13:56:37 +0059 (MET) Cc: freebsd-questions@FreeBSD.org In-Reply-To: <2F319602@mailgate.cmp.com> from "Plyaskin Sergey" at Feb 2, 95 06:31:00 pm X-Mailer: ELM [version 2.4 PL24] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1010 Sender: questions-owner@FreeBSD.org Precedence: bulk > I have installed a Wangtek SCSI tape drive on my FreeBSD box running > 2.0-950112-SNAP. > I get a bunch of "truncating inode number" messages during backup process. > What that means? How could it be corrected? Sorry if this is a silly > question :-) > > I do the folloing: > %cd / > %find -d . | cpio -ocvB > /dev/rst0 > > It seems only long path/name entries cause that message. Can anyone explain? No, the problem is you have a large hard disk :-). The "-c" for cpio specifies an "old portable (ASCII) archive" format that can only handle 65536 inodes. But you disk have probably more, you can check that with a "df -i" and add the iused and ifree together. If i look at the cpio man page, you need to specify a '-H newc' to get a newer portable ASCII archive format and leave out the "-c" flag. ATS ( ats@first.gmd.de or ats@cs.tu-berlin.de ) Andreas Schulz GMD-FIRST 12489 Berlin-Adlershof Rudower Chaussee 5 Gebaeude 13.7 Tel: +49-30-6392-1856/+49-177-2134745 Germany/Europe