
Mount partition $~: mount /media/plex-media.Open /etc/fstab file with root permissions: $~: sudo nano /etc/fstabĪnd add following to the end of the file: UUID=33bcb61a-8c12-40af-a66d-1f7e8961fc9b /media/plex-media ext4 defaults 0 1 Create a mount point $~: sudo mkdir /media/plex-media.To achieve this, you need to perform three simple steps: Now you need to mount it to utilize it’s precious space. Output states, that your new partition is /dev/sda1.

If not sure, following command will remind you about existing drives and partitions on them: $~: sudo blkid At this step you already know what names your new partition(-s) have. Use the partition you identified in the previous step and type :~$ mkfs.ext4 /dev/sdb1Īfter you are done creating your partitions (most likely it will be just one ext4 data partition, since this is your additional storage drive), you need to permanently mount it.

USE CFDISK TO MAKE A NEW PARTITION :~$ cfdisk /dev/sdb.SCAN THE NEW DISK SPACE :~$ echo "-" > /sys/class/scsi_host/host0/scan.Log in as the user ‘plex’ and then become root :~$ sudo -i This HDD will act as the drive that we will place all the downloads on from the torrent client and that Plex will get its media from. If you want to extend your current HDD we wrote a guide that you can find here. We use VMware ESXi, and in this guide we will add another hard drive to the VM and mount it as a second drive. Install Plex $~: sudo dpkg -i plexmediaserver_1.-b46e0ea_b.Alternatively you can download the file and transfer it with Webmin or similar. Copy the link and paste in in your SSH terminal. To follow this guide you must first follow this guide. We will also set up Apache so that you can reach your torrent client from wherever you are in the world. In this guide we will install Plex and configure ruTorrent to save all the downloads to a a separate HDD on the system called ‘plex-media’.
