Unsolved
This post is more than 5 years old
18 Posts
0
2530
April 1st, 2011 13:00
fuse based linux filesystem on Atmos
Here is a (mostly) working version of a fuse filesystem talking to the Atmos Namespace RESTful API.
https://github.com/junkin/atmosns_fuse
This code provides a translation layer from filesystems like you are accustomed too (/root ext3) to an HTTP based backend.
There are some unimplemented filesystem calls, but basic file operations should work. I currently use this on top of my Atmos online account as a simple "cloud drive" for content I want to access from anywhere.
0 events found
No Events found!


scot4
18 Posts
0
April 1st, 2011 13:00
FUSE is file system in user space, and this is code was tested and built on ubuntu on kernel 2.6.32-39 with Fuse version 26