Guest User

Untitled

a guest
Nov 27th, 2018
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. sudo mount -t cifs -o username=John,password=mypassword //192.168.1.1/S_Drive SEAGATE/share
  2.  
  3. sudo nano /etc/fstab
  4.  
  5. //192.168.1.1/S_Drive /home/pi/SEAGATE/share cifs username=John,password=mypassword 0 0
Add Comment
Please, Sign In to add comment