UFFS installation under Debian GNU/Linux¶
This howto has been written for Debian GNU/Linux >= 5.0
Software requirements¶
- liblzo2-2 (data compression library)
- libfuse2 (filesystem in USErspace library)
- libubiio-0.1.0-Linux.deb (http://uffs.org/dist/)
- uffs-0.1.0-Linux.deb (will be sson available)
Installation¶
$ sudo aptitude update$ sudo aptitude install liblzo2-2 libfuse2$ sudo dpkg -i libubiio-0.1.0-Linux.deb uffs-0.1.0-Linux.deb
You now can follow the guide for using UFFS in userspace.