Skip to content

Instantly share code, notes, and snippets.

@ratacibernetica
Created March 8, 2021 04:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ratacibernetica/83932df310387a8d98c769aec3589942 to your computer and use it in GitHub Desktop.
Save ratacibernetica/83932df310387a8d98c769aec3589942 to your computer and use it in GitHub Desktop.
Mount network drive raspberry pi/ samba
sudo mount -t cifs -o username=myuser,password=mypasswd,rw,_netdev,vers=1.0 //host-ip-or-domain-name/share /mnt/share
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment