diff --git a/404.html b/404.html index 76cddc1..348d8de 100644 --- a/404.html +++ b/404.html @@ -1,8 +1,8 @@ -
- - -- - Download {{ page.release.name }} - {% for line in page.release.description %} - - {% endfor %} + Download {{ page.release.name }} + {% for line in page.release.description %} + + {% endfor %}
{{ content }} diff --git a/_posts/2011-07-25-OSXFUSE-2.3.0.html b/_posts/2011-07-25-OSXFUSE-2.3.0.html index ab4b845..bed6140 100644 --- a/_posts/2011-07-25-OSXFUSE-2.3.0.html +++ b/_posts/2011-07-25-OSXFUSE-2.3.0.html @@ -3,33 +3,62 @@ title: Release of OSXFUSE 2.3.0 release: - name: OSXFUSE 2.3.0 - description: - - macOS 10.6 or 10.7 - - Intel - - "SHA1: 17794d5a961b3676fe3ae8f5b900d384a031f808" - url: "https://github.com/osxfuse/osxfuse.github.com/raw/0408ac797f07ca1ae1908e02a7cd215d4480c644/releases/OSXFUSE-2.3.dmg" + name: OSXFUSE 2.3.0 + description: + - macOS 10.6 or 10.7 + - Intel + - "SHA1: 17794d5a961b3676fe3ae8f5b900d384a031f808" + url: "https://github.com/osxfuse/osxfuse.github.com/raw/0408ac797f07ca1ae1908e02a7cd215d4480c644/releases/OSXFUSE-2.3.dmg" --- +- This is the first public release of OSXFUSE, a successor to MacFUSE. OSXFUSE 2.3.0 is a beta release and may contain bugs. + This is the first public release of OSXFUSE, a successor to MacFUSE. OSXFUSE + 2.3.0 is a beta release and may contain bugs.
- The OSXFUSE installer offers the following choices/packages: -
+The OSXFUSE installer offers the following choices/packages:
libosxfuse and the Objective-C framework OSXFUSE.framework.libosxfuse and the Objective-C framework
+ OSXFUSE.framework.
+ - OSXFUSE can be uninstalled by pressing the "Remove OSXFUSE" button in the OSXFUSE Preference Pane. The Preference Pane itself will not be uninstalled by this step and has to be removed manually by secondary-clicking on "FUSE for OS X" in System Preferences and selecting "Remove FUSE for OS X Preference Pane". + OSXFUSE can be uninstalled by pressing the "Remove OSXFUSE" button in the + OSXFUSE Preference Pane. The Preference Pane itself will not be uninstalled by + this step and has to be removed manually by secondary-clicking on "FUSE for OS + X" in System Preferences and selecting "Remove FUSE for OS X Preference Pane".
diff --git a/_posts/2011-08-01-OSXFUSE-2.3.1.html b/_posts/2011-08-01-OSXFUSE-2.3.1.html index 56e9dd7..f66c37d 100644 --- a/_posts/2011-08-01-OSXFUSE-2.3.1.html +++ b/_posts/2011-08-01-OSXFUSE-2.3.1.html @@ -3,24 +3,40 @@ title: Release of OSXFUSE 2.3.1 release: - name: OSXFUSE 2.3.1 - description: - - macOS 10.6 to 10.7 - - Intel - - "SHA1: 0076e8cefb5ec71cd0134b17d4b38a7021e4b749" - url: "https://github.com/osxfuse/osxfuse.github.com/raw/831c5c557993bfc15db59d0fc3bc5d07417214a7/releases/OSXFUSE-2.3.dmg" + name: OSXFUSE 2.3.1 + description: + - macOS 10.6 to 10.7 + - Intel + - "SHA1: 0076e8cefb5ec71cd0134b17d4b38a7021e4b749" + url: "https://github.com/osxfuse/osxfuse.github.com/raw/831c5c557993bfc15db59d0fc3bc5d07417214a7/releases/OSXFUSE-2.3.dmg" --- +reload.OSXFUSE.framework that may have resulted in the selector removeExtendedAttribute:ofItemAtPath:error: never being called. Tracked as issue #2: "removeExtendedAttribute never called". Reported and fixed by Dan Cooper.reload.OSXFUSE.framework that may have resulted in the
+ selector removeExtendedAttribute:ofItemAtPath:error: never
+ being called. Tracked as issue #2:
+ "removeExtendedAttribute never called". Reported and fixed by Dan Cooper.
+ allow_other, failed due to a change in Finder. Tracked as issue #5: "Finder permission problem". Fix suggested by Peter Stegemannallow_other, failed due to a change in Finder. Tracked as issue
+ #5:
+ "Finder permission problem". Fix suggested by Peter Stegemann
+ libfuse or libfuse_ino64. Objective-C file systems based on MacFUSE.framework did not trigger the deadlock. Tracked as issue #10: "Deadlock when multiple MacFUSE file systems are mounted".llvm-gcc-4.2. Tracked as issue #9: "osxfusefs.kext does not load on OS X 10.5/ppc".llvm-gcc-4.2.libfuse or libfuse_ino64. Objective-C
+ file systems based on MacFUSE.framework did not trigger the
+ deadlock. Tracked as issue #10:
+ "Deadlock when multiple MacFUSE file systems are mounted".
+ llvm-gcc-4.2.
+ Tracked as issue #9:
+ "osxfusefs.kext does not load on OS X 10.5/ppc".
+ llvm-gcc-4.2.
+ gcc-4.2 as default compiler to address several compatibility issues with llvm-gcc-4.2 on macOS 10.5.gcc-4.2 as default compiler to address several
+ compatibility issues with llvm-gcc-4.2 on macOS 10.5.
+ fseventsd would eventually lock the whole file system while the "remove" operation is in progress and go to sleep indefinitely, triggering a deadlock. (Reported by Daniel Iwan)LOOKUP operation that locks the whole file systems and goes to sleep, waiting for other file system operations to complete.fseventsd would
+ eventually lock the whole file system while the "remove" operation is in
+ progress and go to sleep indefinitely, triggering a deadlock. (Reported by
+ Daniel Iwan)
+ LOOKUP operation that locks the whole file systems and goes to
+ sleep, waiting for other file system operations to complete.
+ gcc-4.2 has been discontinued with the release of Xcode 4.2, default to llvm-gcc-4.2 instead for macOS 10.6 and 10.7 builds.osxfusefs thread-safe, is now used under 32-bit kernels and 64-bit kernels. It takes the place of the fallback locking mechanism for non-thread-safe file systems of the 32-bit kernel.gcc-4.2 has been discontinued with the
+ release of Xcode 4.2, default to llvm-gcc-4.2 instead for macOS
+ 10.6 and 10.7 builds.
+ osxfusefs thread-safe, is now used under 32-bit kernels and
+ 64-bit kernels. It takes the place of the fallback locking mechanism for
+ non-thread-safe file systems of the 32-bit kernel.
+ fuse_internal_strategy on a file, that another thread had just created (but not opened, yet).fuse_vnop_mmap that affected certain file systems (i. e. MooseFS). It could by triggered by the file operation VNOP_MMAP which tries to authorize the action on the vnode corresponding to the file. In case the authorization is not already cached VNOP_GETATTR is called which caused the deadlock.vnode reclaim in
- progress kernel panic on 32-bit kernels of macOS 10.6 and later. Tracked as issue #16: "vnode reclaim in progress - NTFS".VOL_CAP_FMT_FAST_STATFS by default and implementing the mount-time option slow_statfs. This option is interesting for network file systems where calls to statfs are expensive.fuse_internal_strategy on a file, that another thread had just
+ created (but not opened, yet).
+ fuse_vnop_mmap that affected certain file
+ systems (i. e. MooseFS). It could by triggered by the file operation
+ VNOP_MMAP which tries to authorize the action on the vnode
+ corresponding to the file. In case the authorization is not already cached
+ VNOP_GETATTR is called which caused the deadlock.
+ vnode reclaim in progress kernel panic on 32-bit kernels of
+ macOS 10.6 and later. Tracked as issue #16:
+ "vnode reclaim in progress - NTFS".
+ VOL_CAP_FMT_FAST_STATFS by default and implementing
+ the mount-time option slow_statfs. This option is interesting
+ for network file systems where calls to statfs are expensive.
+ umount instead of fusermount, idmap=user is the deafault setting on OS X.
- umount instead of fusermount,
+ idmap=user is the deafault setting on OS X.
+ - This is a developer preview of the OSXFUSE software. -
+ +This is a developer preview of the OSXFUSE software.
vnode reclaim in progress kernel panic on macOS 10.5. Tracked as issue #16: "vnode reclaim in progress - NTFS".
- exchange file system operation, that could cause data loss or corruption on macOS 10.7 or later.__FreeBSD__ when building libosxfuse bindings for various languages. Tracked as issues #17: "osxfuse.pc contains -D__FreeBSD__=10" and #25: "sys/statfs.h included but unnecessary".vnode reclaim in progress kernel panic on macOS 10.5. Tracked
+ as issue #16:
+ "vnode reclaim in progress - NTFS".
+ exchange file system
+ operation, that could cause data loss or corruption on macOS 10.7 or later.
+ __FreeBSD__ when building libosxfuse bindings for
+ various languages. Tracked as issues #17:
+ "osxfuse.pc contains -D__FreeBSD__=10"
+ and #25:
+ "sys/statfs.h included but unnecessary".
+ OSXFUSE.framework does not supply a custom volume icon (option volicon). Tracked as issue #27: "Include default volume icon as framework resource".libosxfuse and libmacfuse to make debugging FUSE file systems easier. The debug symbol bundles are stored in OSXFUSE.framework/Resources/Debug.OSXFUSE.framework does not supply a custom
+ volume icon (option volicon). Tracked as issue #27:
+ "Include default volume icon as framework resource".
+ libosxfuse and
+ libmacfuse to make debugging FUSE file systems easier. The
+ debug symbol bundles are stored in
+ OSXFUSE.framework/Resources/Debug.
+ - This is a developer preview of the OSXFUSE software. -
+ +This is a developer preview of the OSXFUSE software.
/usr/local/lib having been altered by a third party. Issue reported by Peter Stegemann./dev/osxfuse[0-9]+. Bug reported by Nafid Haque: "How to do a non-blocking read"./usr/local/lib having been
+ altered by a third party. Issue reported by Peter Stegemann.
+ /dev/osxfuse[0-9]+. Bug reported by Nafid Haque:
+ "How to do a non-blocking read".
+ - This is a developer preview of the OSXFUSE software. -
+ +This is a developer preview of the OSXFUSE software.
select. Using system call select allows waiting for FUSE requests sent from the kernel extension to a user space FUSE daemon in a very efficient manner while handling other events in the same thread. Patch by Thomas Nordin.select. Using system call
+ select allows waiting for FUSE requests sent from the kernel
+ extension to a user space FUSE daemon in a very efficient manner while
+ handling other events in the same thread. Patch by Thomas Nordin.
+ FUSE_DESTROY. Patch by Anatol Pomozov.SIGINT (Ctrl+C). Based on a patch by Anatol Pomozov.OSXFUSE.framework. This issue was caused by using a non thread safe file manager instance. Tracked as issue #37: "ObjC framework should avoid [NSFileManager defaultManager]"allow_root being set. The issue is caused by an inconsistent permission check in file system operation access. Patch by Anatol Pomozov.FUSE_DESTROY. Patch by Anatol Pomozov.
+ SIGINT (Ctrl+C). Based on a
+ patch by Anatol Pomozov.
+ OSXFUSE.framework. This issue was
+ caused by using a non thread safe file manager instance. Tracked as issue
+ #37:
+ "ObjC framework should avoid [NSFileManager defaultManager]"
+ allow_root being set. The issue is
+ caused by an inconsistent permission check in file system operation
+ access. Patch by Anatol Pomozov.
+ FSYNC requests, that can trigger a kernel panic when unmounting FUSE volumes. Tracked as issue #48: "Mountain Lion kernel panics with 2.5.0 (unmounting or shutting down VM)"FSYNC requests, that can trigger a kernel panic when unmounting
+ FUSE volumes. Tracked as issue #48:
+ "Mountain Lion kernel panics with 2.5.0 (unmounting or shutting down
+ VM)"
+ select signaled that the read would be non-blocking.FUSE_DESTROY.VQ_DEAD, which should only be signaled in case the file system died unexpectedly.SETATTR, that resulted in a file's type not being passed to the FUSE server. Patch by Anatol Pomozov.select signaled that the read would be
+ non-blocking.
+ FUSE_DESTROY.
+ VQ_DEAD, which
+ should only be signaled in case the file system died unexpectedly.
+ SETATTR, that resulted in
+ a file's type not being passed to the FUSE server. Patch by Anatol Pomozov.
+ Assertion failed: (node->nlookup >= nlookup)- Tracked as issue #55: "OSXFUSE crashes/unmounts during rsync backup on encrypted directory (encfs)" -
volicon in combination with option modulesOSXFUSE.framework. In some cases this issue prevented file systems from mounting.Assertion failed: (node->nlookup >= nlookup)+ Tracked as issue #55: + "OSXFUSE crashes/unmounts during rsync backup on encrypted directory + (encfs)" +
volicon in combination with option
+ modules
+ OSXFUSE.framework. In
+ some cases this issue prevented file systems from mounting.
+ fuse_purge_np is called from the user space file system implementation. Reported by meg75: "Is there an osxfuse equivalent for the fuse call fuse_lowlevel_notify_inval_entry"fuse_purge_np is called from the user space file system
+ implementation. Reported by meg75:
+ "Is there an osxfuse equivalent for the fuse call
+ fuse_lowlevel_notify_inval_entry"
+ F_FULLFSYNC. See issue #79: "Calling fcntl(..., F_FULLFSYNC) on osxfuse volume returns "Invalid argument" error"F_FULLFSYNC. See issue #79:
+ "Calling fcntl(..., F_FULLFSYNC) on osxfuse volume returns "Invalid
+ argument" error"
+ nosyncwrites. The issue could be triggered by flushing the kernel's file cache.FUSE_CREATE call were affected by this issue. Tracked as issue #84: "kernel panic related to fuse_ipc.h"fuse_vnop_lookup.fdisp_make_vp_canfail failed.nosyncwrites. The issue could be triggered by flushing the
+ kernel's file cache.
+ FUSE_CREATE call were affected by this issue. Tracked as issue
+ #84:
+ "kernel panic related to fuse_ipc.h"
+ fuse_vnop_lookup.
+ fdisp_make_vp_canfail failed.
+ +
-j <code signing certificate> --i <installer signing certificate>-
-brew install https://raw.github.com/bfleischer/homebrew/osxfuse/Library/Formula/osxfuse.rb-
+brew install https://raw.github.com/bfleischer/homebrew/osxfuse/Library/Formula/osxfuse.rb+
createDirectoryAtPath:attributes:error:. Tracked as issue #96: "Invalid input parameter for createDirectoryAtPath:attributes:error:"/bin/cp instead of cp from ${PATH}pkgbuild(1). The Package Maker app has been deprecated since Xcode 4.6 and has been removed from the Auxiliary Tools package for Xcode.fuse.pc symlink for build target homebrew. It is needed for compatibility with Linux FUSE file systems and points to osxfuse.pc.createDirectoryAtPath:attributes:error:.
+ Tracked as issue #96:
+ "Invalid input parameter for createDirectoryAtPath:attributes:error:"
+ /bin/cp instead of cp from
+ ${PATH}
+ pkgbuild(1). The Package Maker
+ app has been deprecated since Xcode 4.6 and has been removed from the
+ Auxiliary Tools package for Xcode.
+ fuse.pc symlink for build target homebrew. It is
+ needed for compatibility with Linux FUSE file systems and points to
+ osxfuse.pc.
+ FUSE_ENABLE_CASE_INSENSITIVE can be used in the FUSE init callback to mark the volume as case insensitive. See loopback.c (commit d9a5986) for details.FUSE_ENABLE_CASE_INSENSITIVE does not make a FUSE volume case insensitive. It only tells the system that the volume should be treated as such.FUSE_ENABLE_CASE_INSENSITIVE can be used in the FUSE init
+ callback to mark the volume as case insensitive. See
+ loopback.c (commit d9a5986)
+ for details.FUSE_ENABLE_CASE_INSENSITIVE does not make a FUSE volume case
+ insensitive. It only tells the system that the volume should be treated as
+ such.
+ EINVAL or the file's content might become corrupted.
- EINVAL or the file's
+ content might become corrupted.
+ NSFileSize attribute for directories returned by the attributesOfItemAtPath:userData:error: callback. Tracked as issue #3: "Set st_size for directories too"NSFileSize attribute for directories returned by the
+ attributesOfItemAtPath:userData:error: callback. Tracked as
+ issue #3:
+ "Set st_size for directories too"
+ attr_timout). Tracked as issue #192: "With attr_timeout all files are empty at first read"attr_timout). Tracked as
+ issue #192:
+ "With attr_timeout all files are empty at first read"
+ allow_root or allow_other is set we limit vnode operations to the user that mounted the file system. Starting with OS X 10.11 DesktopServicesHelper, which is running as root, calls stat(2) on behalf of Finder when trying to delete a directory. Blocking this request results in Finder aborting the delete process. Therefore we are no longer enforcing allow_root or allow_other for vnop_getattr.
- allow_root or allow_other is set we limit vnode
+ operations to the user that mounted the file system. Starting with OS X
+ 10.11 DesktopServicesHelper, which is running as root, calls
+ stat(2) on behalf of Finder when trying to delete a directory.
+ Blocking this request results in Finder aborting the delete process.
+ Therefore we are no longer enforcing allow_root or
+ allow_other for vnop_getattr.
+ syspolicyd (which is running as root) calls getxattr(2) when opening items in Finder. Blocking these calls results in Finder displaying an error message. Therefore we are no longer blocking getxattr(2) calls by root even if allow_root or allow_other is not set.
- select(2) for FUSE devices on OS X 10.11. The issue was caused by a kernel private struct that has changed between OS X 10.10 and 10.11.
- syspolicyd (which is running as root) calls
+ getxattr(2) when opening items in Finder. Blocking these calls
+ results in Finder displaying an error message. Therefore we are no longer
+ blocking getxattr(2) calls by root even if
+ allow_root or allow_other is not set.
+ select(2) for FUSE devices on OS X 10.11. The issue was
+ caused by a kernel private struct that has changed between OS X 10.10 and
+ 10.11.
+ allow_root or allow_other is set we limit vnode operations to the user that mounted the file system. Starting with OS X 10.11 DesktopServicesHelper, which is running as root, calls access(2) on behalf of Finder when trying to delete a directory. Blocking this request results in Finder aborting the delete process. Therefore we are no longer enforcing allow_root or allow_other for vnop_access.
- allow_root or allow_other is set we limit vnode
+ operations to the user that mounted the file system. Starting with OS X
+ 10.11 DesktopServicesHelper, which is running as root, calls
+ access(2) on behalf of Finder when trying to delete a
+ directory. Blocking this request results in Finder aborting the delete
+ process. Therefore we are no longer enforcing allow_root or
+ allow_other for vnop_access.
+ - This is a developer preview of the FUSE for OS X software. -
+ +This is a developer preview of the FUSE for OS X software.
- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2016-05-22-OSXFUSE-3.3.0.html b/_posts/2016-05-22-OSXFUSE-3.3.0.html index d1b0520..600804f 100644 --- a/_posts/2016-05-22-OSXFUSE-3.3.0.html +++ b/_posts/2016-05-22-OSXFUSE-3.3.0.html @@ -3,17 +3,19 @@ title: Release of FUSE for OS X 3.3.0 release: - name: FUSE for OS X 3.3.0 - description: - - macOS 10.5 to 10.11 - - Intel or PowerPC - - "SHA-256: 00a8f722db21d005324000bf36590f7e0f457758654620a5a62816287f576b3d" - url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.3.0/osxfuse-3.3.0.dmg + name: FUSE for OS X 3.3.0 + description: + - macOS 10.5 to 10.11 + - Intel or PowerPC + - "SHA-256: 00a8f722db21d005324000bf36590f7e0f457758654620a5a62816287f576b3d" + url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.3.0/osxfuse-3.3.0.dmg --- -- This is a developer preview of the FUSE for OS X software. -
+ +This is a developer preview of the FUSE for OS X software.
- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2016-05-23-OSXFUSE-3.3.1.html b/_posts/2016-05-23-OSXFUSE-3.3.1.html index 6639e22..66bc1be 100644 --- a/_posts/2016-05-23-OSXFUSE-3.3.1.html +++ b/_posts/2016-05-23-OSXFUSE-3.3.1.html @@ -3,17 +3,19 @@ title: Release of FUSE for OS X 3.3.1 release: - name: FUSE for OS X 3.3.1 - description: - - macOS 10.5 to 10.11 - - Intel or PowerPC - - "SHA-256: 6364a20f89fb40b2b9a9c57b8442f0c8d4080ea30b73c80b0f081890d2a39042" - url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.3.1/osxfuse-3.3.1.dmg + name: FUSE for OS X 3.3.1 + description: + - macOS 10.5 to 10.11 + - Intel or PowerPC + - "SHA-256: 6364a20f89fb40b2b9a9c57b8442f0c8d4080ea30b73c80b0f081890d2a39042" + url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.3.1/osxfuse-3.3.1.dmg --- -- This is a developer preview of the FUSE for OS X software. -
+ +This is a developer preview of the FUSE for OS X software.
- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2016-05-26-OSXFUSE-3.3.2.html b/_posts/2016-05-26-OSXFUSE-3.3.2.html index c700821..b967be1 100644 --- a/_posts/2016-05-26-OSXFUSE-3.3.2.html +++ b/_posts/2016-05-26-OSXFUSE-3.3.2.html @@ -3,17 +3,19 @@ title: Release of FUSE for OS X 3.3.2 release: - name: FUSE for OS X 3.3.2 - description: - - macOS 10.5 to 10.11 - - Intel or PowerPC - - "SHA-256: 8c896d8b45cf4024eacefae1199fff12b56eeac95bc53762955bc6d62d102211" - url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.3.2/osxfuse-3.3.2.dmg + name: FUSE for OS X 3.3.2 + description: + - macOS 10.5 to 10.11 + - Intel or PowerPC + - "SHA-256: 8c896d8b45cf4024eacefae1199fff12b56eeac95bc53762955bc6d62d102211" + url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.3.2/osxfuse-3.3.2.dmg --- -- This is a developer preview of the FUSE for OS X software. -
+ +This is a developer preview of the FUSE for OS X software.
- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2016-06-04-OSXFUSE-3.3.3.html b/_posts/2016-06-04-OSXFUSE-3.3.3.html index 4a873ff..1a37ef1 100644 --- a/_posts/2016-06-04-OSXFUSE-3.3.3.html +++ b/_posts/2016-06-04-OSXFUSE-3.3.3.html @@ -3,17 +3,19 @@ title: Release of FUSE for OS X 3.3.3 release: - name: FUSE for OS X 3.3.3 - description: - - macOS 10.5 to 10.11 - - Intel or PowerPC - - "SHA-256: 39b753e98c1d44c0f616a52a782985c1dfcff61c207eadbeb98cced177943927" - url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.3.3/osxfuse-3.3.3.dmg + name: FUSE for OS X 3.3.3 + description: + - macOS 10.5 to 10.11 + - Intel or PowerPC + - "SHA-256: 39b753e98c1d44c0f616a52a782985c1dfcff61c207eadbeb98cced177943927" + url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.3.3/osxfuse-3.3.3.dmg --- -- This is a developer preview of the FUSE for OS X software. -
+ +This is a developer preview of the FUSE for OS X software.
- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2016-06-16-OSXFUSE-3.4.0.html b/_posts/2016-06-16-OSXFUSE-3.4.0.html index 5318f91..31042b8 100644 --- a/_posts/2016-06-16-OSXFUSE-3.4.0.html +++ b/_posts/2016-06-16-OSXFUSE-3.4.0.html @@ -3,17 +3,19 @@ title: Release of FUSE for macOS 3.4.0 release: - name: FUSE for macOS 3.4.0 - description: - - macOS 10.5 to 10.12 - - Intel or PowerPC - - "SHA-256: 9f08ece54a0e44f2e3c96a6bb2721ddc3570796cdfabd8b4152dbe01b846099d" - url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.4.0/osxfuse-3.4.0.dmg + name: FUSE for macOS 3.4.0 + description: + - macOS 10.5 to 10.12 + - Intel or PowerPC + - "SHA-256: 9f08ece54a0e44f2e3c96a6bb2721ddc3570796cdfabd8b4152dbe01b846099d" + url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.4.0/osxfuse-3.4.0.dmg --- -- This is a developer preview of the FUSE for macOS software. -
+ +This is a developer preview of the FUSE for macOS software.
- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2016-07-24-OSXFUSE-3.4.1.html b/_posts/2016-07-24-OSXFUSE-3.4.1.html index 0e1c3c9..1d9b199 100644 --- a/_posts/2016-07-24-OSXFUSE-3.4.1.html +++ b/_posts/2016-07-24-OSXFUSE-3.4.1.html @@ -3,17 +3,19 @@ title: Release of FUSE for macOS 3.4.1 release: - name: FUSE for macOS 3.4.1 - description: - - macOS 10.5 to 10.12 - - Intel or PowerPC - - "SHA-256: 685101c6529d8bbf2fa39e83c141b20b3400f7ee0c16ad5dcecb0d80ef700b51" - url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.4.1/osxfuse-3.4.1.dmg + name: FUSE for macOS 3.4.1 + description: + - macOS 10.5 to 10.12 + - Intel or PowerPC + - "SHA-256: 685101c6529d8bbf2fa39e83c141b20b3400f7ee0c16ad5dcecb0d80ef700b51" + url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.4.1/osxfuse-3.4.1.dmg --- -- This is a developer preview of the FUSE for macOS software. -
+ +This is a developer preview of the FUSE for macOS software.
- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2016-08-08-OSXFUSE-3.4.2.html b/_posts/2016-08-08-OSXFUSE-3.4.2.html index f6d5ade..a03356e 100644 --- a/_posts/2016-08-08-OSXFUSE-3.4.2.html +++ b/_posts/2016-08-08-OSXFUSE-3.4.2.html @@ -3,17 +3,19 @@ title: Release of FUSE for macOS 3.4.2 release: - name: FUSE for macOS 3.4.2 - description: - - macOS 10.5 to 10.12 - - Intel or PowerPC - - "SHA-256: a53b0e3749e135cad44f9ea7d2035165cf7a84a46454e27f90741b9002068b13" - url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.4.2/osxfuse-3.4.2.dmg + name: FUSE for macOS 3.4.2 + description: + - macOS 10.5 to 10.12 + - Intel or PowerPC + - "SHA-256: a53b0e3749e135cad44f9ea7d2035165cf7a84a46454e27f90741b9002068b13" + url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.4.2/osxfuse-3.4.2.dmg --- -- This is a developer preview of the FUSE for macOS software. -
+ +This is a developer preview of the FUSE for macOS software.
- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2016-09-06-OSXFUSE-3.5.0.html b/_posts/2016-09-06-OSXFUSE-3.5.0.html index 12f1c9c..e5725ba 100644 --- a/_posts/2016-09-06-OSXFUSE-3.5.0.html +++ b/_posts/2016-09-06-OSXFUSE-3.5.0.html @@ -3,14 +3,18 @@ title: Release of FUSE for macOS 3.5.0 release: - name: FUSE for macOS 3.5.0 - description: - - macOS 10.5 to 10.12 - - Intel or PowerPC - - "SHA-256: 6d331236ee45782e404f46324a5e6d444943641d3fb62c4d84ba7fab8f4534a5" - url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.5.0/osxfuse-3.5.0.dmg + name: FUSE for macOS 3.5.0 + description: + - macOS 10.5 to 10.12 + - Intel or PowerPC + - "SHA-256: 6d331236ee45782e404f46324a5e6d444943641d3fb62c4d84ba7fab8f4534a5" + url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.5.0/osxfuse-3.5.0.dmg --- +- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2016-09-18-OSXFUSE-3.5.1.html b/_posts/2016-09-18-OSXFUSE-3.5.1.html index d4d92bc..3916f17 100644 --- a/_posts/2016-09-18-OSXFUSE-3.5.1.html +++ b/_posts/2016-09-18-OSXFUSE-3.5.1.html @@ -3,14 +3,18 @@ title: Release of FUSE for macOS 3.5.1 release: - name: FUSE for macOS 3.5.1 - description: - - macOS 10.5 to 10.12 - - Intel or PowerPC - - "SHA-256: 51703d866d675f66b62eb18ffd861bdaceaa7f4f2f306276bb03c2abda94ce8f" - url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.5.1/osxfuse-3.5.1.dmg + name: FUSE for macOS 3.5.1 + description: + - macOS 10.5 to 10.12 + - Intel or PowerPC + - "SHA-256: 51703d866d675f66b62eb18ffd861bdaceaa7f4f2f306276bb03c2abda94ce8f" + url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.5.1/osxfuse-3.5.1.dmg --- +- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2016-09-26-OSXFUSE-3.5.2.html b/_posts/2016-09-26-OSXFUSE-3.5.2.html index b59c2b5..6d1e2a7 100644 --- a/_posts/2016-09-26-OSXFUSE-3.5.2.html +++ b/_posts/2016-09-26-OSXFUSE-3.5.2.html @@ -3,14 +3,18 @@ title: Release of FUSE for macOS 3.5.2 release: - name: FUSE for macOS 3.5.2 - description: - - macOS 10.5 to 10.12 - - Intel or PowerPC - - "SHA-256: 49ed3b3cf015cd9ca113de901a57cbd2cd8f4b5afe93259c10b5fddc7256f947" - url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.5.2/osxfuse-3.5.2.dmg + name: FUSE for macOS 3.5.2 + description: + - macOS 10.5 to 10.12 + - Intel or PowerPC + - "SHA-256: 49ed3b3cf015cd9ca113de901a57cbd2cd8f4b5afe93259c10b5fddc7256f947" + url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.5.2/osxfuse-3.5.2.dmg --- +- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2016-10-19-OSXFUSE-3.5.3.html b/_posts/2016-10-19-OSXFUSE-3.5.3.html index cfedc53..c708bf1 100644 --- a/_posts/2016-10-19-OSXFUSE-3.5.3.html +++ b/_posts/2016-10-19-OSXFUSE-3.5.3.html @@ -3,14 +3,18 @@ title: Release of FUSE for macOS 3.5.3 release: - name: FUSE for macOS 3.5.3 - description: - - macOS 10.5 to 10.12 - - Intel or PowerPC - - "SHA-256: 9d48cbfe360bead9e9fd31bc95e18a90f03be7c4be5b5c62acd7df98c8c0c80b" - url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.5.3/osxfuse-3.5.3.dmg + name: FUSE for macOS 3.5.3 + description: + - macOS 10.5 to 10.12 + - Intel or PowerPC + - "SHA-256: 9d48cbfe360bead9e9fd31bc95e18a90f03be7c4be5b5c62acd7df98c8c0c80b" + url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.5.3/osxfuse-3.5.3.dmg --- +- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2016-12-01-OSXFUSE-3.5.4.html b/_posts/2016-12-01-OSXFUSE-3.5.4.html index f833760..02b5718 100644 --- a/_posts/2016-12-01-OSXFUSE-3.5.4.html +++ b/_posts/2016-12-01-OSXFUSE-3.5.4.html @@ -3,14 +3,18 @@ title: Release of FUSE for macOS 3.5.4 release: - name: FUSE for macOS 3.5.4 - description: - - macOS 10.5 to 10.12 - - Intel or PowerPC - - "SHA-256: 6c8f48ff1f67db41ece2a042a2649b875d12f7ed6ee0b50d08eebae26c46c5ca" - url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.5.4/osxfuse-3.5.4.dmg + name: FUSE for macOS 3.5.4 + description: + - macOS 10.5 to 10.12 + - Intel or PowerPC + - "SHA-256: 6c8f48ff1f67db41ece2a042a2649b875d12f7ed6ee0b50d08eebae26c46c5ca" + url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.5.4/osxfuse-3.5.4.dmg --- +- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2017-01-30-OSXFUSE-3.5.5.html b/_posts/2017-01-30-OSXFUSE-3.5.5.html index ac20699..8ac55e3 100644 --- a/_posts/2017-01-30-OSXFUSE-3.5.5.html +++ b/_posts/2017-01-30-OSXFUSE-3.5.5.html @@ -3,14 +3,18 @@ title: Release of FUSE for macOS 3.5.5 release: - name: FUSE for macOS 3.5.5 - description: - - macOS 10.5 to 10.12 - - Intel or PowerPC - - "SHA-256: 4b321dde6f791119408eff55a2508cecdb61ffc06f6d004720ec699088cf6b25" - url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.5.5/osxfuse-3.5.5.dmg + name: FUSE for macOS 3.5.5 + description: + - macOS 10.5 to 10.12 + - Intel or PowerPC + - "SHA-256: 4b321dde6f791119408eff55a2508cecdb61ffc06f6d004720ec699088cf6b25" + url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.5.5/osxfuse-3.5.5.dmg --- +- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2017-03-15-OSXFUSE-3.5.6.html b/_posts/2017-03-15-OSXFUSE-3.5.6.html index bb3d1ef..ce4bd67 100644 --- a/_posts/2017-03-15-OSXFUSE-3.5.6.html +++ b/_posts/2017-03-15-OSXFUSE-3.5.6.html @@ -3,14 +3,18 @@ title: Release of FUSE for macOS 3.5.6 release: - name: FUSE for macOS 3.5.6 - description: - - macOS 10.5 to 10.12 - - Intel or PowerPC - - "SHA-256: db4d379200b741ac2f14b2eef61eaabbd1939ed9087a5530a9ec77953831548b" - url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.5.6/osxfuse-3.5.6.dmg + name: FUSE for macOS 3.5.6 + description: + - macOS 10.5 to 10.12 + - Intel or PowerPC + - "SHA-256: db4d379200b741ac2f14b2eef61eaabbd1939ed9087a5530a9ec77953831548b" + url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.5.6/osxfuse-3.5.6.dmg --- +- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2017-04-16-OSXFUSE-3.5.8.html b/_posts/2017-04-16-OSXFUSE-3.5.8.html index 543928b..afdf55b 100644 --- a/_posts/2017-04-16-OSXFUSE-3.5.8.html +++ b/_posts/2017-04-16-OSXFUSE-3.5.8.html @@ -3,14 +3,18 @@ title: Release of FUSE for macOS 3.5.8 release: - name: FUSE for macOS 3.5.8 - description: - - macOS 10.5 to 10.12 - - Intel or PowerPC - - "SHA-256: d2609638e20ae666dc5460ea568ce5eca08124d54c6df7dcaa5903e536835364" - url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.5.8/osxfuse-3.5.8.dmg + name: FUSE for macOS 3.5.8 + description: + - macOS 10.5 to 10.12 + - Intel or PowerPC + - "SHA-256: d2609638e20ae666dc5460ea568ce5eca08124d54c6df7dcaa5903e536835364" + url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.5.8/osxfuse-3.5.8.dmg --- +- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2017-06-13-OSXFUSE-3.6.0.html b/_posts/2017-06-13-OSXFUSE-3.6.0.html index f9db650..19b1787 100644 --- a/_posts/2017-06-13-OSXFUSE-3.6.0.html +++ b/_posts/2017-06-13-OSXFUSE-3.6.0.html @@ -3,14 +3,18 @@ title: Release of FUSE for macOS 3.6.0 release: - name: FUSE for macOS 3.6.0 - description: - - macOS 10.5 to 10.13 - - Intel or PowerPC - - "SHA-256: 83223ae68012882110670d09d1c0d9d5f656fe9fef69c6a10d18cc85a3e2c166" - url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.6.0/osxfuse-3.6.0.dmg + name: FUSE for macOS 3.6.0 + description: + - macOS 10.5 to 10.13 + - Intel or PowerPC + - "SHA-256: 83223ae68012882110670d09d1c0d9d5f656fe9fef69c6a10d18cc85a3e2c166" + url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.6.0/osxfuse-3.6.0.dmg --- +- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2017-07-08-OSXFUSE-3.6.1.html b/_posts/2017-07-08-OSXFUSE-3.6.1.html index 2347c59..31b127a 100644 --- a/_posts/2017-07-08-OSXFUSE-3.6.1.html +++ b/_posts/2017-07-08-OSXFUSE-3.6.1.html @@ -3,17 +3,19 @@ title: Release of FUSE for macOS 3.6.1 release: - name: FUSE for macOS 3.6.1 - description: - - macOS 10.5 to 10.13 - - Intel or PowerPC - - "SHA-256: 494b423114c6aa436268fe23abb6d66ca254aeba76a43942edcab69a4ff5ac87" - url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.6.1/osxfuse-3.6.1.dmg + name: FUSE for macOS 3.6.1 + description: + - macOS 10.5 to 10.13 + - Intel or PowerPC + - "SHA-256: 494b423114c6aa436268fe23abb6d66ca254aeba76a43942edcab69a4ff5ac87" + url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.6.1/osxfuse-3.6.1.dmg --- -- This is a developer preview of the FUSE for macOS software. -
+ +This is a developer preview of the FUSE for macOS software.
- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2017-07-11-OSXFUSE-3.6.2.html b/_posts/2017-07-11-OSXFUSE-3.6.2.html index 7b45c05..90f6406 100644 --- a/_posts/2017-07-11-OSXFUSE-3.6.2.html +++ b/_posts/2017-07-11-OSXFUSE-3.6.2.html @@ -3,14 +3,18 @@ title: Release of FUSE for macOS 3.6.2 release: - name: FUSE for macOS 3.6.2 - description: - - macOS 10.5 to 10.13 - - Intel or PowerPC - - "SHA-256: 33ab1b3c08f8e0084522103caec35fe32148505d9f1e1468eb7f0fe2a41c5960" - url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.6.2/osxfuse-3.6.2.dmg + name: FUSE for macOS 3.6.2 + description: + - macOS 10.5 to 10.13 + - Intel or PowerPC + - "SHA-256: 33ab1b3c08f8e0084522103caec35fe32148505d9f1e1468eb7f0fe2a41c5960" + url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.6.2/osxfuse-3.6.2.dmg --- +- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2017-07-18-OSXFUSE-3.6.3.html b/_posts/2017-07-18-OSXFUSE-3.6.3.html index 17ace06..f601ee6 100644 --- a/_posts/2017-07-18-OSXFUSE-3.6.3.html +++ b/_posts/2017-07-18-OSXFUSE-3.6.3.html @@ -3,14 +3,18 @@ title: Release of FUSE for macOS 3.6.3 release: - name: FUSE for macOS 3.6.3 - description: - - macOS 10.5 to 10.13 - - Intel or PowerPC - - "SHA-256: 64474821b8b9b663ff728f79fd0e7d361f972dc0ac0ea4e16f7d26cdb1655db2" - url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.6.3/osxfuse-3.6.3.dmg + name: FUSE for macOS 3.6.3 + description: + - macOS 10.5 to 10.13 + - Intel or PowerPC + - "SHA-256: 64474821b8b9b663ff728f79fd0e7d361f972dc0ac0ea4e16f7d26cdb1655db2" + url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.6.3/osxfuse-3.6.3.dmg --- +- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2017-09-10-OSXFUSE-3.7.0.html b/_posts/2017-09-10-OSXFUSE-3.7.0.html index 9bcc60a..1b391ec 100644 --- a/_posts/2017-09-10-OSXFUSE-3.7.0.html +++ b/_posts/2017-09-10-OSXFUSE-3.7.0.html @@ -3,14 +3,18 @@ title: Release of FUSE for macOS 3.7.0 release: - name: FUSE for macOS 3.7.0 - description: - - macOS 10.5 to 10.13 - - Intel or PowerPC - - "SHA-256: ed332d86f0a540fb77f75e38f8146b01ebfecb03f639a57b64e54fa0551fc85d" - url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.7.0/osxfuse-3.7.0.dmg + name: FUSE for macOS 3.7.0 + description: + - macOS 10.5 to 10.13 + - Intel or PowerPC + - "SHA-256: ed332d86f0a540fb77f75e38f8146b01ebfecb03f639a57b64e54fa0551fc85d" + url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.7.0/osxfuse-3.7.0.dmg --- +- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2017-09-21-OSXFUSE-3.7.1.html b/_posts/2017-09-21-OSXFUSE-3.7.1.html index 35081a9..0260b3a 100644 --- a/_posts/2017-09-21-OSXFUSE-3.7.1.html +++ b/_posts/2017-09-21-OSXFUSE-3.7.1.html @@ -3,14 +3,18 @@ title: Release of FUSE for macOS 3.7.1 release: - name: FUSE for macOS 3.7.1 - description: - - macOS 10.5 to 10.13 - - Intel or PowerPC - - "SHA-256: 0982bca1661d1b8df1c310e828984b25c11dfdc623a79566bfa6283779fad24c" - url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.7.1/osxfuse-3.7.1.dmg + name: FUSE for macOS 3.7.1 + description: + - macOS 10.5 to 10.13 + - Intel or PowerPC + - "SHA-256: 0982bca1661d1b8df1c310e828984b25c11dfdc623a79566bfa6283779fad24c" + url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.7.1/osxfuse-3.7.1.dmg --- +- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2018-05-07-OSXFUSE-3.8.0..html b/_posts/2018-05-07-OSXFUSE-3.8.0..html index 9dc6aab..e90b1ec 100644 --- a/_posts/2018-05-07-OSXFUSE-3.8.0..html +++ b/_posts/2018-05-07-OSXFUSE-3.8.0..html @@ -3,14 +3,18 @@ title: Release of FUSE for macOS 3.8.0 release: - name: FUSE for macOS 3.8.0 - description: - - macOS 10.5 to 10.13 - - Intel or PowerPC - - "SHA-256: 4661f160e678e46d83a9a63fd0b7eb10903f688f7d37ea066c543a37781a0007" - url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.8.0/osxfuse-3.8.0.dmg + name: FUSE for macOS 3.8.0 + description: + - macOS 10.5 to 10.13 + - Intel or PowerPC + - "SHA-256: 4661f160e678e46d83a9a63fd0b7eb10903f688f7d37ea066c543a37781a0007" + url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.8.0/osxfuse-3.8.0.dmg --- +- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2018-06-18-OSXFUSE-3.8.1.html b/_posts/2018-06-18-OSXFUSE-3.8.1.html index c9c48fc..00cf246 100644 --- a/_posts/2018-06-18-OSXFUSE-3.8.1.html +++ b/_posts/2018-06-18-OSXFUSE-3.8.1.html @@ -3,17 +3,19 @@ title: Release of FUSE for macOS 3.8.1 release: - name: FUSE for macOS 3.8.1 - description: - - macOS 10.5 to 10.14 - - Intel or PowerPC - - "SHA-256: b0e719212f4da6577d25421c07c7f2d26af14cac91441539ec479449fb0c8ebb" - url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.8.1/osxfuse-3.8.1.dmg + name: FUSE for macOS 3.8.1 + description: + - macOS 10.5 to 10.14 + - Intel or PowerPC + - "SHA-256: b0e719212f4da6577d25421c07c7f2d26af14cac91441539ec479449fb0c8ebb" + url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.8.1/osxfuse-3.8.1.dmg --- -- This is a developer preview of the FUSE for macOS software. -
+ +This is a developer preview of the FUSE for macOS software.
- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2018-07-01-OSXFUSE-3.8.2.html b/_posts/2018-07-01-OSXFUSE-3.8.2.html index 79a5469..b72c439 100644 --- a/_posts/2018-07-01-OSXFUSE-3.8.2.html +++ b/_posts/2018-07-01-OSXFUSE-3.8.2.html @@ -3,14 +3,18 @@ title: Release of FUSE for macOS 3.8.2 release: - name: FUSE for macOS 3.8.2 - description: - - macOS 10.5 to 10.14 - - Intel or PowerPC - - "SHA-256: 03a3e561803cdf9fa797c146dc33f0ec0d665cc2bf41cf2b68b3c5b34b03b758" - url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.8.2/osxfuse-3.8.2.dmg + name: FUSE for macOS 3.8.2 + description: + - macOS 10.5 to 10.14 + - Intel or PowerPC + - "SHA-256: 03a3e561803cdf9fa797c146dc33f0ec0d665cc2bf41cf2b68b3c5b34b03b758" + url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.8.2/osxfuse-3.8.2.dmg --- +- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2018-12-18-OSXFUSE-3.8.3.html b/_posts/2018-12-18-OSXFUSE-3.8.3.html index c82e3bc..954f329 100644 --- a/_posts/2018-12-18-OSXFUSE-3.8.3.html +++ b/_posts/2018-12-18-OSXFUSE-3.8.3.html @@ -3,14 +3,18 @@ title: Release of FUSE for macOS 3.8.3 release: - name: FUSE for macOS 3.8.3 - description: - - macOS 10.5 to 10.14 - - Intel or PowerPC - - "SHA-256: 87e507c44c19689beefa3d47dd00ba953254d9e616cb633c1b4343407fe99700" - url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.8.3/osxfuse-3.8.3.dmg + name: FUSE for macOS 3.8.3 + description: + - macOS 10.5 to 10.14 + - Intel or PowerPC + - "SHA-256: 87e507c44c19689beefa3d47dd00ba953254d9e616cb633c1b4343407fe99700" + url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.8.3/osxfuse-3.8.3.dmg --- +- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2019-05-03-OSXFUSE-3.9.0.html b/_posts/2019-05-03-OSXFUSE-3.9.0.html index 2fed696..e3d4960 100644 --- a/_posts/2019-05-03-OSXFUSE-3.9.0.html +++ b/_posts/2019-05-03-OSXFUSE-3.9.0.html @@ -3,14 +3,18 @@ title: Release of FUSE for macOS 3.9.0 release: - name: FUSE for macOS 3.9.0 - description: - - macOS 10.5 to 10.14 - - Intel or PowerPC - - "SHA-256: 9bd40e487c18abcf94a72b96c9f3b1378b69a1a0906f05c451aa918180bcc394" - url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.9.0/osxfuse-3.9.0.dmg + name: FUSE for macOS 3.9.0 + description: + - macOS 10.5 to 10.14 + - Intel or PowerPC + - "SHA-256: 9bd40e487c18abcf94a72b96c9f3b1378b69a1a0906f05c451aa918180bcc394" + url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.9.0/osxfuse-3.9.0.dmg --- +- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2019-05-28-OSXFUSE-3.9.1.html b/_posts/2019-05-28-OSXFUSE-3.9.1.html index 17c7e2a..a1a0a92 100644 --- a/_posts/2019-05-28-OSXFUSE-3.9.1.html +++ b/_posts/2019-05-28-OSXFUSE-3.9.1.html @@ -3,14 +3,18 @@ title: Release of FUSE for macOS 3.9.1 release: - name: FUSE for macOS 3.9.1 - description: - - macOS 10.5 to 10.14 - - Intel or PowerPC - - "SHA-256: b79e3626e3a46d150b4ea77e4e7f9453fc4264fcf358d1f07bd408fbd246396c" - url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.9.1/osxfuse-3.9.1.dmg + name: FUSE for macOS 3.9.1 + description: + - macOS 10.5 to 10.14 + - Intel or PowerPC + - "SHA-256: b79e3626e3a46d150b4ea77e4e7f9453fc4264fcf358d1f07bd408fbd246396c" + url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.9.1/osxfuse-3.9.1.dmg --- +- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2019-06-14-OSXFUSE-3.9.2.html b/_posts/2019-06-14-OSXFUSE-3.9.2.html index 82097f9..a047832 100644 --- a/_posts/2019-06-14-OSXFUSE-3.9.2.html +++ b/_posts/2019-06-14-OSXFUSE-3.9.2.html @@ -3,14 +3,18 @@ title: Release of FUSE for macOS 3.9.2 release: - name: FUSE for macOS 3.9.2 - description: - - macOS 10.5 to 10.14 - - Intel or PowerPC - - "SHA-256: de45388f6aceb547f08112e24f2ed49a2160725ed4590adcc8488a5d5d3f0067" - url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.9.2/osxfuse-3.9.2.dmg + name: FUSE for macOS 3.9.2 + description: + - macOS 10.5 to 10.14 + - Intel or PowerPC + - "SHA-256: de45388f6aceb547f08112e24f2ed49a2160725ed4590adcc8488a5d5d3f0067" + url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.9.2/osxfuse-3.9.2.dmg --- +- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2019-07-06-OSXFUSE-3.10.0.html b/_posts/2019-07-06-OSXFUSE-3.10.0.html index 30b3ed5..85b89bf 100644 --- a/_posts/2019-07-06-OSXFUSE-3.10.0.html +++ b/_posts/2019-07-06-OSXFUSE-3.10.0.html @@ -3,14 +3,18 @@ title: Release of FUSE for macOS 3.10.0 release: - name: FUSE for macOS 3.10.0 - description: - - macOS 10.5 to 10.15 - - Intel or PowerPC - - "SHA-256: 91fab733685ca325b07656945515ff86cba816870a5ac2231efb86a9e2170772" - url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.10.0/osxfuse-3.10.0.dmg + name: FUSE for macOS 3.10.0 + description: + - macOS 10.5 to 10.15 + - Intel or PowerPC + - "SHA-256: 91fab733685ca325b07656945515ff86cba816870a5ac2231efb86a9e2170772" + url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.10.0/osxfuse-3.10.0.dmg --- +- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2019-07-25-OSXFUSE-3.10.2.html b/_posts/2019-07-25-OSXFUSE-3.10.2.html index e81e615..6d73f43 100644 --- a/_posts/2019-07-25-OSXFUSE-3.10.2.html +++ b/_posts/2019-07-25-OSXFUSE-3.10.2.html @@ -3,14 +3,18 @@ title: Release of FUSE for macOS 3.10.2 release: - name: FUSE for macOS 3.10.2 - description: - - macOS 10.5 to 10.15 - - Intel or PowerPC - - "SHA-256: fb07b8027d0cf7509b92c6a99110b98d5b7584512128ab6331ed30308363614f" - url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.10.2/osxfuse-3.10.2.dmg + name: FUSE for macOS 3.10.2 + description: + - macOS 10.5 to 10.15 + - Intel or PowerPC + - "SHA-256: fb07b8027d0cf7509b92c6a99110b98d5b7584512128ab6331ed30308363614f" + url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.10.2/osxfuse-3.10.2.dmg --- +- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2019-09-15-OSXFUSE-3.10.3.html b/_posts/2019-09-15-OSXFUSE-3.10.3.html index fbb3881..49ca157 100644 --- a/_posts/2019-09-15-OSXFUSE-3.10.3.html +++ b/_posts/2019-09-15-OSXFUSE-3.10.3.html @@ -3,14 +3,18 @@ title: Release of FUSE for macOS 3.10.3 release: - name: FUSE for macOS 3.10.3 - description: - - macOS 10.5 to 10.15 - - Intel or PowerPC - - "SHA-256: 8fcbe4918dbb08e4fe622771998ba46ed50248610e6965f0ce0405f563f159ca" - url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.10.3/osxfuse-3.10.3.dmg + name: FUSE for macOS 3.10.3 + description: + - macOS 10.5 to 10.15 + - Intel or PowerPC + - "SHA-256: 8fcbe4918dbb08e4fe622771998ba46ed50248610e6965f0ce0405f563f159ca" + url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.10.3/osxfuse-3.10.3.dmg --- +- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2019-12-05-OSXFUSE-3.10.4.html b/_posts/2019-12-05-OSXFUSE-3.10.4.html index e949dd3..c71be11 100644 --- a/_posts/2019-12-05-OSXFUSE-3.10.4.html +++ b/_posts/2019-12-05-OSXFUSE-3.10.4.html @@ -3,14 +3,18 @@ title: Release of FUSE for macOS 3.10.4 release: - name: FUSE for macOS 3.10.4 - description: - - macOS 10.5 to 10.15 - - Intel or PowerPC - - "SHA-256: 654da9e58b622e24d65ffb9f7180c50f518cfa8c07e48d883d6761dbcd11787c" - url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.10.4/osxfuse-3.10.4.dmg + name: FUSE for macOS 3.10.4 + description: + - macOS 10.5 to 10.15 + - Intel or PowerPC + - "SHA-256: 654da9e58b622e24d65ffb9f7180c50f518cfa8c07e48d883d6761dbcd11787c" + url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.10.4/osxfuse-3.10.4.dmg --- +- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2020-05-27-OSXFUSE-3.10.5.html b/_posts/2020-05-27-OSXFUSE-3.10.5.html index 2ad3916..a271f42 100644 --- a/_posts/2020-05-27-OSXFUSE-3.10.5.html +++ b/_posts/2020-05-27-OSXFUSE-3.10.5.html @@ -3,14 +3,18 @@ title: Release of FUSE for macOS 3.10.5 release: - name: FUSE for macOS 3.10.5 - description: - - macOS 10.5 to 10.15 - - Intel or PowerPC - - "SHA-256: e519760c40b722bf017e453d635bef3664274770f9f57642bed49e937750ebc4" - url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.10.5/osxfuse-3.10.5.dmg + name: FUSE for macOS 3.10.5 + description: + - macOS 10.5 to 10.15 + - Intel or PowerPC + - "SHA-256: e519760c40b722bf017e453d635bef3664274770f9f57642bed49e937750ebc4" + url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.10.5/osxfuse-3.10.5.dmg --- +- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2020-06-08-OSXFUSE-3.10.6.html b/_posts/2020-06-08-OSXFUSE-3.10.6.html index b5c54b9..1f86dfc 100644 --- a/_posts/2020-06-08-OSXFUSE-3.10.6.html +++ b/_posts/2020-06-08-OSXFUSE-3.10.6.html @@ -3,14 +3,18 @@ title: Release of FUSE for macOS 3.10.6 release: - name: FUSE for macOS 3.10.6 - description: - - macOS 10.5 to 10.15 - - Intel or PowerPC - - "SHA-256: 14e1599f7fde77164a49ee33cb94e6d2e003e776b477f0ae3cc885f62d926a03" - url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.10.6/osxfuse-3.10.6.dmg + name: FUSE for macOS 3.10.6 + description: + - macOS 10.5 to 10.15 + - Intel or PowerPC + - "SHA-256: 14e1599f7fde77164a49ee33cb94e6d2e003e776b477f0ae3cc885f62d926a03" + url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.10.6/osxfuse-3.10.6.dmg --- +- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2020-07-04-OSXFUSE-3.11.0.html b/_posts/2020-07-04-OSXFUSE-3.11.0.html index 47a37d0..f754ad8 100644 --- a/_posts/2020-07-04-OSXFUSE-3.11.0.html +++ b/_posts/2020-07-04-OSXFUSE-3.11.0.html @@ -3,14 +3,18 @@ title: Release of FUSE for macOS 3.11.0 release: - name: FUSE for macOS 3.11.0 - description: - - macOS 10.5 to 11 - - Intel or PowerPC - - "SHA-256: 6e4adf8e939bb336ce51c28c71249019c1499ebdba4abddc7cc1ea5154a1feaf" - url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.11.0/osxfuse-3.11.0.dmg + name: FUSE for macOS 3.11.0 + description: + - macOS 10.5 to 11 + - Intel or PowerPC + - "SHA-256: 6e4adf8e939bb336ce51c28c71249019c1499ebdba4abddc7cc1ea5154a1feaf" + url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.11.0/osxfuse-3.11.0.dmg --- +- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2020-10-02-OSXFUSE-3.11.1.html b/_posts/2020-10-02-OSXFUSE-3.11.1.html index 2db72d9..f19acce 100644 --- a/_posts/2020-10-02-OSXFUSE-3.11.1.html +++ b/_posts/2020-10-02-OSXFUSE-3.11.1.html @@ -3,14 +3,18 @@ title: Release of FUSE for macOS 3.11.1 release: - name: FUSE for macOS 3.11.1 - description: - - macOS 10.5 to 11 - - Intel or PowerPC - - "SHA-256: 7bd254fa76f52d98cb957df214d620a7bf71210d6f99303202481484f1fc0623" - url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.11.1/osxfuse-3.11.1.dmg + name: FUSE for macOS 3.11.1 + description: + - macOS 10.5 to 11 + - Intel or PowerPC + - "SHA-256: 7bd254fa76f52d98cb957df214d620a7bf71210d6f99303202481484f1fc0623" + url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.11.1/osxfuse-3.11.1.dmg --- +- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2020-10-05-OSXFUSE-3.11.2.html b/_posts/2020-10-05-OSXFUSE-3.11.2.html index 649def2..4d7b2a4 100644 --- a/_posts/2020-10-05-OSXFUSE-3.11.2.html +++ b/_posts/2020-10-05-OSXFUSE-3.11.2.html @@ -3,14 +3,18 @@ title: Release of FUSE for macOS 3.11.2 release: - name: FUSE for macOS 3.11.2 - description: - - macOS 10.5 to 11 - - Intel or PowerPC - - "SHA-256: 0f9fd021810063ded2f9a40347e11961369238af27615842063831568a0860ce" - url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.11.2/osxfuse-3.11.2.dmg + name: FUSE for macOS 3.11.2 + description: + - macOS 10.5 to 11 + - Intel or PowerPC + - "SHA-256: 0f9fd021810063ded2f9a40347e11961369238af27615842063831568a0860ce" + url: https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.11.2/osxfuse-3.11.2.dmg --- +- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2020-10-30-macFUSE-4.0.0.html b/_posts/2020-10-30-macFUSE-4.0.0.html index 80e614d..9374033 100644 --- a/_posts/2020-10-30-macFUSE-4.0.0.html +++ b/_posts/2020-10-30-macFUSE-4.0.0.html @@ -3,14 +3,18 @@ title: Release of macFUSE 4.0.0 release: - name: macFUSE 4.0.0 - description: - - macOS 10.9 to 11 - - Apple Silicon or Intel - - "SHA-256: d6f7b1b9d338cab5aa9cb591cc01881546b7eeac048976da704afd48c7966147" - url: https://github.com/osxfuse/osxfuse/releases/download/macfuse-4.0.0/macfuse-4.0.0.dmg + name: macFUSE 4.0.0 + description: + - macOS 10.9 to 11 + - Apple Silicon or Intel + - "SHA-256: d6f7b1b9d338cab5aa9cb591cc01881546b7eeac048976da704afd48c7966147" + url: https://github.com/osxfuse/osxfuse/releases/download/macfuse-4.0.0/macfuse-4.0.0.dmg --- +- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2020-11-01-macFUSE-4.0.1.html b/_posts/2020-11-01-macFUSE-4.0.1.html index dd6883f..43f51b4 100644 --- a/_posts/2020-11-01-macFUSE-4.0.1.html +++ b/_posts/2020-11-01-macFUSE-4.0.1.html @@ -3,14 +3,18 @@ title: Release of macFUSE 4.0.1 release: - name: macFUSE 4.0.1 - description: - - macOS 10.9 to 11 - - Apple Silicon or Intel - - "SHA-256: e4f59da60c96e1cae134c8d5ddd6969a232db40cbc993104833b796beaec0bd1" - url: https://github.com/osxfuse/osxfuse/releases/download/macfuse-4.0.1/macfuse-4.0.1.dmg + name: macFUSE 4.0.1 + description: + - macOS 10.9 to 11 + - Apple Silicon or Intel + - "SHA-256: e4f59da60c96e1cae134c8d5ddd6969a232db40cbc993104833b796beaec0bd1" + url: https://github.com/osxfuse/osxfuse/releases/download/macfuse-4.0.1/macfuse-4.0.1.dmg --- +- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2020-11-08-macFUSE-4.0.2.html b/_posts/2020-11-08-macFUSE-4.0.2.html index dcc66c7..7babecf 100644 --- a/_posts/2020-11-08-macFUSE-4.0.2.html +++ b/_posts/2020-11-08-macFUSE-4.0.2.html @@ -3,14 +3,18 @@ title: Release of macFUSE 4.0.2 release: - name: macFUSE 4.0.2 - description: - - macOS 10.9 to 11 - - Apple Silicon or Intel - - "SHA-256: 12413232e73f6c4ad5facc1070b66b60c47d8e050f2b1a8616e24c0dab22c49c" - url: https://github.com/osxfuse/osxfuse/releases/download/macfuse-4.0.2/macfuse-4.0.2.dmg + name: macFUSE 4.0.2 + description: + - macOS 10.9 to 11 + - Apple Silicon or Intel + - "SHA-256: 12413232e73f6c4ad5facc1070b66b60c47d8e050f2b1a8616e24c0dab22c49c" + url: https://github.com/osxfuse/osxfuse/releases/download/macfuse-4.0.2/macfuse-4.0.2.dmg --- +- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2020-11-18-macFUSE-4.0.3.html b/_posts/2020-11-18-macFUSE-4.0.3.html index 296a8d6..da0078e 100644 --- a/_posts/2020-11-18-macFUSE-4.0.3.html +++ b/_posts/2020-11-18-macFUSE-4.0.3.html @@ -3,14 +3,18 @@ title: Release of macFUSE 4.0.3 release: - name: macFUSE 4.0.3 - description: - - macOS 10.9 to 11 - - Apple Silicon or Intel - - "SHA-256: 19597350a4fe0479114dffdf96fc7d87c846fe215b7ab27a7543a59f5327bd25" - url: https://github.com/osxfuse/osxfuse/releases/download/macfuse-4.0.3/macfuse-4.0.3.dmg + name: macFUSE 4.0.3 + description: + - macOS 10.9 to 11 + - Apple Silicon or Intel + - "SHA-256: 19597350a4fe0479114dffdf96fc7d87c846fe215b7ab27a7543a59f5327bd25" + url: https://github.com/osxfuse/osxfuse/releases/download/macfuse-4.0.3/macfuse-4.0.3.dmg --- +- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2020-11-30-macFUSE-4.0.4.html b/_posts/2020-11-30-macFUSE-4.0.4.html index 376ccaf..f61b298 100644 --- a/_posts/2020-11-30-macFUSE-4.0.4.html +++ b/_posts/2020-11-30-macFUSE-4.0.4.html @@ -3,14 +3,18 @@ title: Release of macFUSE 4.0.4 release: - name: macFUSE 4.0.4 - description: - - macOS 10.9 to 11 - - Apple Silicon or Intel - - "SHA-256: 3e1b52a78ba6530cba2fb34a64c1da2ef969e03aeb2a58ae622cb0f09772d450" - url: https://github.com/osxfuse/osxfuse/releases/download/macfuse-4.0.4/macfuse-4.0.4.dmg + name: macFUSE 4.0.4 + description: + - macOS 10.9 to 11 + - Apple Silicon or Intel + - "SHA-256: 3e1b52a78ba6530cba2fb34a64c1da2ef969e03aeb2a58ae622cb0f09772d450" + url: https://github.com/osxfuse/osxfuse/releases/download/macfuse-4.0.4/macfuse-4.0.4.dmg --- +- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2021-01-02-macFUSE-4.0.5.html b/_posts/2021-01-02-macFUSE-4.0.5.html index 79a2439..41a68f2 100644 --- a/_posts/2021-01-02-macFUSE-4.0.5.html +++ b/_posts/2021-01-02-macFUSE-4.0.5.html @@ -3,14 +3,18 @@ title: Release of macFUSE 4.0.5 release: - name: macFUSE 4.0.5 - description: - - macOS 10.9 to 11 - - Apple Silicon or Intel - - "SHA-256: 6365d10c9e388ac7a91fe1e65d54694faad69149f421125eaddfff07d48763ea" - url: https://github.com/osxfuse/osxfuse/releases/download/macfuse-4.0.5/macfuse-4.0.5.dmg + name: macFUSE 4.0.5 + description: + - macOS 10.9 to 11 + - Apple Silicon or Intel + - "SHA-256: 6365d10c9e388ac7a91fe1e65d54694faad69149f421125eaddfff07d48763ea" + url: https://github.com/osxfuse/osxfuse/releases/download/macfuse-4.0.5/macfuse-4.0.5.dmg --- +- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2021-03-13-macFUSE-4.1.0.html b/_posts/2021-03-13-macFUSE-4.1.0.html index 86e6ae6..356ad04 100644 --- a/_posts/2021-03-13-macFUSE-4.1.0.html +++ b/_posts/2021-03-13-macFUSE-4.1.0.html @@ -3,14 +3,18 @@ title: Release of macFUSE 4.1.0 release: - name: macFUSE 4.1.0 - description: - - macOS 10.12 to 11 - - Apple Silicon or Intel - - "SHA-256: 3cb6a49406fd036c50ef1b4ad717a377f4dcf182811bde172d69f1c289791085" - url: https://github.com/osxfuse/osxfuse/releases/download/macfuse-4.1.0/macfuse-4.1.0.dmg + name: macFUSE 4.1.0 + description: + - macOS 10.12 to 11 + - Apple Silicon or Intel + - "SHA-256: 3cb6a49406fd036c50ef1b4ad717a377f4dcf182811bde172d69f1c289791085" + url: https://github.com/osxfuse/osxfuse/releases/download/macfuse-4.1.0/macfuse-4.1.0.dmg --- +- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2021-05-16-macFUSE-4.1.1.html b/_posts/2021-05-16-macFUSE-4.1.1.html index be6626b..e7f5b04 100644 --- a/_posts/2021-05-16-macFUSE-4.1.1.html +++ b/_posts/2021-05-16-macFUSE-4.1.1.html @@ -3,14 +3,18 @@ title: Release of macFUSE 4.1.1 release: - name: macFUSE 4.1.1 - description: - - macOS 10.12 to 11 - - Apple Silicon or Intel - - "SHA-256: e4e5c4b34783b80db296fddc431262fd312fc6a8a515f0ee4cbfba1b0784d392" - url: https://github.com/osxfuse/osxfuse/releases/download/macfuse-4.1.1/macfuse-4.1.1.dmg + name: macFUSE 4.1.1 + description: + - macOS 10.12 to 11 + - Apple Silicon or Intel + - "SHA-256: e4e5c4b34783b80db296fddc431262fd312fc6a8a515f0ee4cbfba1b0784d392" + url: https://github.com/osxfuse/osxfuse/releases/download/macfuse-4.1.1/macfuse-4.1.1.dmg --- +- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2021-05-16-macFUSE-4.1.2.html b/_posts/2021-05-16-macFUSE-4.1.2.html index 50e10f7..54d61cd 100644 --- a/_posts/2021-05-16-macFUSE-4.1.2.html +++ b/_posts/2021-05-16-macFUSE-4.1.2.html @@ -3,14 +3,18 @@ title: Release of macFUSE 4.1.2 release: - name: macFUSE 4.1.2 - description: - - macOS 10.12 to 11 - - Apple Silicon or Intel - - "SHA-256: 9ff344de38bad5ac5eca5194da00a2ba35dd6afdb9039133b5446168f8edafdb" - url: https://github.com/osxfuse/osxfuse/releases/download/macfuse-4.1.2/macfuse-4.1.2.dmg + name: macFUSE 4.1.2 + description: + - macOS 10.12 to 11 + - Apple Silicon or Intel + - "SHA-256: 9ff344de38bad5ac5eca5194da00a2ba35dd6afdb9039133b5446168f8edafdb" + url: https://github.com/osxfuse/osxfuse/releases/download/macfuse-4.1.2/macfuse-4.1.2.dmg --- +- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2021-06-12-macFUSE-4.2.0.html b/_posts/2021-06-12-macFUSE-4.2.0.html index dc63f80..e38b0ff 100644 --- a/_posts/2021-06-12-macFUSE-4.2.0.html +++ b/_posts/2021-06-12-macFUSE-4.2.0.html @@ -3,14 +3,18 @@ title: Release of macFUSE 4.2.0 release: - name: macFUSE 4.2.0 - description: - - macOS 10.9 to 12 - - Apple Silicon or Intel - - "SHA-256: bf413e3aae887b6e8e8f8ad46152eb34575b7ff7f90d6cc55735ad00c5a4c7a6" - url: https://github.com/osxfuse/osxfuse/releases/download/macfuse-4.2.0/macfuse-4.2.0.dmg + name: macFUSE 4.2.0 + description: + - macOS 10.9 to 12 + - Apple Silicon or Intel + - "SHA-256: bf413e3aae887b6e8e8f8ad46152eb34575b7ff7f90d6cc55735ad00c5a4c7a6" + url: https://github.com/osxfuse/osxfuse/releases/download/macfuse-4.2.0/macfuse-4.2.0.dmg --- +- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2021-10-01-macFUSE-4.2.1.html b/_posts/2021-10-01-macFUSE-4.2.1.html index ce69720..b2a1d64 100644 --- a/_posts/2021-10-01-macFUSE-4.2.1.html +++ b/_posts/2021-10-01-macFUSE-4.2.1.html @@ -3,14 +3,18 @@ title: Release of macFUSE 4.2.1 release: - name: macFUSE 4.2.1 - description: - - macOS 10.9 to 12 - - Apple Silicon or Intel - - "SHA-256: bd3abba91a8c16005eb3937ad492e49275e60db429bbecd30d54769c191e0699" - url: https://github.com/osxfuse/osxfuse/releases/download/macfuse-4.2.1/macfuse-4.2.1.dmg + name: macFUSE 4.2.1 + description: + - macOS 10.9 to 12 + - Apple Silicon or Intel + - "SHA-256: bd3abba91a8c16005eb3937ad492e49275e60db429bbecd30d54769c191e0699" + url: https://github.com/osxfuse/osxfuse/releases/download/macfuse-4.2.1/macfuse-4.2.1.dmg --- +- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2021-11-10-macFUSE-4.2.2.html b/_posts/2021-11-10-macFUSE-4.2.2.html index 3134270..0a7983d 100644 --- a/_posts/2021-11-10-macFUSE-4.2.2.html +++ b/_posts/2021-11-10-macFUSE-4.2.2.html @@ -3,14 +3,18 @@ title: Release of macFUSE 4.2.2 release: - name: macFUSE 4.2.2 - description: - - macOS 10.9 to 12 - - Apple Silicon or Intel - - "SHA-256: ca2ba70aa385062c2dd3c8e6521c325b1c7c3e392f74074b4b36c5b55fd6f5e0" - url: https://github.com/osxfuse/osxfuse/releases/download/macfuse-4.2.2/macfuse-4.2.2.dmg + name: macFUSE 4.2.2 + description: + - macOS 10.9 to 12 + - Apple Silicon or Intel + - "SHA-256: ca2ba70aa385062c2dd3c8e6521c325b1c7c3e392f74074b4b36c5b55fd6f5e0" + url: https://github.com/osxfuse/osxfuse/releases/download/macfuse-4.2.2/macfuse-4.2.2.dmg --- +- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2021-11-16-macFUSE-4.2.3.html b/_posts/2021-11-16-macFUSE-4.2.3.html index 26ef978..336bca9 100644 --- a/_posts/2021-11-16-macFUSE-4.2.3.html +++ b/_posts/2021-11-16-macFUSE-4.2.3.html @@ -3,14 +3,18 @@ title: Release of macFUSE 4.2.3 release: - name: macFUSE 4.2.3 - description: - - macOS 10.9 to 12 - - Apple Silicon or Intel - - "SHA-256: 800d9113c61ff1708b46a970e8c398f85563adab217ff82287bd00ac3da27283" - url: https://github.com/osxfuse/osxfuse/releases/download/macfuse-4.2.3/macfuse-4.2.3.dmg + name: macFUSE 4.2.3 + description: + - macOS 10.9 to 12 + - Apple Silicon or Intel + - "SHA-256: 800d9113c61ff1708b46a970e8c398f85563adab217ff82287bd00ac3da27283" + url: https://github.com/osxfuse/osxfuse/releases/download/macfuse-4.2.3/macfuse-4.2.3.dmg --- +- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2021-12-20-macFUSE-4.2.4.html b/_posts/2021-12-20-macFUSE-4.2.4.html index f5ff0ae..112ff1d 100644 --- a/_posts/2021-12-20-macFUSE-4.2.4.html +++ b/_posts/2021-12-20-macFUSE-4.2.4.html @@ -3,14 +3,18 @@ title: Release of macFUSE 4.2.4 release: - name: macFUSE 4.2.4 - description: - - macOS 10.9 to 12 - - Apple Silicon or Intel - - "SHA-256: 82a2c30b3a7bf56aa2755c0c192fb50d9eecc3fe42505ab4e8679b50306188bd" - url: https://github.com/osxfuse/osxfuse/releases/download/macfuse-4.2.4/macfuse-4.2.4.dmg + name: macFUSE 4.2.4 + description: + - macOS 10.9 to 12 + - Apple Silicon or Intel + - "SHA-256: 82a2c30b3a7bf56aa2755c0c192fb50d9eecc3fe42505ab4e8679b50306188bd" + url: https://github.com/osxfuse/osxfuse/releases/download/macfuse-4.2.4/macfuse-4.2.4.dmg --- +- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2022-04-08-macFUSE-4.2.5.html b/_posts/2022-04-08-macFUSE-4.2.5.html index 6c311e7..6290a8e 100644 --- a/_posts/2022-04-08-macFUSE-4.2.5.html +++ b/_posts/2022-04-08-macFUSE-4.2.5.html @@ -3,14 +3,18 @@ title: Release of macFUSE 4.2.5 release: - name: macFUSE 4.2.5 - description: - - macOS 10.9 to 12 - - Apple Silicon or Intel - - "SHA-256: a94af08049fe480453e02acb57334f7c8dcc47d68f3f3fe341bf5aadda418dff" - url: https://github.com/osxfuse/osxfuse/releases/download/macfuse-4.2.5/macfuse-4.2.5.dmg + name: macFUSE 4.2.5 + description: + - macOS 10.9 to 12 + - Apple Silicon or Intel + - "SHA-256: a94af08049fe480453e02acb57334f7c8dcc47d68f3f3fe341bf5aadda418dff" + url: https://github.com/osxfuse/osxfuse/releases/download/macfuse-4.2.5/macfuse-4.2.5.dmg --- +- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2022-04-25-macFUSE-4.3.0.html b/_posts/2022-04-25-macFUSE-4.3.0.html index 837d455..9609f46 100644 --- a/_posts/2022-04-25-macFUSE-4.3.0.html +++ b/_posts/2022-04-25-macFUSE-4.3.0.html @@ -3,14 +3,18 @@ title: Release of macFUSE 4.3.0 release: - name: macFUSE 4.3.0 - description: - - macOS 10.9 to 12 - - Apple Silicon or Intel - - "SHA-256: 8447e2ef3252cbab2608aeacec096b85561e7fdc8809157063a90ded812d48e8" - url: https://github.com/osxfuse/osxfuse/releases/download/macfuse-4.3.0/macfuse-4.3.0.dmg + name: macFUSE 4.3.0 + description: + - macOS 10.9 to 12 + - Apple Silicon or Intel + - "SHA-256: 8447e2ef3252cbab2608aeacec096b85561e7fdc8809157063a90ded812d48e8" + url: https://github.com/osxfuse/osxfuse/releases/download/macfuse-4.3.0/macfuse-4.3.0.dmg --- +- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2022-05-04-macFUSE-4.3.1.html b/_posts/2022-05-04-macFUSE-4.3.1.html index a005858..590b8a9 100644 --- a/_posts/2022-05-04-macFUSE-4.3.1.html +++ b/_posts/2022-05-04-macFUSE-4.3.1.html @@ -3,14 +3,18 @@ title: Release of macFUSE 4.3.1 release: - name: macFUSE 4.3.1 - description: - - macOS 10.9 to 12 - - Apple Silicon or Intel - - "SHA-256: 407fb884b57cd2c1437af250ff215d9a5bd80764b489f6389382302e5a00c5eb" - url: https://github.com/osxfuse/osxfuse/releases/download/macfuse-4.3.1/macfuse-4.3.1.dmg + name: macFUSE 4.3.1 + description: + - macOS 10.9 to 12 + - Apple Silicon or Intel + - "SHA-256: 407fb884b57cd2c1437af250ff215d9a5bd80764b489f6389382302e5a00c5eb" + url: https://github.com/osxfuse/osxfuse/releases/download/macfuse-4.3.1/macfuse-4.3.1.dmg --- +- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2022-06-18-macFUSE-4.4.0.html b/_posts/2022-06-18-macFUSE-4.4.0.html index bade8f9..b06d2eb 100644 --- a/_posts/2022-06-18-macFUSE-4.4.0.html +++ b/_posts/2022-06-18-macFUSE-4.4.0.html @@ -3,14 +3,18 @@ title: Release of macFUSE 4.4.0 release: - name: macFUSE 4.4.0 - description: - - macOS 10.9 to 13 - - Apple Silicon or Intel - - "SHA-256: db347d5a57d32d8556e82386eea9ef155fd877890eb3db547e49bb137d976a43" - url: https://github.com/osxfuse/osxfuse/releases/download/macfuse-4.4.0/macfuse-4.4.0.dmg + name: macFUSE 4.4.0 + description: + - macOS 10.9 to 13 + - Apple Silicon or Intel + - "SHA-256: db347d5a57d32d8556e82386eea9ef155fd877890eb3db547e49bb137d976a43" + url: https://github.com/osxfuse/osxfuse/releases/download/macfuse-4.4.0/macfuse-4.4.0.dmg --- +- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2022-08-19-macFUSE-4.4.1.html b/_posts/2022-08-19-macFUSE-4.4.1.html index 59935cb..77ceba5 100644 --- a/_posts/2022-08-19-macFUSE-4.4.1.html +++ b/_posts/2022-08-19-macFUSE-4.4.1.html @@ -3,14 +3,18 @@ title: Release of macFUSE 4.4.1 release: - name: macFUSE 4.4.1 - description: - - macOS 10.9 to 13 - - Apple Silicon or Intel - - "SHA-256: 2a2d0f37ec5fcff547c5efa7d08539103a0b46bc16080c2b41a7e749f6e65c61" - url: https://github.com/osxfuse/osxfuse/releases/download/macfuse-4.4.1/macfuse-4.4.1.dmg + name: macFUSE 4.4.1 + description: + - macOS 10.9 to 13 + - Apple Silicon or Intel + - "SHA-256: 2a2d0f37ec5fcff547c5efa7d08539103a0b46bc16080c2b41a7e749f6e65c61" + url: https://github.com/osxfuse/osxfuse/releases/download/macfuse-4.4.1/macfuse-4.4.1.dmg --- +- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2023-02-18-macFUSE-4.4.2.html b/_posts/2023-02-18-macFUSE-4.4.2.html index bfb100e..9d50de3 100644 --- a/_posts/2023-02-18-macFUSE-4.4.2.html +++ b/_posts/2023-02-18-macFUSE-4.4.2.html @@ -3,14 +3,18 @@ title: Release of macFUSE 4.4.2 release: - name: macFUSE 4.4.2 - description: - - macOS 10.9 to 13 - - Apple Silicon or Intel - - "SHA-256: 0e59f6cc796cd69fbc5779bc5b5081f7cd8e41beecc75c02fc0d2ccb8758b9cb" - url: https://github.com/osxfuse/osxfuse/releases/download/macfuse-4.4.2/macfuse-4.4.2.dmg + name: macFUSE 4.4.2 + description: + - macOS 10.9 to 13 + - Apple Silicon or Intel + - "SHA-256: 0e59f6cc796cd69fbc5779bc5b5081f7cd8e41beecc75c02fc0d2ccb8758b9cb" + url: https://github.com/osxfuse/osxfuse/releases/download/macfuse-4.4.2/macfuse-4.4.2.dmg --- +- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2023-04-17-macFUSE-4.4.3.html b/_posts/2023-04-17-macFUSE-4.4.3.html index de7d70d..506fd97 100644 --- a/_posts/2023-04-17-macFUSE-4.4.3.html +++ b/_posts/2023-04-17-macFUSE-4.4.3.html @@ -3,14 +3,18 @@ title: Release of macFUSE 4.4.3 release: - name: macFUSE 4.4.3 - description: - - macOS 10.9 to 13 - - Apple Silicon or Intel - - "SHA-256: df6611e501c1f5ac838f2febaa8a949ccd7744cebd03db9ccdfa46aec04c9d27" - url: https://github.com/osxfuse/osxfuse/releases/download/macfuse-4.4.3/macfuse-4.4.3.dmg + name: macFUSE 4.4.3 + description: + - macOS 10.9 to 13 + - Apple Silicon or Intel + - "SHA-256: df6611e501c1f5ac838f2febaa8a949ccd7744cebd03db9ccdfa46aec04c9d27" + url: https://github.com/osxfuse/osxfuse/releases/download/macfuse-4.4.3/macfuse-4.4.3.dmg --- +- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2023-06-07-macFUSE-4.5.0.html b/_posts/2023-06-07-macFUSE-4.5.0.html index a200984..c4c6766 100644 --- a/_posts/2023-06-07-macFUSE-4.5.0.html +++ b/_posts/2023-06-07-macFUSE-4.5.0.html @@ -3,14 +3,18 @@ title: Release of macFUSE 4.5.0 release: - name: macFUSE 4.5.0 - description: - - macOS 10.9 or later - - Apple Silicon or Intel - - "SHA-256: 9df7257315a9b9a97a9ba3a76011cabed7bc3784515b69fa098f8d81efec726d" - url: https://github.com/osxfuse/osxfuse/releases/download/macfuse-4.5.0/macfuse-4.5.0.dmg + name: macFUSE 4.5.0 + description: + - macOS 10.9 or later + - Apple Silicon or Intel + - "SHA-256: 9df7257315a9b9a97a9ba3a76011cabed7bc3784515b69fa098f8d81efec726d" + url: https://github.com/osxfuse/osxfuse/releases/download/macfuse-4.5.0/macfuse-4.5.0.dmg --- +- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2024-01-01-macFUSE-4.6.0.html b/_posts/2024-01-01-macFUSE-4.6.0.html index eaad3ec..116b486 100644 --- a/_posts/2024-01-01-macFUSE-4.6.0.html +++ b/_posts/2024-01-01-macFUSE-4.6.0.html @@ -3,14 +3,18 @@ title: Release of macFUSE 4.6.0 release: - name: macFUSE 4.6.0 - description: - - macOS 10.9 or later - - Apple Silicon or Intel - - "SHA-256: 3a748739bbe5184c1737b99395971c9fef306ed1348ee972cc4f2a133c87c2c5" - url: https://github.com/osxfuse/osxfuse/releases/download/macfuse-4.6.0/macfuse-4.6.0.dmg + name: macFUSE 4.6.0 + description: + - macOS 10.9 or later + - Apple Silicon or Intel + - "SHA-256: 3a748739bbe5184c1737b99395971c9fef306ed1348ee972cc4f2a133c87c2c5" + url: https://github.com/osxfuse/osxfuse/releases/download/macfuse-4.6.0/macfuse-4.6.0.dmg --- +- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/_posts/2024-03-04-macFUSE-4.6.1.html b/_posts/2024-03-04-macFUSE-4.6.1.html index 1336768..9c781c7 100644 --- a/_posts/2024-03-04-macFUSE-4.6.1.html +++ b/_posts/2024-03-04-macFUSE-4.6.1.html @@ -3,14 +3,18 @@ title: Release of macFUSE 4.6.1 release: - name: macFUSE 4.6.1 - description: - - macOS 10.9 or later - - Apple Silicon or Intel - - "SHA-256: d0bce4a3b4a0ee5d3c63ef5f56e2acde1a2ecb3461db5e62e374b811bb0d467f" - url: https://github.com/osxfuse/osxfuse/releases/download/macfuse-4.6.1/macfuse-4.6.1.dmg + name: macFUSE 4.6.1 + description: + - macOS 10.9 or later + - Apple Silicon or Intel + - "SHA-256: d0bce4a3b4a0ee5d3c63ef5f56e2acde1a2ecb3461db5e62e374b811bb0d467f" + url: https://github.com/osxfuse/osxfuse/releases/download/macfuse-4.6.1/macfuse-4.6.1.dmg --- +- See https://github.com/osxfuse/osxfuse/releases. + See + https://github.com/osxfuse/osxfuse/releases.
diff --git a/archive.html b/archive.html index 5285c0a..cd62e33 100644 --- a/archive.html +++ b/archive.html @@ -2,12 +2,14 @@ layout: base title: Post Archive --- +- macFUSE allows you to extend macOS's native file handling capabilities via third-party file systems. + macFUSE allows you to extend macOS's native file handling capabilities via + third-party file systems.
- As a user, installing the macFUSE software package will let you use any third-party FUSE file system. Legacy MacFUSE file systems are supported through the optional MacFUSE compatibility layer. + As a user, installing the macFUSE software package will let you use any + third-party FUSE file system. Legacy MacFUSE file systems are supported + through the optional MacFUSE compatibility layer.
- As a developer, you can use the FUSE SDK to write numerous types of new file systems as regular user space programs. The content of these file systems can come from anywhere: from the local disk, from across the network, from memory, or any other combination of sources. Writing a file system using FUSE is orders of magnitude easier and quicker than the traditional approach of writing in-kernel file systems. Since FUSE file systems are regular applications (as opposed to kernel extensions), you have just as much flexibility and choice in programming tools, debuggers, and libraries as you have if you were developing standard macOS applications. + As a developer, you can use the FUSE SDK to write numerous types of new file + systems as regular user space programs. The content of these file systems can + come from anywhere: from the local disk, from across the network, from memory, + or any other combination of sources. Writing a file system using FUSE is + orders of magnitude easier and quicker than the traditional approach of + writing in-kernel file systems. Since FUSE file systems are regular + applications (as opposed to kernel extensions), you have just as much + flexibility and choice in programming tools, debuggers, and libraries as you + have if you were developing standard macOS applications.
- In more technical terms, FUSE implements a mechanism that makes it possible to implement a fully functional file system in a user-space program on macOS. It provides multiple APIs, one of which is a superset of the FUSE API (file system in user space) that originated on Linux. Therefore, many existing FUSE file systems become readily usable on macOS. + In more technical terms, FUSE implements a mechanism that makes it possible to + implement a fully functional file system in a user-space program on macOS. It + provides multiple APIs, one of which is a superset of the + FUSE API (file system in user + space) that originated on Linux. Therefore, many existing FUSE file systems + become readily usable on macOS.
- The macFUSE software consists of a kernel extension and various user space libraries and tools. It comes with C-based and Objective-C-based SDKs. If you prefer another language (say, Python or Java), you should be able to create file systems in those languages after you install the relevant language bindings yourself. + The macFUSE software consists of a kernel extension and various user space + libraries and tools. It comes with C-based and Objective-C-based SDKs. If you + prefer another language (say, Python or Java), you should be able to create + file systems in those languages after you install the relevant language + bindings yourself.
- The filesystems repository contains source code for several exciting and useful file systems for you to browse, compile, and build upon, such as sshfs, procfs, AccessibilityFS, GrabFS, LoopbackFS, SpotlightFS, and YouTubeFS. + The + filesystems repository + contains source code for several exciting and useful file systems for you to + browse, compile, and build upon, such as sshfs, procfs, AccessibilityFS, + GrabFS, LoopbackFS, SpotlightFS, and YouTubeFS.