Win [How To] Add NFS server capabilities to Windows (free)
#11
weird, it doesn't work for me:
Code:
=====================================================
WinNFSd 2.4.0 [5f7f224]
Network File System server for Windows
Copyright © 2005 Ming-Yang Kao
Edited in 2011 by ZeWaren
Edited in 2013 by Alexander Schneider (Jankowfsky AG)
Edited in 2014 2015 by Yann Schepens
Edited in 2016 by Peter Philipp (Cando Image GmbH), Marc Harding
=====================================================

Usage: WinNFSd.exe [-id <uid> <gid>] [-log on | off] [-pathFile <file>] [-addr <ip>] [export path] [alias path]

At least a file or a path is needed
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

Another example where WinNFSd is only bound to a specific interface:
On Windows> WinNFSd.exe -addr 192.168.12.34 d:\work /exports
On Linux> mount - t nfs 192.168.12.34: / exports

Use "." to export the current directory (works also for -filePath):
On Windows> WinNFSd.exe . /exports


my exports file has just 3 lines:

f:\TV
f:\Movies
Reply


Messages In This Thread
RE: [How To] Add NFS server capabilities to Windows (free) - by scythe000 - 2018-07-28, 02:00
Logout Mark Read Team Forum Stats Members Help
[How To] Add NFS server capabilities to Windows (free)2