June 7, 201214 yr Author Any further help or thoughts on this? Try -rc4. -rc4 seems to have solved it (but it was intermittent). If it shows back up, I'll post here.
May 27, 201511 yr Where is the RC4 fix going? I'm still trying to learn this stuff but am having a similar issue.
May 27, 201511 yr Where is the RC4 fix going? I'm still trying to learn this stuff but am having a similar issue. This is a really old v5 thread, completely unrelated to the current -rc3 of v6. Are you sure you are in the right area? Please respond, so we know you aren't a spambot.
May 27, 201511 yr Yes sorry I just did a google search for my issue and found this. Swapping over from freenas ... got my shares set up ... can move things into my Movies and Work out share, but for sokme reason 1 or 2 folders deep I cant do anything in my TV share. I think its the permissions but I'm pretty new to it all.
May 27, 201511 yr TV share says I require access when browsing via windows to do my transfers. It did used to work, but my system was down (awaiting new fans, 8 6tb reds I didnt want them over heating) and when I brought it back up I can't put anything there anymore.
May 27, 201511 yr TV share says I require access when browsing via windows to do my transfers. It did used to work, but my system was down (awaiting new fans, 8 6tb reds I didnt want them over heating) and when I brought it back up I can't put anything there anymore. In Windows, try deleting any unRAID credentials in Control Panel - Credential Manager. If that doesn't clear it up, in unRAID, do Tools - New Permissions. And you might want to clarify which version unRAID you are actually using.
May 27, 201511 yr Thanks No credentials were listed, I tried that. I'll have to try the other option when I get to work in the morning. I'll also find the version but it was the most recent as of ... about a month ago. using unmenu i did notice that some of the permissions were different from each other. I'll try the new permission thing and let you know! Thanks again.
May 28, 201511 yr 6.0-beta14b new permissions didnt fix the problem. I still cant change anything in my TV share, but move and workout share are fine.
May 28, 201511 yr 6.0-beta14b new permissions didnt fix the problem. I still cant change anything in my TV share, but move and workout share are fine. Did you let New Permissions complete? I haven't run it recently but it may take some time to finish. From console or telnet post the results of ls -lah /mnt/user
May 28, 201511 yr That seems to be where my issue is for everything in TV and sub folder its dr-xr-xr-x for all my other stuff movies etc its drwxrwxrwx I have no idea how or why it changed. I made a new share and started copying the files over, but looks like if I just changed the permissions on /mnt/user/UnRaidTV/ it would work. I'm a noob tho, gotta go look up a command that does subfolders too. And yes I did let the new permissions finish up.
May 28, 201511 yr That seems to be where my issue is for everything in TV and sub folder its dr-xr-xr-x for all my other stuff movies etc its drwxrwxrwx I have no idea how or why it changed. I made a new share and started copying the files over, but looks like if I just changed the permissions on /mnt/user/UnRaidTV/ it would work. I'm a noob tho, gotta go look up a command that does subfolders too. And yes I did let the new permissions finish up. From console or telnet post the results of ls -lah /mnt/user
May 28, 201511 yr root@MagicUnRaid:~# ls -lah /mnt/user total 20K drwxrwxrwx 1 nobody users 0 May 27 22:36 ./ drwxr-xr-x 12 root root 240 May 27 22:31 ../ drwxrwxrwx 1 nobody users 6 Mar 29 22:34 UnRaidBackup/ drwxrwxrwx 1 nobody users 4.0K May 27 03:24 UnRaidMovies/ drwxrwxrwx 1 nobody users 98 May 27 03:06 UnRaidTV/ drwxrwxrwx 1 root root 23 May 28 01:43 UnRaidTele/ drwxrwxrwx 1 nobody users 6 May 27 20:55 UnRaidWorkout/ UnRaidTV is the folder in question.
May 28, 201511 yr In addition to fixing permissions, New Permissions also fixes ownership. If you really did let New Permissions complete then it should have already done every file, but you can run it on a specific folder like this: newperms /dir/you/want/to/fix
May 28, 201511 yr root@MagicUnRaid:~# newperms /mnt/user/UnRaidTV/ processing /mnt/user/UnRaidTV/ ... chmod -R u-x,go-rwx,go+u,ugo+X /mnt/user/UnRaidTV/ ... chown -R nobody:users /mnt/user/UnRaidTV/ ... sync completed, elapsed time: 00:00:38 root@MagicUnRaid:~# Didn't work still cant copy files there, possibly need a reboot? Ifso I'll have to wait till after this 10 hours transfer. Thanks again for your help and patience.
May 28, 201511 yr Just to confirm that newperms worked, what do you get with ls -lah /mnt/user/UnRaidTV If newperms worked then I have to think it is something on your Windows side. From command prompt try net use * /delete
May 28, 201511 yr root@MagicUnRaid:~# ls -lah /mnt/user/UnRaidTV total 28K dr-xr-xr-x 1 nobody users 4.0K Mar 31 01:46 $RECYCLE.BIN/ drwxrwxrwx 1 nobody users 98 May 27 03:06 ./ drwxrwxrwx 1 nobody users 0 May 27 22:36 ../ dr-xr-xr-x 1 nobody users 33 Mar 31 01:46 System\ Volume\ Information/ dr-xr-xr-x 1 nobody users 4.0K Mar 31 13:30 TV/ dr-xr-xr-x 1 nobody users 4.0K May 26 14:56 TV\ HD/ root@MagicUnRaid:~# vs /UnRaidMovies root@MagicUnRaid:~# ls -lah /mnt/user/UnRaidMovies total 192K dr-xr-xr-x 1 nobody users 4.0K Mar 31 21:11 $RECYCLE.BIN/ drwxrwxrwx 1 nobody users 4.0K May 27 03:24 ./ drwxrwxrwx 1 nobody users 0 May 27 22:36 ../ drwxrwxrwx 1 nobody users 24 Apr 10 14:16 13\ Sins/ drwxrwxrwx 1 nobody users 26 Apr 12 03:41 16\ Blocks/ drwxrwxrwx 1 nobody users 31 Apr 12 03:28 2\ Guns/ drwxrwxrwx 1 nobody users 43 Apr 12 04:27 2001\ SPACE\ ODYSSEY/ drwxrwxrwx 1 nobody users 47 Apr 12 04:36 2010\ The\ Year\ We\ Make\ Contact/
May 28, 201511 yr I have found the newperms script does not add write access to the directory entries that do not have write access ... So it will not fix this sort of error where the write access is missing on directories. I would suggest maybe this would fix it ... find /mnt/user/UnraidTV -type d -exec chmod ugo+w {} \; Of course this does not explain why the directories do not have write access in the 1st place.
May 28, 201511 yr Awesome that worked, save me 10 hours of moving files to the new share. Thank you both for the help!
Archived
This topic is now archived and is closed to further replies.