Guest User

Untitled

a guest
Feb 7th, 2018
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. mount error(115): Operation now in progress
  2. Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
  3.  
  4. kernel: [373776.575751] CIFS VFS: Error connecting to socket. Aborting operation.
  5. kernel: [373776.576188] CIFS VFS: cifs_mount failed w/return code = -115
  6.  
  7. //192.168.1.20/download /media/download cifs noperm,rw,username=<user>,password=<password>,iocharset=utf8 0 0
  8.  
  9. sudo mount -t cifs -o noperm,rw,username=<user>,password=<password>,iocharset=utf8 //192.168.1.20/download /media/download
Add Comment
Please, Sign In to add comment