Update: 

I have confirmed this behavior on my system.  It appears that it wont list past 
a certain number
of directories.   I have done the following to test:

for i in `seq 0 200`; do mkdir $i; done   <--- Did this in the /stuff directory.

then I mount:

mount -t unionfs -o dirs=/stuff=rw,delete=all none /new_place

and my ls directory listing for /new_place only shows me 70 of the 200 created 
folders.  However,
I can cd into any unlisted directory just fine.  cd /new_place/200  for example.

Can anyone duplicate this ?

-R.D.
--- redirecting decoy <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> Just switched to unionfs 1.0.14 from snapshot to get it working with a 2.6.13 
> kernel.
> I noticed something odd, which may or may not be a bug, except that it didn't 
> happen with
> 1.0.13.
> I have a directory called /stuff, with gigs of files in it, and about 194 
> files/directories in
> it.
> I attempted to mount a union using this command:
> mount -t unionfs -o dirs=/stuff=rw,delete=all none /new_place
> which works, except when I ls /new_place, some of the files are missing,  
> about 30 or so.  But
> the
> funny part is that I cd in that missing directory just fine.  Say, for 
> example my directory name
> is "/suff/Random_Data".  /new_place/Random_Data does not show up in ls, but I 
> can cd to
> /new_place/Random_Data.  
> 
> Is this a bug?  If so is it kernel 2.6.13 related to Unionfs related.
> 
> thanks in advance,
> 
> -R.D.
> 
> 
>               
> __________________________________ 
> Yahoo! Mail - PC Magazine Editors' Choice 2005 
> http://mail.yahoo.com
> _______________________________________________
> unionfs mailing list
> [email protected]
> http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs
> 



                
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
_______________________________________________
unionfs mailing list
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs

Reply via email to