mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #1618] Asking to install FUSE while I have already done that #mac #854
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#854
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @azataiot on GitHub (Apr 11, 2021).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1618
Additional Information
The following information is very important in order to help us to help you. Omission of the following details may delay your support request or receive no attention at all.
Keep in mind that the commands we provide to retrieve information are oriented to GNU/Linux Distributions, so you could need to use others if you use s3fs on macOS or BSD
MacBook Air (13-inch, 2017) Core Intel Core i5
Mac Os big sur version 11.2.3
❯ brew install --cask osxfuse
Warning: Cask 'osxfuse' is already installed.
To re-install osxfuse, run:
brew reinstall osxfuse
❯ brew install s3fs
Error: s3fs has been disabled because it requires FUSE!
Version of s3fs being used (s3fs --version)
example: 1.00
Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse, dpkg -s fuse)
example: 2.9.4
Kernel information (uname -r)
command result: uname -r
GNU/Linux Distribution, if applicable (cat /etc/os-release)
command result: cat /etc/os-release
s3fs command line used, if applicable
/etc/fstab entry, if applicable
s3fs syslog messages (grep s3fs /var/log/syslog, journalctl | grep s3fs, or s3fs outputs)
if you execute s3fs with dbglevel, curldbg option, you can get detail debug messages
Details about issue
I have already installed FUSE. on my machine ( I'm sure that, because not only the homebrew told me that, but also I am using sshfs that requires FUSE), but while installing s3fs, it returns an error to call me install the FUSE first.
@gaul commented on GitHub (Apr 11, 2021):
Homebrew removed support for FUSE and all related formula in Homebrew/homebrew-core#64491. I believe that there was a lack of maintainership of macfuse which prompted this. You will need to compile s3fs yourself or follow up with the Homebrew maintainers.
@gaul commented on GitHub (Apr 25, 2021):
Related to #1632.
@gaul commented on GitHub (May 8, 2021):
Related: GoogleCloudPlatform/gcsfuse#514
@gaul commented on GitHub (Jun 28, 2021):
Could you try this external Homebrew cask:
https://github.com/gromgit/homebrew-fuse/
If it works can you update README.md?
@dloeckx commented on GitHub (Jul 6, 2021):
This seems to work indeed (on Apple Intel):
First do
brew install --cask macfuse(this was requested by s3fs-mac), and nextbrew install gromgit/fuse/s3fs-mac. If somebody can confirm, I will update the README.md.@jamietownsend commented on GitHub (Jul 6, 2021):
Wow - perfect timing. I can confirm that the approach above from @dloeckx correctly installs s3fs. Thanks heaps!
@mcoliver commented on GitHub (Jul 7, 2021):
That path is interesting but I don't know gromgit and their formula is serving up compiled releases of s3fs from their own repo. I don't think that is necessary and is a potential security concern.
https://github.com/gromgit/homebrew-fuse/blob/5637fc5f093756d36ee999bc490a866a469051e4/Formula/s3fs-mac.rb#L12
So perhaps brew formula could be hosted out of the main s3fs repo? precompiled releases also, or just let brew compile from source and don't serve up any bottles.
@gaul commented on GitHub (Jul 8, 2021):
We would be happy to host the canonical formula but precompiled releases are probably too much work. Forcing users to compile s3fs is inconvenient but it is a small project with few dependencies so it should not be a big issue. Could you submit a PR with both the formula and the updated instructions?
@mmmdamin commented on GitHub (Jul 27, 2021):
thank you @dloeckx
it works
@terryzwt commented on GitHub (Aug 4, 2021):
@dloeckx Works for me.
Also resolve my pending problem for installing ntfs-3g.
@XDavidT commented on GitHub (Oct 26, 2021):
Tried to install but got this error:
Error: s3fs has been disabled because it requires closed-source macFUSE!@spolischook commented on GitHub (Dec 13, 2021):
@XDavidT
@XDavidT commented on GitHub (Dec 14, 2021):
Great, now no error when mount, but the mount is stuck, I can't do anything and my filesystem is always busy. help
@spolischook commented on GitHub (Dec 14, 2021):
not my issue. For me it works. Try reinstall
@gaul commented on GitHub (Jan 4, 2022):
Does #1817 resolve this issue?
@rajivravio commented on GitHub (Feb 15, 2022):
Yup, this works, I have tested it twice. Currently osxfuse still installs through brew but it doesn't seem to work and still requires macfuse.
@jrd2017 commented on GitHub (Mar 2, 2022):
I was able to install the macFUSE by downloading the file from the website and installing it from te DMG file. To mount the External Storage, S3 bucket in my case, I downloaded the use rclone, following this video.
[https://www.youtube.com/watch?v=29EPlJpeuhM&t=7s] ([https://www.youtube.com/watch?v=29EPlJpeuhM&t=7s]
)
Just found this tutorial that is exactly a good solution
https://www.yourtechshow.com/2022/01/rclone-mount-on-m1-mac-step-by-step.html
I hope this helps someone else in the future! Cheers
@vicary commented on GitHub (Sep 27, 2022):
Tried installing on Apple M1, it hangs indefinitely and I can't even gracefully reboot. I guess it is blocking at some I/O syscalls.
@velascode64 commented on GitHub (Jan 4, 2023):
I have the same problem any updates?
@alfiedotwtf commented on GitHub (Mar 19, 2023):
Still happening here too on an M2
Edit: I reinstalled
gromgit/fuse/s3fs-macand it works (m2)!@alfiedotwtf commented on GitHub (Mar 19, 2023):
Ok, I think I found something interesting - the m2 hanging problem seems to be fixed when you use
-f, which keeps it in the foreground. People on m2: give it a go and see if it works!@ggtakec commented on GitHub (Mar 26, 2023):
https://github.com/s3fs-fuse/s3fs-fuse/issues/1632#issuecomment-1484077046