Christopher Gorski wrote: > FWIW, I just finished performing a copy again, to the same filesystem: > > mkdir /pond/copytestsame > cd /pond/photos > cp -rp * /pond/copytestsame > > Same files are missing throughout the new tree...on the order of a > thousand files. There are about 27k files in /pond/photos and 25k files > in /pond/copytestsame > > The original samba copy from another PC to /pond/photos copied > everything correctly.
I assume you've assured that there's enough space in /pond ... can you try $(cd pond/photos; tar cf - *) | (cd /pond/copytestsame; tar xf -) Michael -- Michael Schuster Sun Microsystems, Inc. recursion, n: see 'recursion' _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss