Hot to mount Windows fileshares in Linux
1. mkdir -p /cfs1/public
2. mount "smb://UNC_Path/subfolder" /cfs1/public
If the above [mount] command doesn't work, then try this:
mount -t cifs -o username=domain/server_user,password=secret //192.168.44.100/share /path_to/mount















