虚拟机linux访问windows共享文件
时间:2014-07-17 08:17:07
收藏:0
阅读:286
mount -t cifs //192.168.0.254/test共享路劲 /data/tmp(此为挂载点) -o username=test,password=test
评论(0)
mount -t cifs //192.168.0.254/test共享路劲 /data/tmp(此为挂载点) -o username=test,password=test