Skip to content

ZeWaren/WinNFSd_edited

Repository files navigation

WinNFSd_edited

Introduction

Original Description

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.

Additional features

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 /.

Usage

=====================================================
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

About

Standalone, simple NFS Server for Windows

Resources

Stars

Watchers

Forks

Packages

No packages published