Re: [zfs-discuss] cpio silently not copying files > 2GB -- seriously!?

2008-11-28 Thread Joerg Schilling
dick hoogendijk <[EMAIL PROTECTED]> wrote: > And in the meantime the solution to the broken cpio command like this: > > cd /backup > find . -depth -print | cpio -pdmvu /pool > > What would be the correct pax syntax? star fs=128m -copy -p -U -sparse -C /backup . /pool Jörg -- EMail:[EMAIL PROT

Re: [zfs-discuss] cpio silently not copying files > 2GB -- seriously!?

2008-11-28 Thread Joerg Schilling
[EMAIL PROTECTED] wrote: > I've upped the priority, accepted the bug and moved it to the proper > category (utility/archiver). > > I've run cpio from all builds which changed cpio and the first > broken build is snv_81. At this time, 30% of the code have been changed. This was a real big change.

Re: [zfs-discuss] cpio silently not copying files > 2GB -- seriously!?

2008-11-28 Thread dick hoogendijk
On Fri, 28 Nov 2008 17:36:22 +0100 [EMAIL PROTECTED] wrote: > >>Absolutely weird; the "cpio -p" doesn't use any intermediate archive > >>format and it should be able to copy files of any size. > > > >It works in Solaris 10u5 so it's broken later (Nevada?) at some > >point in time... > > I've uppe

Re: [zfs-discuss] cpio silently not copying files > 2GB -- seriously!?

2008-11-28 Thread Casper . Dik
> > >>Absolutely weird; the "cpio -p" doesn't use any intermediate archive >>format and it should be able to copy files of any size. > > >It works in Solaris 10u5 so it's broken later (Nevada?) at some point in >time... I've upped the priority, accepted the bug and moved it to the proper categ

Re: [zfs-discuss] cpio silently not copying files > 2GB -- seriously!?

2008-11-28 Thread Casper . Dik
>Absolutely weird; the "cpio -p" doesn't use any intermediate archive >format and it should be able to copy files of any size. It works in Solaris 10u5 so it's broken later (Nevada?) at some point in time... Casper ___ zfs-discuss mailing list zfs

Re: [zfs-discuss] cpio silently not copying files > 2GB -- seriously!?

2008-11-28 Thread Casper . Dik
>cd /backup >find . -depth -print | cpio -pdmvu /pool ><...lots of files listed> > blocks copied > >I've filed a bug report on it now. > >The limit is 4GB, not 2 as I believed last night. It's simple to=20 >reproduce: > >mkdir test >mkfile 4200m bigfile >echo bigfile | cpio -pdmvu test/ >echo $? >

Re: [zfs-discuss] cpio silently not copying files > 2GB -- seriously!?

2008-11-28 Thread Håkan Olsson
On Fri, 28 Nov 2008, Joerg Schilling wrote: Håkan Olsson <[EMAIL PROTECTED]> wrote: I was just restoring a bunch of files from backup using find|cpio when I noticed that cpio does not copy files >2GB properly. The resulting files were "oddly" sized ( % 2GB, perhaps?). Even more alarming, cpio

Re: [zfs-discuss] cpio silently not copying files > 2GB -- seriously!?

2008-11-28 Thread Joerg Schilling
Håkan Olsson <[EMAIL PROTECTED]> wrote: > I was just restoring a bunch of files from backup using find|cpio when I > noticed that cpio does not copy files >2GB properly. The resulting files > were "oddly" sized ( % 2GB, perhaps?). > > Even more alarming, cpio did not warn in any way about not co

Re: [zfs-discuss] cpio silently not copying files > 2GB -- seriously!?

2008-11-27 Thread Ian Collins
On Fri 28/11/08 13:09 , Håkan Olsson [EMAIL PROTECTED] sent: > Hi, > > I was just restoring a bunch of files from backup using find|cpio when I > noticed that cpio does not copy files >2GB properly. The resulting files > were "oddly" sized ( % 2GB, perhaps?). > > Even more alarming, cpio did not

[zfs-discuss] cpio silently not copying files > 2GB -- seriously!?

2008-11-27 Thread Håkan Olsson
Hi, I was just restoring a bunch of files from backup using find|cpio when I noticed that cpio does not copy files >2GB properly. The resulting files were "oddly" sized ( % 2GB, perhaps?). Even more alarming, cpio did not warn in any way about not copying the file correctly! The cpio command e