View Single Post
Posts: 5 | Thanked: 0 times | Joined on Jan 2010
#171
This is FYI only
If you try mount share in windows domain and use following syntax:

mount -t cifs //<server>/<path> /<your>/<local>/<path> -o user=<domain>/<user>,pass=<pass>,ip=<ip of server>,direct

You get message: "Mounting the DFS root for domain not implemented yet"


This is without troubles:
mount.cifs //<server>/<path> /<your>/<local>/<path> -ouser=<domain>/<user>,pass=<pass>,ip=<ip of server>,direct

BTW tx Nathan