Displaying 1 result from an estimated 1 matches for "3009_img".
2002 Nov 15
0
Missing Files in listing from Windows XP share
...156 2654
% ls | wc
156 156 2654
If I pipe the output to a file (for each run) and then diff them, I see
a few files consistently come and go. These are all jpg files and
windows is NOT accessing them, or doing anything in the directory at the
time.
eg:
% ls | grep 3009
230-3009_IMG.JPG
% ls | grep 3009
230-3009_IMG.JPG
% ls | grep 3009
230-3009_IMG.JPG
% ls | grep 3009
230-3009_IMG.JPG
% ls | grep 3009
% ls | grep 3009
% ls | grep 3009
% ls | grep 3009
230-3009_IMG.JPG
% ls | grep 3009
230-3009_IMG.JPG
I can also do a "find ./ -print" and see the same inconsistenci...