fbarriga/fuse_xattrs

Implement touch

rr- opened this issue · 0 comments

rr- commented

Trying to touch a file succeeds in terms of file creation, but then I get:

touch: setting times of 'img/a': Function not implemented

Since with the exception of xattr, this file system should behave like bindfs / passthrough, I think this function should get implemented.

This project is a godsend BTW. Shame SSHFS and NFS refuse to implement support for xattrs despite RFCs and patches flying around.