On 09/09/2012 09:36 PM, rafael ff1 wrote:
2012/9/9 Randy <gumper1034@xxxxxxxxx>:
In the past I have been able to mount my Windows computer using the
following command:
"mount -t cifs -o username=USERNAME,password=PASSWORD
//192.168.1.107/Users/gumper /mnt/share/"
Now when I try this I receive the message:
"Unable to find suitable address".
I am able to ping the IP address without any problem.
Any idea what I'm doing wrong here?
Thanks,
Randy
Maybe missing DOMAIN or WORKGROUP in "username=" ?
Rafael
I just tried changing "username=USERNAME" to
"username=WORKGROUP/USERNAME" and I get the same results.