Hi,
After lots of searching and trying, I'm a bit at a loss.
I'm trying to run YAMS in a Ubuntu VM in Proxmox. Before this, I've setup a samba share in a proxmox container and mounted this to the Ubuntu VM. I've added the following entry to /etc/fstab: //192.168.1.xxx/media /mnt/media cifs guest,utf8,noperm 0
I have verified that I'm able to read and write to this samba share, from both my Windows PC, as well as from the Ubuntu VM.
During YAMS installation, i've set the media directory to be '/mnt/media'.
After installation, I noticed that the SMB share on //192.168.1.xxx/media had the different folders (books, downloads, movies, music, tvshows) had been created. I thought "Perfect "
Later, during setup off the Arrs, i've added root folders /movies (for Radarr) as per the installation manual.
As a test run, I've tried downloading 'The Godfather' and checked the tree structure. This showed me that the movie was perfectly placed in /mnt/media/downloads/the Godfather
Unfortunately when accessing the SMB share via windows, the was nothing there. Als the free space for the /movies share in Radarr is only a few GB left (since it seems like its only looking at the installation allocated storage)
Why isn't the movie showing up in the SMB share via Windows?
Why isn't Radarr showing the allocated SMB available space?
Where might I have gone wrong in this?
Thanks in advance!