Operating System - Linux
1827811 Members
2134 Online
109969 Solutions
New Discussion

mount path from windows server

 
SOLVED
Go to solution
haeman
Frequent Advisor

mount path from windows server

I use the below script can mount the path from the STAND ALONE serve //edp-winserver ,

mount -t smb -o username="edp-user",password="password",uid=orauser,gid=EDP //edp-winserver/path /ora/temp



now I want to mount another server ( eg. edp-newserver ) but fail , while edp-newserver is not stand alone , it joined to the windows domain , can advise what is wrong ? how to mount it ?
1 REPLY 1
Alexander Chuzhoy
Honored Contributor
Solution

Re: mount path from windows server

if the machine is joined to a domain - you must specify it in the "username" option like below:

-o username="edp-user\DOMAINNAME",