File Share(SMB)

While you can add files via scp to a Raspberry Pi, it is not always convenient. Of course you can shut it down and then plug the SSD into another PC. This is great for bulk loading but it is often helpful to be able to load a file to a running Raspberry Pi via the local LAN, cable or WiFi. It is not even necessary to stop the running PiPresents show.

This solution is compatible with any PC that can access SMB shares. Definitely Microsoft and Linux, not sure about Apple but it would seem logical for them as well. I have no Mac experience.

Let’s begin.

Install requisite software:

A share needs to be created. This config will share /home/pi/pp_home/media to anyone. Secure shares will not be covered here.

raspberry-pi-service-status

After a few seconds you should get the above. If there is ‘[ – ]’ anywhere then:

Your Raspberry Pi should now share the media folder.

No user name or password is required to access the share over your LAN.
From a PC on the network file browse to ‘\\your-raspberry-pi-ipaddress\media’.

Windows 10 insists on having credentials to connect. On the W10 PC go to:

  • Control Panel >
  • Credential Manager >
  • Windows Credentials >
  • Add a Windows Credential >
  • Enter the ipaddress of the Raspberry Pi >
  • Enter anything for User and Password. (windows wants them but they are not used)

Read write access should now be available over the LAN.