Coder Social home page Coder Social logo

jonpryor / mono-fuse Goto Github PK

View Code? Open in Web Editor NEW
48.0 48.0 13.0 318 KB

Bindings for the FUSE FileSystem in User Space library for use in managed code

Home Page: http://www.jprl.com/Projects/mono-fuse/

License: MIT License

Shell 3.20% C# 74.52% C 14.30% Makefile 4.36% M4 3.62%

mono-fuse's People

Contributors

alisonaquinas avatar jonpryor avatar knocte avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

mono-fuse's Issues

Port to .NET Core and low-level bindings

It works kind-of fine, but for making it work efficiently when reading/writing into a RDBMS-dababase and/or mongoDB, it should bind the low-level API where I could use the INODE as uid, instead of concatenated paths which need to be computed at search-time, or stored which violates the non-redundancy rule.

More like jLowFuse
https://github.com/irq0/jlowfuse
or
https://github.com/vgough/go-fuse-c

With paths, it is kinda slow and hard to maintain ...

Also, waiting for .NET Core version.

Running hellofs fails due to null MountPoint

$ ./hellofs

Unhandled Exception:
System.InvalidOperationException: MountPoint must not be null
  at Mono.Fuse.FileSystem.Start () [0x00099] in /home/alexrp/Projects/mono-fuse/src/Mono.Fuse/Mono.Fuse/FileSystem.cs:754 
  at Mono.Fuse.Samples.HelloFS.Main (System.String[] args) [0x00076] in /home/alexrp/Projects/mono-fuse/example/HelloFS/HelloFS.cs:266 
[ERROR] FATAL UNHANDLED EXCEPTION: System.InvalidOperationException: MountPoint must not be null
  at Mono.Fuse.FileSystem.Start () [0x00099] in /home/alexrp/Projects/mono-fuse/src/Mono.Fuse/Mono.Fuse/FileSystem.cs:754 
  at Mono.Fuse.Samples.HelloFS.Main (System.String[] args) [0x00076] in /home/alexrp/Projects/mono-fuse/example/HelloFS/HelloFS.cs:266 

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.