gmzang / maczfs

Automatically exported from code.google.com/p/maczfs
Other
0 stars 0 forks source link

Support case-insensitive file systems #66

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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.

Original issue reported on code.google.com by alex.ble...@gmail.com on 23 Dec 2010 at 4:29

GoogleCodeExporter commented 8 years ago
Seems 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

Original comment by alex.ble...@gmail.com on 23 Dec 2010 at 4:36

GoogleCodeExporter commented 8 years ago

Original comment by alex.ble...@gmail.com on 8 Mar 2011 at 9:47

GoogleCodeExporter commented 8 years ago
I tested maczfs with Parallels but it did not work as intended because of the 
lack of case-insensitivity.

Original comment by snitkj...@gmail.com on 10 Aug 2012 at 12:04

GoogleCodeExporter commented 8 years ago
MacZFS has been discontinued.  Please switch to https://openzfsonosx.org/

Original comment by googlelogin@bjoern-kahl.de on 28 Jul 2015 at 10:03