Last active
April 25, 2020 10:37
-
-
Save vicente-gonzalez-ruiz/8eda1925ebd6ede9f31b5b32157e19e7 to your computer and use it in GitHub Desktop.
How to mount the recalbox filesystem using Samba
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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