Hi,
On 19/01/2013 15:41, stephen.cook...@sca-uk.com wrote:
Do you have this working on your system?
If so, I'd appreciate an example.
The following works OK for me:
mount -t cifs -o user="User Name" -o password=mypassword
//10.10.10.10/sharedfs /mnt/cifstest
None obvious things were:
-o required before every option
IP address needed - name resolution did not seem to work with cifs. I
would guess this is because it tries to resolve //SomeName/sharedfs as a
NetBios address but that's just me grabbing a reason out of the air.
Hope it helps.
Mark