I recently learnt that Apple is encouraging developers to favour user-space drivers, as opposed to kernel extensions, after reading an online article and this made me wonder what this meant for filesystems?
Currently there are two solutions here:
- kernel extensions
- user-space filesystem via MacFusion
What about going forward, I haven't been able to find anything that would cover this? Given MacFuse, and then MacFusion, have suffered, and still suffer, the single developer risk position, it would be good to see something official from Apple, if there isn't already something.
The only thing I have been able to see is 'NSFileProviderReplicatedExtension', but this is only really suitable for things like DropBox and GoogleDrive, rather anything like ext4, sshfs or WebDAV.
Can one indicate if Apple does have a user-space solution for FS access?