Jump to content

How to set permissions for emby to "write" on TNAS?


zachattack83

Recommended Posts

zachattack83

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

Link to comment
Share on other sites

zachattack83

Thank you, I will look into that. However, I no longer thing that permissions are the issue I am having.

Link to comment
Share on other sites

  • 2 years later...
Jeffy0Boy

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
 

 

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...