mafintosh / mafintosh/fuse-bindings

Export the FUSE based file system to windows

Open
#2 9 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C++
Stars
312
Forks
60
PR merge metrics
No merged PRs in 30d

Description

Hi,

Is there any example for samba exporting an FUSE based file system to windows using fuse-bindings?

After setting up the samba, windows can explorer the directory before mount my file system, so the samba setting should be correct. And after node program begin, it calls some fuse operations while I try to open the directory by double click it in windows, like

access(/)
getattr(/)
getattr(/desktop.ini)
getattr(/desktop.ini)
opendir(/)
readdir(/)
releasedir(/)
getattr(/desktop.ini)
getattr(/)

but end with error of no authority.

In my program, I just output the name of operations and cb(0) without any code, so my guess is there are something that need for windows missing.

Any suggestion? Thanks a lot!

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No files, tests, or entry points are named. Reproduce the minimal Node program with Samba, the FUSE-based filesystem, and Windows while tracing the listed operations, then determine whether the no-authority result is supported behavior or a missing requirement. Done means documenting a working configuration or identifying the specific unsupported path.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp, node.js
Domain
operating-systems
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.