[PR #2191] [MERGED] Add support for FUSE-T on macos #2378

Closed
opened 2026-03-04 02:05:14 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/2191
Author: @macos-fuse-t
Created: 6/21/2023
Status: Merged
Merged: 6/24/2023
Merged by: @gaul

Base: masterHead: master


📝 Commits (1)

  • 7c4fe74 Add support for FUSE-T on macos

📊 Changes

1 file changed (+23 additions, -5 deletions)

View changed files

📝 configure.ac (+23 -5)

📄 Description

Add support for user space fuse (FUSE-T) on macos.
FUSE-T doesn't require installation of kernel extensions (KEXT) as opposed to osxfuse.
Details of the project can be found here: https://github.com/macos-fuse-t/fuse-t
To install FUSE-T use brew:
brew tap macos-fuse-t/homebrew-cask
brew install fuse-t

Relevant Issue (if applicable)

Details

Change autoconf to discover and use FUSE-T if present, otherwise fallback to osxfuse


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/s3fs-fuse/s3fs-fuse/pull/2191 **Author:** [@macos-fuse-t](https://github.com/macos-fuse-t) **Created:** 6/21/2023 **Status:** ✅ Merged **Merged:** 6/24/2023 **Merged by:** [@gaul](https://github.com/gaul) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`7c4fe74`](https://github.com/s3fs-fuse/s3fs-fuse/commit/7c4fe74cc26e7b584b022613375090a39c22e217) Add support for FUSE-T on macos ### 📊 Changes **1 file changed** (+23 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `configure.ac` (+23 -5) </details> ### 📄 Description <!-- -------------------------------------------------------------------------- Please describe the purpose of the pull request(such as resolving the issue) and what the fix/update is. --------------------------------------------------------------------------- --> Add support for user space fuse (FUSE-T) on macos. FUSE-T doesn't require installation of kernel extensions (KEXT) as opposed to osxfuse. Details of the project can be found here: https://github.com/macos-fuse-t/fuse-t To install FUSE-T use brew: brew tap macos-fuse-t/homebrew-cask brew install fuse-t ### Relevant Issue (if applicable) <!-- If there are Issues related to this PullRequest, please list it. --> ### Details <!-- Please describe the details of PullRequest. --> Change autoconf to discover and use FUSE-T if present, otherwise fallback to osxfuse --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:05:14 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#2378
No description provided.