Advertisement
Guest User

Untitled

a guest
Apr 12th, 2016
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. $ sudo mount -t cifs //w.x.y.z/Home$ /mnt/dir -o domain=A,username=B,password='C',sec=ntlmssp,file_mode=0700,dir_mode=0700
  2.  
  3. $ tail -n 1 /etc/fstab
  4. //w.x.y.z/Home$ /mnt/dir cifs domain=A,username=B,password='C',sec=ntlmssp,file_mode=0700,dir_mode=0700
  5.  
  6. $ sudo mount /mnt/csif
  7. mount error(13): Permission denied
  8. Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement