andrewosh / hyperdrive-fuse

A FUSE flesystem for Hyperdrive
MIT License
12 stars 6 forks source link

Feature request: support renaming #8

Open 8000ff opened 4 years ago

8000ff commented 4 years ago

I tried to rename a file in a fuse-mounted hyperdrive, and got the error "Function not implemented". I'd volunteer to implement the function, but my knowledge on fuse-native and hyperdrive are limited. If you believe this feature request to be relevant I'd gladly appreciate some pointers to implement it myself.

andrewosh commented 4 years ago

Hey @8000ff, supporting renames in general is pretty challenging at the moment, and we won't be able to do it properly until we land a major update to hypertrie that's still in the works. Unfortunately this isn't a FUSE issue, and requires a change to the data structure.

I'll leave this issue open to track the progress on this.

8000ff commented 4 years ago

9 Not sure how to implement "not supporting directories".

freddi301 commented 4 years ago

https://github.com/hypercore-protocol/hyperdrive/issues/144