morxy49
Contributor
- Joined
- Jan 12, 2014
- Messages
- 145
I have a Sonarr server set up. It's running on a dedicated virtual machine with Ubuntu 16,04. The user in Ubuntu is "mediamgmt".
I have Sonarr set up and running good, but now when i want it to access my shares on my NAS, i get an error message "Folder is not writable by user mediamgmt".
The permissions for my mounted folders is as following:
So there is a conflict here, i guess. But i'm not good at all with permissions, so i need some help from you guys to solve this. I want Sonarr to get full access to all the three mounted shares, Media, MediaVaggan, and Torrent. Do i have to change something on my FreeNAS, or is it on my Ubuntu server the changes are needed?
I have Sonarr set up and running good, but now when i want it to access my shares on my NAS, i get an error message "Folder is not writable by user mediamgmt".
The permissions for my mounted folders is as following:
Code:
mediamgmt@mediamgmt:/media/nas_shares$ ls -l total 0 drwxrwxr-x+ 7 1001 root 0 May 22 23:32 Media drwxrwxr-x+ 8 1001 root 0 May 20 20:49 MediaVaggan drwxrwxr-x+ 6 root root 0 Jun 4 18:23 Torrent
So there is a conflict here, i guess. But i'm not good at all with permissions, so i need some help from you guys to solve this. I want Sonarr to get full access to all the three mounted shares, Media, MediaVaggan, and Torrent. Do i have to change something on my FreeNAS, or is it on my Ubuntu server the changes are needed?