Skip to content

Instantly share code, notes, and snippets.

@vicente-gonzalez-ruiz
Last active April 25, 2020 10:37
Show Gist options
  • Save vicente-gonzalez-ruiz/8eda1925ebd6ede9f31b5b32157e19e7 to your computer and use it in GitHub Desktop.
Save vicente-gonzalez-ruiz/8eda1925ebd6ede9f31b5b32157e19e7 to your computer and use it in GitHub Desktop.
How to mount the recalbox filesystem using Samba
# mkdir recalbox
sudo mount -t cifs //recalbox.local/share recalbox/ -o user=samba,password=password,uid=1000,gid=1001,rw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment