Skip to content

jfmherokiller/ipfs-mfs-fuse

master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 

ipfs-mfs-fuse

An attempt at mounting the mfs as a filesystem using fuse.

So far i was able to expose the file structure of the filestem but reading and writing are not yet implemented.

to run the code you need typescript installed then run "npm install" or "yarn install". Then run "tsc" on the root directory and finally.

cd into the src directory and run "node main.js" this should mount the mfs on the M:\ drive.

if you are on linux create a mnt folder in the src folder and the filesystem should be mounted there.

Sorry if the stuff is a mess i made it in one day.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published