MacFuse read/write in memory filesystem example
I’ve spent the last week playing with MacFuse. It’s a framework that makes it easy to write and debug custom file systems. For example I hope to use it for an app that will mount your SimpleText.ws files as a local volumn on your Mac. That will allow any program that read/writes text files to sync them to SimpleText.ws. And sinceĀ WriteRoom.iPhone already syncs to (well once Apple approves the next release) SimpleText.ws those files will also be availible on your iPhone.
But I need some help (from coders).
I’ve writen a example “in memory” MacFuse filesystem that you can checkout from github. It seems to work, but I still have some questions. If you know about filesystems and can help me answer those questions, that will help me get onto the SimpleText.ws filesystem implementation.
Thanks.
