For anyone using OpenZFS v2 on 10.9 (Mavericks), here's a reminder for things to check, if you have an "incompatible disk" warning and if automount doesn't work:
• zfs.fs has to be in /System/Library/Filesystems instead of /Library/Filesystems to avoid the "incompatible disk" warning
• Edit the file /usr/local/zfs/libexec/zfs/launchd.d/zpool-import-all.sh and replace - Code: Select all
/bin/launchctl kickstart -kp system/org.openzfsonosx.zpool-import
with - Code: Select all
/usr/local/zfs/bin/zpool import -a -f
for automount to work