Hi all,
(Disclaimer: I'm a noob, so some terminologies I've used may not be accurate, please be easy)
I have a USFF pc with Proxmox installed on the internal NVMe drive (1TB). Also installed in the computer is an internal SSD (Samsung EVO 860 4TB). With the intention to run this as a media server.
What I've done thus far is installed Plex as a privileged container
I intend to store all media files onto the 4TB SSD. So, I added the drive as a Directory under

And Initialized the drive with ext4 file system in

For the Plex container
Over on the Ubuntu VM
This was where my issues began:
During configuration of the apps on the VM, I was unable to access directories in
Over on the Plex however, I was unable to view the directories in
When a show was added to one of my media apps, and later stored on the SSD, I was unable to view that in Plex.
What am I doing wrong here? Is there a better way to mount/configure the internal SSD?
(I have a feeling that running Plex in the VM would solve my issues, but I am trying to dedicate CPU cores for Plex.)
Thank you.
(Disclaimer: I'm a noob, so some terminologies I've used may not be accurate, please be easy)
I have a USFF pc with Proxmox installed on the internal NVMe drive (1TB). Also installed in the computer is an internal SSD (Samsung EVO 860 4TB). With the intention to run this as a media server.
What I've done thus far is installed Plex as a privileged container
100
(via tteck's script) and spun up an Ubuntu VM 101
running an *arr stack as a Docker stack (via dockstarter). They all installed fine.I intend to store all media files onto the 4TB SSD. So, I added the drive as a Directory under
Datacenter > Storage
as shown:
And Initialized the drive with ext4 file system in
pve > DIsks
as shown:
For the Plex container
100
, I mounted the drive through /etc/pve/lxc/100.conf
by adding mp0: /mnt/pve/store4,mp=/storage/media
. This showed up fine in the console and in Plex.Over on the Ubuntu VM
101
, I mounted the drive through /etc/fstab
by adding the line /dev/disk/by-uuid/<SNIP> /mnt/storage ext4 defaults 0 1
. This showed up fine in the *arr stack.This was where my issues began:
During configuration of the apps on the VM, I was unable to access directories in
/mnt/storage
within the apps. I SSH'ed into the VM to change the owner and group of the directories to that of the logged in user. This change allowed the apps to access the directories with no issues.Over on the Plex however, I was unable to view the directories in
/storage/media
. A reboot later, I was able to view them. This pattern kept occurring, of having to reboot the container in order to view the directories that were created on the SSD via the VM.When a show was added to one of my media apps, and later stored on the SSD, I was unable to view that in Plex.
What am I doing wrong here? Is there a better way to mount/configure the internal SSD?
(I have a feeling that running Plex in the VM would solve my issues, but I am trying to dedicate CPU cores for Plex.)
Thank you.