TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

A Base Filesystem Project for macOS

119 pointsby mattbauerover 8 years ago

4 comments

0x0over 8 years ago
It&#x27;s always good to see open source projects published, especially for tricky and often under-documented stuff like file system kexts.<p>Not to derail from this fine post, but I wanted to give a shoutout to FUSE for macOS (previously known as OSXFUSE). As an outsider from the project - merely a happy user - it seems to be a well maintained FUSE implementation for macOS, with signed kexts available. <a href="https:&#x2F;&#x2F;osxfuse.github.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;osxfuse.github.io&#x2F;</a>
评论 #12631149 未加载
评论 #12637809 未加载
raimueover 8 years ago
In order to deploy and run your own kernel extensions on recent versions of the Mac operating system you will need to disable System Integrity Protection (SIP). Otherwise you will need a paid Apple developer account and ask Apple for a special codesigning certificate for kernel extensions.<p><a href="https:&#x2F;&#x2F;developer.apple.com&#x2F;library&#x2F;content&#x2F;documentation&#x2F;Security&#x2F;Conceptual&#x2F;System_Integrity_Protection_Guide&#x2F;KernelExtensions&#x2F;KernelExtensions.html" rel="nofollow">https:&#x2F;&#x2F;developer.apple.com&#x2F;library&#x2F;content&#x2F;documentation&#x2F;Se...</a>
ianaiover 8 years ago
Just yesterday I was thinking how all of the platforms are still using vfat as a go between. There really should be a new FS &quot;for them all&quot;
评论 #12631749 未加载
评论 #12631753 未加载
评论 #12631893 未加载
评论 #12632479 未加载
评论 #12631550 未加载
rrggrrover 8 years ago
Akin to this is the keybase.io encrypted file system. It&#x27;s in beta and brilliantly implemented so far.