Howto Install ZFS-FUSE on Ubuntu 8.04 (Hardy Heron)

I decided to try ZFS-FUSE is my ongoing attempt to employ filesystem snapshots in my servers. ZFS-FUSE is in beta but I thought I would give it a try and see what happened. The install was not too difficult other than having to install a bunch of library dependencies along the way. These steps may work on other versions of Ubuntu, Debian, or other Debian derived distros but they have only been testing on Ubuntu 8.04.

  • sudo apt-get install build-essential libfuse-dev libaio-dev zlib1g-dev mercurial scons
  • hg clone http://www.wizy.org/mercurial/zfs-fuse/0.4.x
  • cd 0.4.x/src
  • scons
  • sudo scons install
  • sudo zfs-fuse

Trackback URL for this post:

http://hightechsorcery.com/trackback/175
Creative Commons License Except where otherwise noted, content on this site is licensed under a Creative Commons by-nc-sa 3.0 License