Case insensitive file systems are supported in onnv_77, but this is explicitly disabled with OSX, since the 'FIGNORECASE' flag (and others) aren't supported. We might be able to bodge this with introspecting a property on the zfs type somehow in the future.
Comment #1
Posted on Dec 23, 2010 by Quick RabbitSeems that 10a286 had the same idea:
/* OS X - case insensitive file systems always perform ZCILOOK */
define ZFS_IGNORECASE(zfsvfs) \
(zfsvfs->z_case == ZFS_CASE_INSENSITIVE)
endif
Comment #2
Posted on Mar 8, 2011 by Quick Rabbit(No comment was entered for this change.)
Comment #3
Posted on Aug 10, 2012 by Happy CamelI tested maczfs with Parallels but it did not work as intended because of the lack of case-insensitivity.
Comment #4
Posted on Jul 28, 2015 by Helpful LionMacZFS has been discontinued. Please switch to https://openzfsonosx.org/
Status: WontFix
Labels:
Type-Enhancement
Priority-Low