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 '.'.

Valid point, but I think more precisely you need to ask whether any 
files/directories in /pond/photos/ start with a "."; beneath there, that 
should be irrelevant.

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

Reply via email to