{"id":16244402,"url":"https://github.com/piranna/fs-fuse","last_synced_at":"2025-09-13T18:32:44.576Z","repository":{"id":57242254,"uuid":"92600352","full_name":"piranna/fs-fuse","owner":"piranna","description":"Export any Node.js `fs`-like object as a FUSE filesystem","archived":false,"fork":false,"pushed_at":"2023-12-15T02:14:47.000Z","size":17,"stargazers_count":32,"open_issues_count":2,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-29T11:43:04.584Z","etag":null,"topics":["filesystem","fs","fuse","nodejs"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/piranna.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":"2017-05-27T13:28:21.000Z","updated_at":"2024-12-20T01:34:03.000Z","dependencies_parsed_at":"2024-10-27T21:26:26.750Z","dependency_job_id":"3f131fa7-2882-4466-9928-2b140e5fb00e","html_url":"https://github.com/piranna/fs-fuse","commit_stats":{"total_commits":14,"total_committers":3,"mean_commits":4.666666666666667,"dds":0.2142857142857143,"last_synced_commit":"1f070de4aafbea2b28aa883356878299e8c7891e"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranna%2Ffs-fuse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranna%2Ffs-fuse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranna%2Ffs-fuse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranna%2Ffs-fuse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/piranna","download_url":"https://codeload.github.com/piranna/fs-fuse/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232902856,"owners_count":18594353,"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":["filesystem","fs","fuse","nodejs"],"created_at":"2024-10-10T14:18:57.850Z","updated_at":"2025-01-07T15:57:41.126Z","avatar_url":"https://github.com/piranna.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fs-fuse\nExport any Node.js `fs`-like object as a FUSE filesystem\n\n## Node.js `fs` methods\n\nThe following `fs` methods' behavior directly maps to corresponding FUSE operations:\n\n`chmod`, `chown`, `fsync`, `ftruncate`, `link`, `mkdir`, `read`, `readdir`,\n`readlink`, `rename`, `rmdir`, `symlink`, `truncate`, `unlink`, `write`\n\nOther FUSE operations internally use the following `fs` methods:\n\nFUSE op | `fs` methods\n--------|-------------\n*wrapFd* | `open`, `close`\n*getattr*, *fgetattr* | `stat`, `fstat`, `lstat`\n*read* | `createReadStream`\n*write* | `createWriteStream`\n*release* | `close`\n*utimens* | `futimes`, `utimes`\n\nNot all of these fs methods need to be implemented. For example, the file\ndescriptor ones are not needed if their path based counterparts are implemented,\nand viceversa.\n\n## Non standard `FUSE` methods\n\nIf available on the `fs` object, the following FUSE compatible methods can be used\ntoo:\n\n`fuse_access`, `create`, `destroy`, `flush`, `fsyncdir`, `getxattr`, `init`,\n`listxattr`, `mknod`, `opendir`, `releasedir`, `removexattr`, `setxattr`,\n`statfs`\n\nNote that these are FUSE functions and need to have the **EXACT**\nsignature and behaviour expected by FUSE, which is different from the Node.js `fs` API.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiranna%2Ffs-fuse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpiranna%2Ffs-fuse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiranna%2Ffs-fuse/lists"}