Advertisement
Guest User

Untitled

a guest
May 1st, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. arun@arun-desktop:~$ sudo mount -v -t cifs -o username="myuser",password="mypassword",iocharset="koi8-r" '//192.168.1.11/share$' /mnt/share
  2.  
  3. mount.cifs kernel mount options: unc=//192.168.1.11\share$,ver=1,rw,username=myuser,iocharset=koi8-r,ip=192.168.1.11,pass=********
  4. retrying with upper case share name
  5.  
  6. mount.cifs kernel mount options: unc=//192.168.1.11\SHARE$,ver=1,rw,username=myuser,iocharset=koi8-r,ip=192.168.1.11,pass=********
  7. mount error(6): No such device or address
  8. Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement