Operating System - Linux
1755587 Members
4013 Online
108836 Solutions
New Discussion юеВ

cpio error : cpio: File ./el620d.data1 grew, 0 new bytes not copied

 
OLIVA_1
Regular Advisor

cpio error : cpio: File ./el620d.data1 grew, 0 new bytes not copied

Hello,

I have an issue with cpio command :

frrou01:(/oracle/P30/sapdata1/el620d_1)(root)#find . -name el620d.data1 | cpio -ov > /dev/rmt/3m
cpio: File ./el620d.data1 grew, 0 new bytes not copied
./el620d.data1
2056209 blocks

I don't undersyand this error... the file el620d.data1 didn't grow !

I have installed cpio-2.6 from http://hpux.cs.utah.edu/hppd/hpux/Gnu/cpio-2.6/
My OS is HPUX 11.11.

Someone can help me ?

Thanks,
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: cpio error : cpio: File ./el620d.data1 grew, 0 new bytes not copied

Shalom,

Either the file ./el620d.data1 was modified during the cpio or the cpio release is no good.

If you installed that release on a Linux machine, I can see why it does not work. It is for hpux.

SEO
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
OLIVA_1
Regular Advisor

Re: cpio error : cpio: File ./el620d.data1 grew, 0 new bytes not copied

Hello Steven,

It is the correct release :

frrou01:p30adm 11> cpio --version
cpio (GNU cpio) 2.6
frrou01:p30adm 12>


I have installer it on HPUX server :

frrou01:p30adm 12> uname -a
HP-UX frrou01 B.11.11 U 9000/800 172434631 unlimited-user license
frrou01:p30adm 13>

...
OLIVA_1
Regular Advisor

Re: cpio error : cpio: File ./el620d.data1 grew, 0 new bytes not copied


And I'm sure the file el620d.data1 didn't grow !