Guest User

Untitled

a guest
Mar 16th, 2018
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. sudo mount -t cifs '\1.2.3.4/users/shared/chuck/subdir' /home/comp/mnt/subdir -o username=chuck,password=CR4gilson
  2. mount error(115): Operation now in progress
  3. Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
  4.  
  5. Feb 15 09:43:56 ubuntucomp kernel: [7519048.289580] CIFS VFS: Error connecting to socket. Aborting operation.
  6. Feb 15 09:43:56 ubuntucomp kernel: [7519048.289872] CIFS VFS: cifs_mount failed w/return code = -115
  7.  
  8. Samba ALLOW Anywhere
  9.  
  10. $ telnet 1.2.3.4 445
  11. Trying 1.2.3.4...
  12. Connected to 1.2.3.4.
  13. Escape character is '^]'.
Add Comment
Please, Sign In to add comment