Share folders on your local Windows PC to remote Linux PC

时间:2015-01-08 11:08:24   收藏:0   阅读:315

1. make the folders(H:\win7_host_backup) on Windows PC shared

2. on remote Linux PC cmdline,

    mount -t cifs -o username=xxxxxxx,password=xxxxx,dir_mode=0755,file_mode=0755 //WindowsPC_IP/win7_host_backup ~/remote_windows

 

Done.

 

原文:http://www.cnblogs.com/lake-of-embedded-system/p/4210229.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!