Guest User

Untitled

a guest
Apr 20th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. #mount.cifs //ip/division /mnt/division -o username=bob@dude-uk,password=myscretpass,vers=2.1
  2. dmesg:
  3. Status code returned 0xc000006d STATUS_LOGON_FAILURE
  4. CIFS VFS: Send error in SessSetup = -13
  5. CIFS VFS: cifs_mount failed w/return code = -13
  6.  
  7. No dialect specified on mount. Default has changed to a more secure dialect, SMB2.1 or later (e.g. SMB3), from CIFS (SMB1). To use the less secure SMB1 dialect to access old servers which do not support SMB3 (or SMB2.1) specify vers=1.0 on mount.
  8.  
  9. #mount.cifs //ip/division /mnt/division -o username=bob@dude-uk,password=myscretpass,vers=2.1,sec=krb5
  10. mount error(126): Required key not available
  11.  
  12. #mount.cifs //ip/division /mnt/division -o username=bob@dude-uk
  13. Password for bob@dude-uk@//ip/division:
  14. mount error(13): Permission denied
Add Comment
Please, Sign In to add comment