Hi,
I would like to announce a really wonderful project. It is called Fuse4X - Fuse API implementation for MacOSX. Check the Fuse4X web site or you can download installation package right from the github page.
How it can be useful for me? you might ask. The answer is that Fuse4X is the easiest and most convenient way to implement your own filesystem. This is a set of libraries, tools and kernel extensions that allows you to do it.
Imagine you want to extend your Mac functionality and want to create a tool that shows your mailbox, video/image/file hosting as a set of directories. Traditionally filesystems are implemented with kernel extensions, but Fuse4X greatly simplifies it - now you can implement your filesystem in userspace. It is *really* easy to do with Fuse4X. Check out the examples from Fuse4X
Enjoy!
I would like to announce a really wonderful project. It is called Fuse4X - Fuse API implementation for MacOSX. Check the Fuse4X web site or you can download installation package right from the github page.
How it can be useful for me? you might ask. The answer is that Fuse4X is the easiest and most convenient way to implement your own filesystem. This is a set of libraries, tools and kernel extensions that allows you to do it.
Imagine you want to extend your Mac functionality and want to create a tool that shows your mailbox, video/image/file hosting as a set of directories. Traditionally filesystems are implemented with kernel extensions, but Fuse4X greatly simplifies it - now you can implement your filesystem in userspace. It is *really* easy to do with Fuse4X. Check out the examples from Fuse4X
Enjoy!