Guest User

Untitled

a guest
Nov 3rd, 2017
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. \192.168.1.33memory_card
  2.  
  3. smb://192.168.1.33/memory_card
  4.  
  5. $ sudo mount -t cifs //192.168.15.90/memory_card /mnt/ -o username=guest,password=hp
  6.  
  7. mount error(13): Permission denied
  8. Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
  9.  
  10. $ sudo mount -t cifs //192.168.15.90/memory_card /mnt/ -o sec=ntlm
Add Comment
Please, Sign In to add comment