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/"