How do I mount a Windows10 directory on Solaris 11.3
I have 2 Windows (T24 directories) that I am trying to mount on a Solaris 11.3 environment and I am getting the following error;
mount -F smbfs -o user=RTGS,password=Password1,domain=RTGS0-2/192.168.0.45/TRUSTLINK/TEST/RTGS/PaymentsFromSTPLink /rpool1/T24/UD/RTGS.IN
mount: Mount point cannot be determined
See the action plan below and advise what I could be doing wrong
Step 1: Check for idmap and smb/client service and enable if not enabled
svcs -a | grep svc:/system/idmap:default
svcs -a | grep svc:/network/smb/client:default
Step 2: enable idmap and smb/client service
If services are disabled enable using the following