Skip to content

ERolfi/WinNFSd-VxWorks

 
 

Repository files navigation

WinNFSd-vxworks

Introduction

Credits

  • Original WinNFSd code Copyright (C) 2005 Ming-Yang Kao
  • Edited in 2011/2012 by ZeWaren
  • VxWorks support for NAV CANADA by Dayton Filipowich

Usage

=====================================================
WinNFSd-vxworks
Network File System server for Windows
=====================================================

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

About

Standalone, simple NFS Server for Windows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.6%
  • C 2.4%