![]() |
Samba file share not working - Printable Version +- Category5.TV Community Forum (https://forum.category5.tv) +-- Forum: PlexPi - Plex Media Server for Raspberry Pi 3 (https://forum.category5.tv/forum-45.html) +--- Forum: Development (https://forum.category5.tv/forum-46.html) +--- Thread: Samba file share not working (/thread-224.html) |
Samba file share not working - Andries007 - 04-30-2018 Hi there, I can't get samba to work on the Plexpi build. I want to share my media and also be able to copy remotely to my usb drive attached. I tried all the forums and instruction there is for the RPi raspbian builds. Nothing works. I'm using the latest build 1.3 Plexpi for RPi 3B. RE: Samba file share not working - velocanman - 05-07-2018 +1 for me. I have a Seagate USB3 drive connected to an Asus router with Samba share. I have it mapped on a Netbook running LXLE (lightweight Linux distro) and it works great with Plex. Here is the command I used on the Netbook: sudo mount -t cifs -o username=username,password=password //routerip/sharename /media/sharename I also placed an entry in the /etc/fstab to mount the share on reboot. I can't get the share working on the RPi3 with PlexPi using the commands above. Some forums are pointing to a Samba package update causing an issue. RE: Samba file share not working - FrizzleFry - 05-07-2018 http://forum.category5.tv/thread-163.html RE: Samba file share not working - velocanman - 05-07-2018 Thanks for the reference! I was able to resolve the mount issue by adding "vers=1.0" to the options. It seems to be working now. |