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)