Displaying 1 result from an estimated 1 matches for "datasilo01".
2005 Dec 28
0
smbmount inconsistant counts
Hey Guys,
 
I have a strange problem. I have a RHFC3 box connected to a Windows 2003
advanced server share via smbmount. This is what my entry looks like in
/etc/fstab
 
//datasilo01/tdhcamhsol /mnt/tdhcamhsol                 smbfs
credentials=/root/.smbpasswd,uid=600,gid=501,ttl=500
 
We run scripts on this share that count the number of images in the
directory vs. the number in a text file. But if I do something like
 
ls -R 0058 | grep 'tif' | wc -l 
 
I get li...