From Apple's vsdbutil(8) OS X Manual Page I understand that the command is deprecated, but does the Terminal output below help us to think about compatibility with AFP et cetera?
- Code: Select all
sh-3.2$ vsdbutil -c /
Permissions on '/' are enabled.
sh-3.2$ vsdbutil -c /Volumes/spare
Permissions on '/Volumes/spare' are enabled.
sh-3.2$ vsdbutil -c /Volumes/gjp22
vsdbutil: no valid volume UUID found on '/Volumes/gjp22': permissions are disabled.
sh-3.2$ vsdbutil -c /Volumes/zhandy
vsdbutil: no valid volume UUID found on '/Volumes/zhandy': permissions are disabled.
sh-3.2$ zfs list
NAME USED AVAIL REFER MOUNTPOINT
gjp22 386Gi 177Gi 355Gi /Volumes/gjp22
gjp22/intrigue 888Ki 177Gi 704Ki /Volumes/gjp22/intrigue
zhandy 504Gi 78.8Gi 413Gi /Volumes/zhandy
zhandy/Pocket Time Machine 56.4Gi 78.8Gi 39.5Gi /Volumes/zhandy/Pocket Time Machine
sh-3.2$ mount | grep hfs
/dev/disk1 on / (hfs, local, journaled)
/dev/disk0s2 on /Volumes/swap (hfs, local, journaled)
/dev/disk0s4 on /Volumes/spare (hfs, local, journaled)
sh-3.2$ vsdbutil -a /Volumes/zhandy
###
### You must be root to perform this operation.
###
sh-3.2$ sudo vsdbutil -a /Volumes/zhandy
vsdbutil: Couldn't update volume information for '/Volumes/zhandy': Invalid argument
vsdbutil: no valid volume UUID found on '/Volumes/zhandy': Invalid argument
sh-3.2$ sw_vers
ProductName: Mac OS X
ProductVersion: 10.8.2
BuildVersion: 12C60
sh-3.2$ uname -a
Darwin macbookpro08-centrim.home 12.2.0 Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64 x86_64
sh-3.2$ kextstat | grep zfs
132 1 0xffffff7f807a5000 0x19b000 0x19b000 com.getgreenbytes.filesystem.zfs (2012.09.23) <13 7 5 4 3 1>
134 0 0xffffff7f80942000 0x6000 0x6000 com.getgreenbytes.driver.zfs (2012.09.14) <132 13 7 5 4 3 1>
sh-3.2$