The software implements a multithreaded NFS Server for all Windows platforms.
The implementation supports:
NFS 3, NFS 2, WebNFS and NLM protocol.
UDP as well as TCP connections.
Unix soft-links (symbolic links).
Unix hard-links on NTFS volumes
If supported symbolic links can use Windows reparse points.
Inodes for block- and character devices.
Implemented as Windows service and Windows application
Use of NTFS file id as inode for Windows 7 and higher
The installer contains the 32bit software and native x64 versions of the programs.
The NFS Server runs as a background service on Windows XP/VISTA/20xx/7/8/10. The necessary SunPRC PortMap Daemon is implemented as an independent service.
The NFS server application is a portable Windows application with a built-in SunRPC Portmapper.
Connections with the NFS Server are supported over UDP or TCP using NFS 3 or NFS 2 protocol. For connection setup the WebNFS protocol WebNFS (RFC 2055) and the Sun RPC based mount protocol is supported.
Multithreaded implemenation with a configurable number of UDP server threads and one thread per TCP connection.
SN:
FBLZ8637D8264821
www.panpan.org
NFS1219软件:
https://545c.com/file/4000752-420615479
nfs1244软件:
https://545c.com/file/4000752-420615484
--------------------------------------------------------
NFS随笔:
sudi -i
synouser --setpw root 123456
-range 192.168.66.2 192.168.66.100 可以被192.168.66.2-100之间的ip访问
-range 192.168.66.83
-readonly
F:\music -name:music
F:\photo -name:photo
F:\test -name:测试
F:\video -name:video
F:\电影 -name:电影
F:\文件 -name:文件
端口 TCP 111,1058,2049
UDP 111,1058,2049
/bin/mount -t nfs -o hard 192.168.66.53:/music /volume1/music
/bin/mount -t nfs -o hard 192.168.66.53:/photo /volume1/photo
/bin/mount -t nfs -o hard 192.168.66.53:/video /volume1/video
/bin/mount -t nfs -o hard 192.168.66.53:/测试 /volume1/测试
/bin/mount -t nfs -o hard 192.168.66.53:/电影 /volume1/电影
/bin/mount -t nfs -o hard 192.168.66.53:/文件 /volume1/文件
评论(0)