BlogsGoogleFUSE for Mac OS X

FUSE for Mac OS X

FUSE for Mac OS X

1
posts
2007

This feature thread tracks the evolution of FUSE (Filesystem in Userspace) for Mac OS X, enabling developers to create custom file systems. Early efforts focused on the initial porting and development of FUSE for Mac OS X, allowing for user-space file system implementations. Subsequent developments would involve performance optimizations, broader compatibility, and integration with other system tools.

2007

MacFUSE: FUSE for Mac OS X- Google Developers Blog

1/11/2007

Introduces MacFUSE, a port of FUSE (Filesystem in Userspace) to Mac OS X. This enables developers to write file system drivers in user space, rather than kernel space, simplifying development and reducing the risk of system instability. It highlights the ability to create custom file systems for various purposes, such as accessing remote storage or implementing novel file system behaviors.