- Fork of WinNFSd by vincentgao (http://sourceforge.net/projects/winnfsd/).
- License: GPL.
- Runs on all major versions of Windows.
WinNFSd is a Network File System (NFS) server for Windows. You can use any NFS client to mount a directory of Windows and read/write files via NFS protocol. It is useful when you usually access files of Windows on Linux.
Can export any folder with an alias. This can be very useful if you quickly need to share a directory using NFS on a Windows computer, without installing anything.
Example: export c:\truc\machin
as /
.
=====================================================
WinNFSd v2.0
Network File System server for Windows
Copyright (C) 2005 Ming-Yang Kao
Edited in 2011 by ZeWaren
=====================================================
Usage: winnfsd.exe [-id <uid> <gid>] [-log on | off] <export path> [alias path]
For example:
On Windows> winnfsd.exe d:\work
On Linux> mount -t nfs 192.168.12.34:/d/work mount
For another example:
On Windows> winnfsd.exe d:\work /exports
On Linux> mount -t nfs 192.168.12.34:/exports
Use "." to export the current directory:
On Windows> winnfsd.exe . /exports