View Single Post
Posts: 318 | Thanked: 735 times | Joined on Oct 2009
#74
Originally Posted by mrmza View Post
@b0unc3

I'm unable to mount any share in windows domain.
Wizard creates directory
/media/Remote_Filesystems/<path>@<server>

without errors - but empty. I checked profile ./wm and it is 100% correct.

Could be any relation with:
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
Yes, I bet the problem is with the error output you're getting running mount manually , since wizard-mounter run exactly that command.
I have to admit that I don't know very well what this error mean or what cause it (maybe the cifs module?).
Btw the main difference between running "mount -t cifs" or "mount.cifs" is that mount.cifs will auto-resolve the ip address of the server for you if you don't pass it in the -o command line (iirc) but wizard-mounter has a workaround to automatically resolve the ip address (maybe check out the ip address?).
I will investigate more on this behavior.
 

The Following User Says Thank You to b0unc3 For This Useful Post: