Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: ntfs-3g has been disabled because it requires FUSE! #818

Closed
jackeyxiang opened this issue May 24, 2021 · 12 comments
Closed

Error: ntfs-3g has been disabled because it requires FUSE! #818

jackeyxiang opened this issue May 24, 2021 · 12 comments
Assignees
Labels

Comments

@jackeyxiang
Copy link

#: brew install ntfs-3g
Error: ntfs-3g has been disabled because it requires FUSE!

@bfleischer bfleischer self-assigned this May 24, 2021
@bfleischer
Copy link
Member

Please raise this issue with the Homebrew team. There is nothing I can do from this end.

You can download macFUSE from https://osxfuse.github.io.

@jackeyxiang
Copy link
Author

jackeyxiang commented May 24, 2021 via email

@TwanLuttik
Copy link

i have experienced the same issue

@jaspervanbrian
Copy link

Hello, experiencing the same issue as well. Any workaround for this?

@sashabeep
Copy link

The same issue here, @jackeyxiang can you provide the link to brew issue?

@ghost
Copy link

ghost commented Jun 16, 2021

Homebrew/homebrew-core#77932

@bakwc
Copy link

bakwc commented Jul 4, 2021

Is there some alternative way to install ntfs3g? Currently all tutorials refers to: brew install ntfs-3g and it's not working :(

@sashabeep
Copy link

sashabeep commented Jul 5, 2021

Is there some alternative way to install ntfs3g? Currently all tutorials refers to: brew install ntfs-3g and it's not working :(

Looks like ntfs and mtp could not been installed because of some "political" reasons in brew. So i dunno what is the purpose of this project

@ghost
Copy link

ghost commented Jul 5, 2021

If you check the linked homebrew-core issue someone offers a workaround.

@alyssadev
Copy link

@bfleischer Could I suggest creating a homebrew tap repository containing at least a formula for ntfs-3g, and then updating the wiki documentation to indicate that said tap should be added first? Or just updating the documentation so it works in the meantime using this tap that has ntfs-3g as ntfs-3g-mac https://github.com/gromgit/homebrew-fuse

Something like this in the wiki:

Install NTFS-3G from Homebrew by opening a Terminal and entering the following commands:
brew tap gromgit/homebrew-fuse
brew install ntfs-3g-mac

with the tap repo being replaced by e.g osxfuse/homebrew-tap if you don't want to rely on the third party workaround.

@bfleischer
Copy link
Member

@alyssadev I'm fine with third-party workarounds. I don't have the time to maintain a tap. The Wiki page is editable. Feel free to add the required information.

@vesper8
Copy link

vesper8 commented Dec 3, 2021

@bfleischer Could I suggest creating a homebrew tap repository containing at least a formula for ntfs-3g, and then updating the wiki documentation to indicate that said tap should be added first? Or just updating the documentation so it works in the meantime using this tap that has ntfs-3g as ntfs-3g-mac https://github.com/gromgit/homebrew-fuse

Something like this in the wiki:

Install NTFS-3G from Homebrew by opening a Terminal and entering the following commands:
brew tap gromgit/homebrew-fuse
brew install ntfs-3g-mac

with the tap repo being replaced by e.g osxfuse/homebrew-tap if you don't want to rely on the third party workaround.

This worked for me, but first I had to run brew install --cask macfuse

So all in all

brew tap gromgit/homebrew-fuse
brew install --cask macfuse
brew install ntfs-3g-mac

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

8 participants