Accessing a NAS drive from your Raspberry Pi
Often enough, you will need much more storage space than is available on your Raspberry's SD Card. With a few setup files in the Raspbian OS, writing to and reading from a NAS drive in your home network is possible. The following works for Raspbian Stretch. It is a bit finnicky to set up, and very parameter dependent, so it may or may not work for other Raspbian versions. When finished, you will have a new folder (here, named as 'WDMyCloud') in your Raspberry's directory structure. It will behave like a local folder on the Raspi's SD card, but it is actually a folder on the NAS drive. Step 1: Create a folder on the Pi that you will later mount the NAS share in. That folder needs to be somewhere in the home/pi structure. I have put that folder in the /home/pi/ directory and simply named it after my NAS which, you guessed it, is a WDMyCloud device. In a Raspberry terminal window, create that folder with the following commands: cd /home/pi sudo mkdir DRIVE...