Advertisement
Guest User

Untitled

a guest
Sep 10th, 2017
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. //raspberrypi/NASHDD1/Download2/ /mnt/torpi/nashdd1/Download2/ cifs credentials=/home/balu/.torpi_smbcredentials,iocharset=utf8,sec=ntlm 0 0
  2.  
  3. # mount -a
  4. mount error(13): Permission denied
  5.  
  6. sudo mount -v -t cifs //raspberrypi/NASHDD1/Download2/ /mnt/torpi/nashdd1/Download2/ -o credentials=/home/balu/.torpi_smbcredentials
  7.  
  8. mount.cifs kernel mount options:
  9. ip=my.ip.add.ress,unc=\raspberrypiNASHDD1,user=pi,prefixpath=Download2/,pass=********
  10.  
  11. [NASHDD1]
  12. comment = my comment
  13. path = /media/pi/NASHDD1
  14. browseable = yes
  15. read only = no
  16. public = no
  17. create mask=0777
  18. directory mask=0777
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement