


Let’s make a folder structure where we can mount our drives. Take note of the path(s) (example: /dev/sda1) of your drive(s) we will need to use the paths later. In the above image, you can see an example output from the command above my external drives are named Reserved and EXTHD. So we have our hard drive(s) ready, now we need to find the path we can list all the hard drives with a simple command: sudo blkid If your hard drive is using the NTFS filesystem you will need to install the following: sudo apt update & sudo apt install ntfs-3g -y If you are not using any external hard drives you can skip this section. If your hard drive is using an EXT4 file system you can skip installing the NTFS or FAT32 file systems. SD Cards will not last forever if you are constantly reading from and writing to them. Since we are running a movie server we will need a decent amount of space to store our movies and TV shows. Run the following command in your console: sudo apt update & sudo apt upgrade -y & sudo reboot 0Īfter the Pi is done rebooting you will be ready to continue to the next steps.

Before going any further let us quickly update our Raspberry Pi so we have all the latest packages. It will guide you through setting up your device. So if you are unsure please check out that article before continuing. You are going to want to use a headless setup, there are few methods of doing this but I cover one in Headless Raspberry Pi Setup.
