RetroPie Samba Setup
Setting up Samba for RetroPie
12 August 20232 minute read
By Kevin McAleer
Share this article on
Setting up Samba for RetroPie
12 August 2023
By Kevin McAleer
Share this article on
Watch the associated video here:
Start
on your controller and select Quit
to get to the terminal/command line.sudo raspi-config
and press Enter
.raspi-config
menu, navigate to Interfacing Options
.SSH
and choose Enable
.At the terminal/command line, type the following commands:
sudo apt-get update
sudo apt-get install samba samba-common-bin
Edit the Samba configuration file using:
sudo nano /etc/samba/smb.conf
Scroll to the bottom and add the following:
[RetroPie]
path = /home/pi/RetroPie/roms
writeable=Yes
create mask=0777
directory mask=0777
public=no
While still in the terminal, set a password for the โpiโ user in Samba:
sudo smbpasswd -a pi
Enter a password when prompted. This will be the password youโll use when accessing the file share from another computer.
Restart the Samba service to apply the changes:
sudo /etc/init.d/samba restart
\\[RASPBERRY_PI_IP_ADDRESS]\RetroPie
. Replace [RASPBERRY_PI_IP_ADDRESS]
with the IP address of your Raspberry Pi.Go
in the top menu, select Connect to Server
, and enter smb://[RASPBERRY_PI_IP_ADDRESS]/RetroPie
.emulationstation
in the terminal of your Raspberry Pi to return to the game interface.Remember, always ensure youโre transferring ROMs you legally own. Enjoy your gaming!
Kevin McAleer
I build robots, bring them to life with code, and have a whole load of fun along the way
Social Links:
If you found this high quality content useful please consider supporting my work, so I can continue to create more content for you.
I give away all my content for free: Weekly video content on YouTube, 3d Printable designs, Programs and Code, Reviews and Project write-ups, but 98% of visitors don't give back, they simply read/watch, download and go. If everyone who reads or watches my content, who likes it, helps fund it just a little, my future would be more secure for years to come. A price of a cup of coffee is all I ask.
There are a couple of ways you can support my work financially:
If you can't afford to provide any financial support, you can also help me grow my influence by doing the following:
Thank you again for your support and helping me grow my hobby into a business I can sustain.
- Kevin McAleer