Skip to content

Instantly share code, notes, and snippets.

@jasonrm
Created December 30, 2009 06:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasonrm/265877 to your computer and use it in GitHub Desktop.
Save jasonrm/265877 to your computer and use it in GitHub Desktop.
Install Apple's 10a286 ZFS bits.
#ZFS binaries from 10a286. Works with Snow Leopard release (10a432). Note the new libzpool.dylib.
#Repeat after me:
tar -xzf zfs-10a286.tar.gz
cd zfs-10a286
sudo chown -R root:wheel *
sudo cp -pR libzfs.dylib libzpool.dylib /usr/lib/
sudo cp -pR zfs zpool /usr/sbin/
sudo cp -pR zfs.8 zpool.8 zfs.util.8 /usr/share/man/man8
sudo cp -pR zfs.kext /System/Library/Extensions/
sudo cp -pR zfs.fs /System/Library/Filesystems/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment