Displaying 1 result from an estimated 1 matches for "manyfiles".
Did you mean:
anyfiles
2004 Apr 11
0
Samba 3.0.2a and smbfs (2.4.21) sometimes missing files (CRITICAL BUG)
...in
directories which have lots of files >1000 files..)
First I noticed this when I was rsyncing a "mirror" of this share to an
another machine and rsync was deleting some files which still existed in
the NT4-server. After some debugging I made a little test with 'ls -l
/mnt/point/manyfiles | wc -l' and these was the results (no one was using
the share at that time):
2335
2335
2336
2332
2334
2327
2328
This is quite annoying bug. Same thing happens when using smbclient for
example: 'smbclient //192.168.0.1/d$ -U username%password -c "ls
directory/*"|wc -l'
It...