Displaying 1 result from an estimated 1 matches for "22when".
Did you mean:
20when
2005 Sep 26
1
Can't access some files
...to stress that I made zero changes to my config
before upgrading.
I did extensive Googling before posting, and there is
one other guy having the same problem (long link):
http://groups.google.com/group/lucky.freebsd.questions/browse_frm/thread/47fc65a04382914e/2383e2d094f222e7?lnk=st&q=samba+%22when+using+64+bit+lock+offsets%22&rnum=24&hl=en#2383e2d094f222e7
but he never seemed to get a resolution.
I can temporarily work around this problem using:
find /ntfs -type f -print0 | xargs -0 file
but running it on a filesystem with tens of thousands
of files... not exactly fast. I trie...