December 8, 20223 yr I'm not sure if this an issue with my Emby setup or Unraid share permissions. In Unraid, i have a shared called "Public" and that share is set for SMB Share also with Public Security. I can read and write to that share from my Windows machine just fine. I also run Emby in a Proxmox LXC container, and have my fstab set there to map to those shares like such. //192.168.XX.XX/Public /mnt/UnRaid cifs guest,uid=1000,gid=root,iocharset=utf8 0 0 In the Emby container and can successfully mount and read the drives with no issues. And I can also create a directory into /mnt/UnRaid from within my Emby LXC container as well. But in Emby, when I try to set a recording path for live tv, I am always told Emby Requires write access to the folder. Is there something I need to change in fstab or UnRaid settings?
December 8, 20223 yr Author Solution Success!!! For anyone else, accessing with the username and password like this did the trick //xxx.xxx.xxx.xxx/MediaServer /mnt/MediaServer cifs username=nasuser,password=nasuserpassword,iocharset=utf8,uid=emby,gid=emby,file_mode=0770,dir_mode=0770,vers=3.0,_netdev,nofail Edited December 8, 20223 yr by ptmuldoon
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.