Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Feb 1995 13:56:37 +0059 (MET)
From:      Andreas Schulz <ats@g386bsd.first.gmd.de>
To:        splyaski@cmp.com (Plyaskin Sergey)
Cc:        freebsd-questions@FreeBSD.org
Subject:   Re: tape backup under 2.0
Message-ID:  <199502031256.NAA02812@g386bsd.first.gmd.de>
In-Reply-To: <2F319602@mailgate.cmp.com> from "Plyaskin Sergey" at Feb 2, 95 06:31:00 pm

next in thread | previous in thread | raw e-mail | index | archive | help

> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199502031256.NAA02812>