Permission denied on write nfs share

I get that. But what about radarr then. If I run the chow command for sonarr and do it again for radarr, wouldn’t it switch the user then?

Radarr should be able to access files and folders via group permissions.

Ok, did that, still nothing, here’s what came out.

root@DietPi:~# chown -R sonarr:dietpi /mnt/c1paScorpioDataSeries/
root@DietPi:~# chmod -R 775 /mnt/c1paScorpioDataSeries/
root@DietPi:~# ls -la /mnt/c1paScorpioDataSeries/Alias/
total 8
drwxr-xr-x 2 root root    0 Sep  2 07:54  .
drwxr-xr-x 2 root root    0 Sep  2 07:33  ..
drwxr-xr-x 2 root root    0 Aug 24 02:12 'ALIAS (2001-2006) - Complete TV Series, Season 1,2,3,4,5 S01-S05 - 720p AMZN Web-DL x264'
-rwxr-xr-x 1 root root 5676 Aug 25 22:04  tvshow.nfo
root@DietPi:~#

also tried the first 2 commands with sudo in front, same thing

What filesystem do you use for the mount in question?

Synology Hybrid RAID (SHR), has worked before.

Can you repeat the commands with verbos option:

chown -Rv sonarr:dietpi /mnt/c1paScorpioDataSeries/
chmod -Rv 775 /mnt/c1paScorpioDataSeries/

Let’s check following in addition

df -h
Filesystem              Size  Used Avail Use% Mounted on
udev                    3.9G     0  3.9G   0% /dev
tmpfs                   795M  8.7M  786M   2% /run
/dev/sda1               504G  3.5G  475G   1% /
tmpfs                   3.9G  4.0K  3.9G   1% /dev/shm
tmpfs                   5.0M     0  5.0M   0% /run/lock
tmpfs                   3.7G     0  3.7G   0% /tmp
tmpfs                    50M  3.5M   47M   7% /var/log
//192.168.1.129/series   11T  6.2T  4.3T  59% /mnt/c1paScorpioDataSeries

this is the output of df -h
gives a long list that it changed te user with the chown verbos commands, but when I try to create the file as sonarr user (see above comment from Joulinar), it still gives the deny and when I look, no user is changed

can you share

cat /etc/fstab
# NB: It overwrites and re-creates physical drive mount entries on use.
#----------------------------------------------------------------
# NETWORK
#----------------------------------------------------------------


#----------------------------------------------------------------
# TMPFS
#----------------------------------------------------------------
tmpfs /tmp tmpfs size=3754M,noatime,lazytime,nodev,nosuid,mode=1777
tmpfs /var/log tmpfs size=50M,noatime,lazytime,nodev,nosuid

#----------------------------------------------------------------
# MISC: ecryptfs, vboxsf, glusterfs, mergerfs, bind, Btrfs subvolume
#----------------------------------------------------------------


#----------------------------------------------------------------
# SWAP SPACE
#----------------------------------------------------------------


#----------------------------------------------------------------
# PHYSICAL DRIVES
#----------------------------------------------------------------
UUID=01c5a930-e104-43a6-9049-51b73c030b64 / ext4 noatime,lazytime,rw 0 1
root@DietPi:~#

There is nothing about the network share in. How do you mount it?

Like this:

mount -o username=user_name //192.168.1.129/series /mnt/c1paScorpioDataSeries

Can you try mounting using DietPi drive manager. There should be no need to specify a user

1 Like

Yes that did it. Very odd, cause I tried this before and it did not work then. Maybe with all that we tried now, on combination with doing this again solved it. Anyway thanks for all the help. Also learned a bit. Guess that’s also a positive thing.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.