March 31, 20179 yr As confusing as it might be for some, leaving the default permissions alone on certain popular dockers like sonarr, radarr, sabnzb, couchpotato etc etc seems common sense. Those of us to want to make better use or setup expert/advanced settings can still mess up and have a typo cause alot of trouble. Ive trawled through the forum best i can and still havent manage to fix my issue. My question and plea for some help is this: Is there a command someone help me with, i want to find and correct the folder/file chmod from 077 to 0777? I tried the new docker permissions tool but after some 2 hours of work it didnt relsove this one issue. By the way, this was a mistake i made in couchpotato settings before moving and renaming some rips from a temp folder to one of the movie share folders. That parent share folder is accessible from my win10 pc and few of the older sub folders but any created by couch is doomed to be restricted. Details- All the user shares are set up in place and havent been touched. Win10pro pc accessing smb share on Unraid 6.3.3 Know the file inside restricted folder works as plex was playing
March 31, 20179 yr What you're probably going to want is from the command line chmod -R 0777 /mnt/user/SHARENAME and ideally, chown -R nobody:users /mnt/user/SHARENAME
May 15, 20197 yr Very Helpful Squid! Thanks. I first tried newperms on a particular share, but it did not seem to fix an issue I was having with some old backups that I am trying to purge. I ended up using chmod -R 0777 /mnt/user/SHARENAME There seems to be files that this does not work on. I have not completely narrowed it down, but it seems it is either extremely long file names, file names with special characters, or folders with special characters that the command is not working on (I thought it also had to do with files or folders that had spaces in them but that does not seem to be the case. Is there a command that can be added as a catch all for those type conditions? OR is there a way to strip special characters from file names, or truncate long file names?
Archived
This topic is now archived and is closed to further replies.