Any ideas on what to modify?
I imagine I have to copy over the zfs kext and all the user utilities, right? (Or can I just copy over the kext if I just need access to the pools w/o wanting to modify their properties?)
I'm running 10.8.2 here.
I did run otool to figure out what dependencies the zfs tools had, but I'm seeing links to ../lib/libzfs.dylib and ../lib/libmisc.dylib which I don't see in /usr/lib.
- Code: Select all
otool -L /usr/sbin/zfs
/usr/sbin/zfs:
@executable_path/../lib/libzfs.dylib (compatibility version 1.0.0, current version 1.0.0)
@executable_path/../lib/libmisc.dylib (compatibility version 1.0.0, current version 1.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 169.3.0)