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.
2022-08-07 16:58:18
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.