zachattack83 3 Posted January 2, 2020 Posted January 2, 2020 I need to grant the emby user permission to write for the auto organize plugin.I'm not sure how to do this from the TOS, or even from an ssh. Anyone had any experience with doing this?Thanks
Luke 40111 Posted January 2, 2020 Posted January 2, 2020 Have you referred to this guide? https://emby.media/community/index.php?/topic/32218-file-permissions-guide-for-new-linux-users/
zachattack83 3 Posted January 2, 2020 Author Posted January 2, 2020 Thank you, I will look into that. However, I no longer thing that permissions are the issue I am having.
Jeffy0Boy 0 Posted January 28, 2022 Posted January 28, 2022 1. use SSH to your TerraMaster NAS (I use PuTTy) 2. login as "admin" 3. enter "setfacl -m user:emby:rxw /mnt/public/" (this gives emby write access to your share. I used "/mnt/public/Media" ) login as: admin Keyboard-interactive authentication prompts from server: | Password: End of keyboard-interactive prompts from server Welcome to Tnas! [admin@TNAS-2D3F ~]$ ls home recycle [admin@TNAS-2D3F ~]$ /mnt -bash: /mnt: Is a directory [admin@TNAS-2D3F ~]$ ls /mnt appdata bootdev md0 public usb 'USB #1' usbshare1 [admin@TNAS-2D3F ~]$ ls /mnt/^C [admin@TNAS-2D3F ~]$ ls /mnt/public Media rssseeds Torrents [admin@TNAS-2D3F ~]$ ls /mnt/public/Media 'Audio Books' Movies Music PICS tr-web-control-config.json TV [admin@TNAS-2D3F ~]$ setfacl -m user:emby:rxw /mnt/public/Media
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now