Robert Milkowski wrote: > > > As Joerg suggested - please check getdents() - remember to use truss > -v getdents so you should see all directory listings. > > I would check both getdents and open - so if it appears in getdents > but is not opened later on... > >
I ran the copy procedure with this: #truss -t open,getdents -v open,getdents -o /tmp/getdents.truss cp -pr /pond/photos/* /pond/copytestsame/ It seems that the same files I am missing on copy are missing in the getdents return value, even though I can see and read these files via bash. -Chris _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss