Advertisement
Guest User

Untitled

a guest
May 31st, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. Impossible to open file <<smb://<host>/<share>/<file-path>> Unexpected error: Function not implemented
  2.  
  3. root@UL30AL64:/home/fmoli# mount.cifs //<host>/<myshare> /media/gw-fm -o user=<myname>,password=<mypwd>,nounix,noserverino,sec=krb5
  4. mount error(126): Required key not available
  5. Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
  6.  
  7. mount.cifs //192.168.0.x/public /mnt/public -o user=myusername,password=mypassword,nounix,sec=ntlmssp,noperm,rw
  8.  
  9. //192.168.0.x/public /mnt/public cifs credentials=/root/.credentialsfile,iocharset=utf8,nounix,sec=ntlmssp,noperm,rw
  10.  
  11. username=myusername
  12. password=mypassword
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement