Advertisement
Guest User

Untitled

a guest
Jan 8th, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. sudo apt-get install cifs-utils
  2.  
  3. mkdir ~/LANPC
  4. mkdir ~/LANPC/DEV
  5. sudo mount //192.168.5.213/c /home/pi/LANPC/DEV -o username=Myname,password=Mypassword
  6.  
  7. ls ~/LANPC/DEV
  8.  
  9. mkdir ~/Arduino
  10. cp -r ~/LANPC/DEV/Users/SDsolar/Documents/Arduino ~/Arduino
  11.  
  12. sudo leafpad /etc/fstab
  13.  
  14. //192.168.5.213/c /home/pi/LANPC/DEV cifs username=Myname,password=Mypassword,iocharset-utf8,sec=ntlm 0 0
  15.  
  16. sudo mount -a;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement