NFS攻略 - Windows下 NFS 客户端的安装及设置
NFS攻略?-?Linux文件服务器搭建与使用实例
echo mount nfs at %date% %time% >>c:\nfs.lognet start pcnfsd >>c:\nfs.lognet use /pers:no >>c:\nfs.logmount -o mtype=hard -o pcnfs=localhost -u:root -p:xxx 192.168.6.55:/vmsnfs N: >>c:\nfs.logdir N: >>c:\nfs.log
mount nfs at 2010-11-19 星期五 11:33:39.15 命令成功完成。N: is now successfully connected to 192.168.6.55:/vmsnfsThe command completed successfully.mounted
?
如果看到successully之类的关键字眼,就表明mount成功了。
?
?
?
END.
?