Hi @Joulinar, you are correct, the HDD was connected to some other system before. Unfortunately I was unable to unmount the drive before the system went caput on me.
Did I mention that this drive is a network mounted drive?
Sure thing. Here is the current output for ls -la /mnt/Movies/
drwxrwxr-x 2 1001 1001 0 Jul 10 2021 'The Feebles'
drwxrwxr-x 2 1001 1001 0 Apr 26 2022 'The Fifth Element (1997)'
drwxrwxr-x 2 1001 1001 0 Apr 26 2023 'The Fire Within Requiem for Katia and Maurice Krafft (2022)'
drwxrwxr-x 2 1001 1001 0 Jul 10 2021 'The Founder (2016)'
drwxrwxr-x 2 1001 1001 0 Jun 2 2022 'The French Dispatch (2021)'
drwxrwxr-x 2 1001 1001 0 Nov 24 06:11 'The Garden of Words (2013)'
drwxrwxr-x 2 1001 1001 0 Jul 10 2021 'The Gentlemen (2019)'
I followed your insturctions by running chown -R radarr:dietpi /mnt/movies/ as user root but it doesn’t seem of have changed the user or group? Why is this?
Here is the output of lsblk -o name,fstype,label,size,ro,type,mountpoint,partuuid,uuid
NAME FSTYPE LABEL SIZE RO TYPE MOUNTPOINT PARTUUID UUID
sda 111.8G 0 disk
├─sda1 vfat 128M 0 part /boot 9443ff51-01 0785-AF5A
└─sda2 ext4 111.7G 0 part / 9443ff51-02 6974faa9-1fd0-4645-a4d2-7a5ccd0329d7
The first is my dietpi server running Radarr, Sonarr and BT client.
The second Pi is my plex server, this is where my ‘12TbBackup’ HDD is connected to. And the reason I have this as a standalone and not running on the dietpi server is due to issues with the VPN when accessing plex outside of the local network.
The dietpi server will search for and download the movies/tv shows and move them via samba share to the ‘12TbBackup’ HDD on the plex server.
I had this set up running very well for years but as my dietpi needed an upgrade after failing to boot one day around the end of March, I had to do a fresh install and without being able to recover my radarr or sonarr backup configs, I decided to do it all fresh from scratch.
I did however use the Network line from a backup I had of /etc/fstab that I copy and pasted in in the hopes that would work as it did on my previous system. But this was all I copied.
Here is the mountpoint, this is what it should be: //192.168.1.111/media 11T 9.8T 1.2T 90% /mnt/12TbBackup
So, I unmounted the drive and removed it in dietpi-drivemanager re-added the netowrk drive and the user:group now reads as dietpi:dietpi and this was accepted by radarr. I should not have bother with my previous fstab config and just used the drive manager.
Thanks for assisting @Joulinar enjoy the rest of your weekend.