Newcomer on the forum here, with a beginner type of question. I'm a Linux Mint user who knows his way around a computer but with that I mean Windows mostly. So there´s my Linux skills for you
I used this guide when I was setting upp my Plex Media Server on my Linux Mint machine (media files is on a Windows NAS):
http://ubuntuhandbook.org/index.php/201 ... ntu-14-04/
It worked back then and I have never bothered with it since. Now I pretty much wanna do the same thing on my new BFF, the Raspberry Pi 3 running Raspbian. I love this little thing, using both Retropie and RasPlex (<--- THIS is awesome), but I do believe I need to learn some more Linux!
The guide is almost working. It's just the last thing, actually mounting with "sudo mount -a". It works but...
1. In Mint I got a shortcut on the desktop and in the file browser. Don't get that in Raspbian.
2. I have to run the "sudo mount -a" all over again if I reboot. It's not remembered.
OK, so number 1 I can live with. Not a big deal. But number 2 is more of a problem. I have tried to put the "sudo mount -a" into
Code: Select all
/home/pi/.config/lxsession/LXDE/autostartSurely there is an easy way. Can someone help me with this one? Is there a better way to do this whole thing?