Thanks for the info. Please uncomment "//#define DOTRACE" in fuse_dfs.h, recompile, and ls /mnt/dfs again and post the trace. That will help identify the particular error that's causing the failure below.
> getdents(3, 0x61fec8, 512) = -1 EIO (Input/output error) > write(2, "ls: ", 4ls: ) = 4 > write(2, "reading directory /mnt/dfs", 26reading directory /mnt/dfs) = 26 > write(2, ": Input/output error", 20: Input/output error) = 20 > write(2, "\n", 1 Thanks, Eli
