Who rated this post

cancel
Showing results for 
Search instead for 
Did you mean: 
Jesse
Contributor

You'll need to enable the SMB1 "feature" in newer version of Windows if not already enabled.

You need to specify the credentials in a file with the new version of the cifs utils:

vi .cifs-creds
domain=mydomain
username=myuserid
password=mysecurepassword

Then call the file on the cifs mount:

mount -vvv -t cifs //10.10.10.10/Logs /mnt/offline_logs -o credentials=/home/admin/.cifs-creds

0 Kudos
(1)
Who rated this post