Dmitry Sukhodoyev wrote: > i have ports directory with lot of files: > ls -lR ports | wc -l > 228990 > and not so much size: > du -hs ports > 739M ports > > then i try same commands on glusterfs (afr+dht), i receive error: "du: > fts_read: No such file or directory". how to fix it? volume files for server > and client in attachments and command lines in attachment. i tried this with > versions 2.0.8 and 2.0.9. > Dmitry, Were any other commands being run on the mountpoint while du was running? Were any of the files or directories being deleted? If so, that explains why du suddenly finds some files missing. Vikas