No.  Here's a cut and paste of names of actual files missing:

(the original)
  ls -al
/pond/photos/unsorted/drive-452a/\[E\]/drive/archives/seconddisk_20nov2002/eujpg/103-0*
-rwxr--r--   1 root     root      593558 Nov 20  2002
/pond/photos/unsorted/drive-452a/[E]/drive/archives/seconddisk_20nov2002/eujpg/103-0398_IMG.JPG
-rwxr--r--   1 root     root      592655 Nov 20  2002
/pond/photos/unsorted/drive-452a/[E]/drive/archives/seconddisk_20nov2002/eujpg/103-0399_IMG.JPG
-rwxr--r--   1 root     root      545029 Nov 20  2002
/pond/photos/unsorted/drive-452a/[E]/drive/archives/seconddisk_20nov2002/eujpg/103-0400_IMG.JPG


(copied tree)
# ls -al
/pond/read-only/copytest/unsorted/drive-452a/\[E\]/drive/archives/seconddisk_20nov2002/eujpg/103-0*
-rwxr--r--   1 root     root      592655 Nov 20  2002
/pond/read-only/copytest/unsorted/drive-452a/[E]/drive/archives/seconddisk_20nov2002/eujpg/103-0399_IMG.JPG
-rwxr--r--   1 root     root      545029 Nov 20  2002
/pond/read-only/copytest/unsorted/drive-452a/[E]/drive/archives/seconddisk_20nov2002/eujpg/103-0400_IMG.JPG

I have plenty of disk space (over 100GB free) and have done the copy
three times, with all copies simultaneously existing on the drive, all
with the same missing files.

I notice that if I do "cp -rp /blah/blah/eujpg/* /pond/test" that all
the files do copy correctly.

I'm attempting a tar create/extract as suggested by Michael, but it will
take a bit of time...

-Chris


Nicolas Williams wrote:
> On Thu, Jan 24, 2008 at 11:06:13PM -0500, Christopher Gorski wrote:
>> I'm missing actual files.
>>
>>> Christopher Gorski wrote:
>>>> zfs create pond/read-only
>>>> mkdir /pond/read-only/copytest
>>>> cp -rp /pond/photos/* /pond/read-only/copytest/
> 
> Might the missing files' names start with '.' by any chance?
> 
> If so, know that the glob pattern "*" does not match names that start
> with '.'.
> 
> Nico

_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to