Creating Filesystems with Ruby and FUSE

Updated . Posted . Visible to the public.

The FUSE project allows you to create filesystems in userspace - which means you can create a filesystem without having to get your hands dirty and modify your kernel source. This is insanely cool, and can be used for many purposes. Here we're going to look at using the Ruby bindings to create a simple filesystem.

Last edit
Keywords
awesome, ruby, linux
License
Source code in this card is licensed under the MIT License.
Posted by Lexy to makandra dev (2010-05-29 20:08)