I have installed dual OSs on my PC box: Linux and FreeBSD. The FreeBSD is installed on a ZFS partion under /dev/sdb1. Under Linux, the fdisk -l /dev/sdb outputs
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 4981 40009851 a5 FreeBSD
/dev/sdb2 4982 121601 936750119+ 5 Extended
/dev/sdb5 4982 121450 935537211 83 Linux
/dev/sdb6 121451 121601 1212876 82 Linux swap / Solaris
/dev/sdb1 is using ZFS. How to access it using zfs-fuse under Linux?