WINOWS2008挂载NFS存储服务

1
2
3
4
5
6
#安装服务
servermanagercmd.exe -install FS-NFS-Services
#让磁盘映射永久存在
net use /persistent:yes
挂接磁盘文件:
mount -u:root -p:password 192.168.10.17:/path/to/NFS_DATA /path/to/mount