Hello,
I am using mint14 cinnamin 64bit and require ZFS, I have followed the instructions on this website
http://install-climber.blogspot.co.uk/2012/10/HowtoInstallZFSLinuxMint13Cinnamon64bit.html
and although everything compiles, I am unable to mount the ZFS pool via fstab (mount -a), it fails
with the error; error while loading shared libraries: libzfs.so.1: cannot open shared object file: No such file or directory
the file exists in /usr/local/lib and LD_LIBRARY_PATH=/usr/local/lib.
The library path was set before compiling. I am now at a loss as to what to do.
Another question is will ZFS start at boot time? With the fstab entry in place, will that start it?
The fstab entry is
data /data zfs noexec,nosuid 0 0

