spiralofhope logo
spiralofhope logo

S
piral of Hope
Better software is possible.
Styles
Table of Contents

Linux Software, FUSE >

http://zfs-fuse.net/

http://en.wikipedia.org/wiki/ZFS


I have abandoned this filesystem because it is about as closed as it can get without being officially closed. It's hampered by awkward licensing and patents making it intentionally incompatible with the GPL.

Even if it was made to work perfectly, running under FUSE is sub-optimal.

It also seems horrifyingly complex to use. Seriously.

Installing

Tested on Unity Linux, 2011-07-17, updated recently.

\gksu \smart install \
  libaio-devel \
  libattr-devel \
  libacl-devel \
  libzlib-devel \
  libfuse-devel \
  libfuse2 \
  scons \
  libopenssl-devel
\wget http://zfs-fuse.net/releases/0.7.0/zfs-fuse-0.7.0.tar.bz2
\tar -xvvjf zfs-fuse-0.7.0.tar.bz2
\cd zfs-fuse-0.7.0/src
\gksu \scons
To run the daemon, as root you:

\cd zfs-fuse-0.7.0/src/zfs-fuse
./run.sh

/zfs-fuse-0.7.0/src/cmd/zpool/zpool list
/zfs-fuse-0.7.0/src/cmd/zpool/zpool status -v
.. and how do I install?

.. usage?

Resources