{"id":21884101,"url":"https://github.com/leiless/hello_fuse","last_synced_at":"2026-05-17T18:08:39.189Z","repository":{"id":140255067,"uuid":"186618846","full_name":"leiless/hello_fuse","owner":"leiless","description":"Hello file system(FUSE for macOS)","archived":false,"fork":false,"pushed_at":"2019-05-21T12:49:16.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-15T00:39:52.963Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leiless.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-14T12:36:55.000Z","updated_at":"2019-05-21T12:49:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"b10fe3a2-d201-4ecd-84e0-46abc228578f","html_url":"https://github.com/leiless/hello_fuse","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leiless%2Fhello_fuse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leiless%2Fhello_fuse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leiless%2Fhello_fuse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leiless%2Fhello_fuse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leiless","download_url":"https://codeload.github.com/leiless/hello_fuse/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244892408,"owners_count":20527447,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-28T10:12:18.091Z","updated_at":"2026-05-17T18:08:34.165Z","avatar_url":"https://github.com/leiless.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"## hello_fuse - A hello FUSE for macOS filesystem implementation\n\n`hello_fuse` is a trivial [FUSE](https://en.wikipedia.org/wiki/Filesystem_in_Userspace) filesystem implementation use [FUSE for macOS](https://osxfuse.github.io/) C-binding SDK.\n\nThis filesystem have only one regular file in the root directory, and grant `O_RDONLY` access only.\n\nCode mainly taken from [osxfuse/filesystems/filesystems-c/hello](https://github.com/osxfuse/filesystems/tree/master/filesystems-c/hello), used for learning purpose...\n\n### Compile\n\nSimple [`make(1)`](x-man-page://1/make) let you build `DEBUG` version of `hello_fuse`, to build release version, please use `release` target.\n\n### Mount `hello_fuse`\n\n```shell\nmkdir mount_point\n./hello_fs-debug mount_point\n```\n\nFor a full list of mount options, please specify `--help` for `hello-debug`\n\n### Capture logs issued by `hello_fuse`\n\n`hello_fuse` uses [`syslog(3)`](x-man-page://3/syslog) for logging, to see its output:\n\n```shell\nsyslog -F '$((Time)(JZ)) $Host \u003c$((Level)(str))\u003e $(Sender)[$(PID)]: $Message' -w 0 -k Sender hello_fs-debug\n```\n\nIf you uses `release` version, replace `hello_fs-debug` with `hello_fs`\n\nYou may alternatively use `Console.app` to filter out logs issued by `hello_fs[-debug]`, since [syslog(1)](x-man-page://1/syslog) is buggy in macOS.\n\n### Unmount `hello_fuse`\n\n```shell\numount mount_point\n```\n\n### TODO\n\n* Use new [`os_log(3)`](x-man-page://3/os_log) API for macOS \u003e= 10.12\n\n* Add more files(of different types, contents, attributes) to explore *FUSE for macOS*\n\n### *References*\n\n[osxfuse/filesystems/filesystems-c/hello](https://github.com/osxfuse/filesystems/tree/master/filesystems-c/hello)\n\n[libfuse/example/hello.c](https://github.com/libfuse/libfuse/blob/master/example/hello.c)\n\n[libfuse/example/hello_ll.c](https://github.com/libfuse/libfuse/blob/master/example/hello_ll.c)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleiless%2Fhello_fuse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleiless%2Fhello_fuse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleiless%2Fhello_fuse/lists"}