Share folders on your local Windows PC to remote Linux PC

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.

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