jacobsa / fuse

A Go package for implementing a FUSE file system.
Apache License 2.0
487 stars 106 forks source link

Add device number support, publish file mode conversion functions #134

Closed vitalif closed 1 year ago

vitalif commented 1 year ago

Hi

1) I recently discovered that the library lacked device number support and added it. 2) File modes used by Golang and GeeseFS are different so it's handy for file systems to have library conversion functions so I published them.

vitalif commented 1 year ago

Sorry, seems I forgot about this PR :)