As we know, the samba service could help windows user to access the folders in Linux. But how o access the shared folders in Windows from Linux? In this case, you just execute following command without launching Samba service:
mount -t smbfs -o domain=DOMAIN_NAME,username=USER_NAME,password=PASSWORK,ip=IP_ADDRESS_OF_WINDOWS //WINDOWS_HOST_NAME/shared_directory_name /LINUX_FOLDER_TO_BE_MOUNTED
It's worth noting that there is no space between the option domain, username, password, and ip.
阅读(967) | 评论(0) | 转发(0) |