ZFS Filesystem for FUSE/Linux

Debian Installation

Bryan Donlan has made some experimental debian packages for zfs-fuse.

Here are the installation instructions:

Users of debian unstable on i386 can just add the following line to /etc/apt/sources.list:

deb http://www.fushizen.net/zfs-fuse ./

Users on other platforms, and users of stable (and possibly testing) should retrieve the source and build it themselves:

sudo apt-get install devscripts build-essential zlib1g-dev libfuse-dev scons debhelper fakeroot
scons
dget http://www.fushizen.net/zfs-fuse/zfs-fuse_0.4.0~beta1.hg20070508-1.dsc
dpkg-source -x zfs-
fuse_0.4.0~beta1.hg20070418.227.22a65c23850b-0~pre0.dsc
cd zfs-fuse-0.4.0~beta1.hg20070418.227.22a65c23850b
dpkg-buildpackage -rfakeroot -us -uc -b
sudo dpkg -i ../zfs-
fuse_0.4.0~beta1.hg20070418.227.22a65c23850b-0~pre0_*.deb

WizyWiki: ZFS_on_FUSE/Debian (last edited 2009-02-21 00:22:44 by wizeman)