mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 21:35:58 +03:00
[GH-ISSUE #728] Build s3fs with WinFSP #414
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#414
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 @ggtakec on GitHub (Feb 28, 2018).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/728
Details about issue
About trials to be able to build and execute with WinFSP/Cygwin.
The beginning was PR #712 from @chrilith, and wrote comments by @billziss-gh who is it's author and @feoff3.
I thought it would be better to record it as this Issue of s3fs rather than continuing to follow Issue with PR comments.
https://groups.google.com/forum/#!topic/winfsp/xXe6M_MoW8w
https://github.com/billziss-gh/winfsp
#712 (please see this PR)
https://github.com/billziss-gh/winfsp/issues/143
We will actively participate if we can help, and we are happy to help s3fs work on windows.
@mosi-kha commented on GitHub (Oct 14, 2020):
any activity on this issue?
@gaul commented on GitHub (Oct 14, 2020):
Windows support is an important feature that we would gladly accept pull requests for. Unfortunately the current s3fs team lacks the required expertise.
@ggtakec commented on GitHub (Jan 14, 2022):
I forgot this issue for a while. I'm sorry.
We have to think about using WinFSP, but I learned another approach from sshfs.
And I have confirmed that s3fs works on current Windows now.
It's easy to do with a little Linux knowledge.
With the combination of WSL2 + s3fs that can be used on Windows 10/11, I was able to confirm access to the S3 bucket as a Windows Network Drive.
I confirmed it as follows.
Modify /etc/fuse.conf(set user_allow_other) and create /etc/passwd-s3fs.
Similar to booting s3fs on Linux.
You must run s3fs as root.
For example, mount the bucket on /mnt/s3.
\\wsl$\Ubuntu-20.04as Network Drive (as Z: drive).It can be set from Explorer etc.
With the above operation, I could check the S3 bucket from Windows(Explorer) under
Z:\mnt\s3.