- Log in to post comments
Mount Window's Share in Linux
Eg : Windows Share URL: \\192.168.10.1\share
[root@testsvr01 ~]# mount -t cifs "//192.168.10.1/share" -o username=windows_user,password=SecurePass "/opt/mount_location/"
Mount Window's Share in Linux
Eg : Windows Share URL: \\192.168.10.1\share
[root@testsvr01 ~]# mount -t cifs "//192.168.10.1/share" -o username=windows_user,password=SecurePass "/opt/mount_location/"