{"id":13510434,"url":"https://github.com/winfsp/nfs-win","last_synced_at":"2025-08-30T17:38:04.409Z","repository":{"id":103393023,"uuid":"85992628","full_name":"winfsp/nfs-win","owner":"winfsp","description":"NFS for Windows","archived":false,"fork":false,"pushed_at":"2023-01-21T21:36:14.000Z","size":28,"stargazers_count":165,"open_issues_count":3,"forks_count":24,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-12-25T20:26:52.889Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://winfsp.dev","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/winfsp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"License.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-03-23T20:06:35.000Z","updated_at":"2024-12-09T14:19:24.000Z","dependencies_parsed_at":"2024-01-13T19:26:38.674Z","dependency_job_id":"ef2ad662-f98b-473f-a808-e19270cb0e91","html_url":"https://github.com/winfsp/nfs-win","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winfsp%2Fnfs-win","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winfsp%2Fnfs-win/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winfsp%2Fnfs-win/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winfsp%2Fnfs-win/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/winfsp","download_url":"https://codeload.github.com/winfsp/nfs-win/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239225766,"owners_count":19603162,"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-08-01T02:01:38.888Z","updated_at":"2025-02-17T02:43:37.967Z","avatar_url":"https://github.com/winfsp.png","language":"Makefile","funding_links":[],"categories":["Makefile","others"],"sub_categories":[],"readme":"# NFS-Win - NFS for Windows\n\nNFS-Win is a port of Ronnie Sahlberg's [fuse-nfs](https://github.com/sahlberg/fuse-nfs) project to Windows. Under the hood it uses [Cygwin](https://cygwin.com) for the POSIX environment and [WinFsp](https://github.com/billziss-gh/winfsp) for the FUSE functionality.\n\nNFS-Win requires the latest version of WinFsp to be installed; you can find it here: https://winfsp.dev/rel/. It does not require Cygwin to be installed, all the necessary files are included in the NFS-Win installer.\n\n## How to use\n\nOnce you have installed WinFsp and NFS-Win you can start an NFS session to a remote computer using the following syntax:\n\n    \\\\nfs\\[[locuser=]uid.gid@]host\\path\n\nFor example, you can map a network drive to `nfs://filebucket.local/DataVolume/billziss` by using the syntax:\n\n    \\\\nfs\\filebucket.local\\DataVolume\\billziss\n\nBy default this will give permissions to all \"Authenticated Users\" on the new drive and login into the NFS server as the `nobody` user. If you want to restrict permissions to the user `billziss` and login as the NFS UID/GID 503/1000 , use this syntax:\n\n    \\\\nfs\\billziss=503.1000@filebucket.local\\DataVolume\\billziss\n\nYou can use the Windows Explorer \"Map Network Drive\" functionality or you can use the `net use` command from the command line.\n\n## Project Organization\n\nThis is a very simple project:\n\n- `fuse-nfs` and `libnfs` are submodules pointing to the original projects by Ronnie Sahlberg.\n- `nfs-win.c` is a simple wrapper around the fuse-nfs program that is used to implement the \"Map Network Drive\" functionality.\n- `nfs-win.wxs` is a the Wix file that describes the NFS-Win installer.\n- `patches` is a directory with a few simple patches over fuse-nfs and libnfs.\n- `Makefile` drives the overall process of building NFS-Win and packaging it into an MSI.\n\n## License\n\nNFS-Win uses the same license as fuse-nfs, which is GPLv3. It interfaces with WinFsp which is GPLv3 with a FLOSS exception.\n\nIt also packages the following components:\n\n- Cygwin: LGPLv3\n- libnfs: LGPLv2.1+\n- fuse-nfs: GPLv3.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwinfsp%2Fnfs-win","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwinfsp%2Fnfs-win","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwinfsp%2Fnfs-win/lists"}