This repository was archived by the owner on Nov 2, 2024. It is now read-only.
Sonarr and Radarr - Add Root Folder - NFS #1666
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I am beginner at linux, self hosting so if you can, talk like to talk to child.
I installed Jellyfin from script. Mounted my Nas disk using commands:
sudo apt update sudo apt install cifs-utils sudo mkdir -p /mnt/nas sudo nano /etc/fstab //192.168.1.1/media /mnt/nas cifs user=gniewko,password=mypassword,uid=1000,gid=1000, 0 0 mount //192.168.1.1/media
and it worked. I tried do the same on Sonarr and Radarr but without success.
First error: mount error(1): Operation not permitted
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
Next i tried to change uid for 101001, than another error, then i read sth about Privileged container but looks like my knowledge is too low to acomplish this.
Could you give me solution, commands?
Thanks you in advance :)
Beta Was this translation helpful? Give feedback.
All reactions