Guest User

Untitled

a guest
Jul 18th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. mkdir /mnt/neededFolder
  2. mount -t cifs //DNS.forMyDrive.stuff/neededFolder /mnt/neededFolder -o username=myUserId,password=myPassword,domain=myDomain
  3.  
  4. mount error(115): Operation now in progress
  5. Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
  6.  
  7. [1712257.661259] CIFS VFS: Error connecting to socket. Aborting operation.
  8. [1712257.662098] CIFS VFS: cifs_mount failed w/return code = -115
Add Comment
Please, Sign In to add comment