首页 > 代码库 > win2003 nfs客户端

win2003 nfs客户端

win2003 nfs 安装 sfu 3.5

NFS->Client for NFS 
Authentication tools for NFS->Server for PCNFS

配置用户名

点 “开始菜单”->“所有程 序”->“Windows Services for UNIX”->“Services for UNIX Administration”, 会弹出一个名为“Services for UNIX Administration”的窗口。

左边栏切到Server for PCNFS。

右边栏切到Groups,添加Group Name为root,Group ID(GID)为0的组。

右边栏切到Users,添加User name为root,User logon name为root,Primary group name为root,User ID(UID)为0的用户,密码不必与Linux系统的密码相同。

点击右上角的Apply保存。

连接

net use /pers:no
mount -o pcnfs=localhost -u:fex -p:xxx 10.8.6.55:/vmsnfs E: >>c:\nfs.log 

参照 http://codingstandards.iteye.com/blog/816441 感谢!!!

win2003 nfs客户端