Hi,
Does anyone know what POSIX operations are not supported in HDFS fuse? When I mount my HDFS file system in "/mnt/hdfs", and run "git init" inside the mountpoint, it failed with the following error message:
error: could not commit config file
I suspect that this is because some file operations are not supported by HDFS fuse.