January 3, 201412 yr Hi, I am stuck once again after copying alle my files from my old harddisk to the unraid system. I got stuck with files deleting or changing. What works is doing all of this using SSH / Telnet as root - but making any changes on the SMB Share under Windows 7/8 creates "You need permissiont to perform this action." error. I already rebooted unraid. I ran the new permission script and the permissions are set correctly including the user and group. My share is set to public - which has no effect at all. I also set it to secure - created a user with RW access and mounted the drive with the users credentials - deleting or changin not working. I also ran chmod 0666 from command line but still the same. Reiserfscheck hasn't reported any issues. Thanks
January 3, 201412 yr I'm not a Windows user, but there's something similar in another thread. The diagnosis there was that Windows had stored an old login/pswd. The recommendation was something about deleting [the settings for the unRAID server] in the CREDENTIALS file on the Windows box. (Credentials is in Control Panel? or Security?)
January 3, 201412 yr Author hi, thanks for your advice but this didn't work. I also took a brand new PC which wasn't using the share before and still the same. no way to delete files or change existing ones nevertheless if I use my "user" or just the public everyone "user" but I can create new files and change and delete them.
January 3, 201412 yr Huh.... You ran the permissions script after upgrading to 5.0. Now from a userid (not root), you can read/write/delete new files, but from the same userid to an older file (not created by that userid), you can only read. Sorry you've exceeded by Windows knowledge. Time for the bright guys to chime in.
January 3, 201412 yr Paste the terminal session text showing "ls -la" output including the problem files. Create a non-problem file in the same directory to compare.
January 3, 201412 yr ... no way to delete files or change existing ones nevertheless if I use my "user" or just the public everyone "user" but I can create new files and change and delete them. Sounds like you have write permission inside the folder, but do not have write permission on the folder itself.
January 3, 201412 yr Author solved my problem - I thought the new permission script sets every permission right - which it didn't - should have reviewed it. what happend is /mnt/user/movies had the right permissions /mnt/user/movies/Movies (German) for any reason had the wrong permission but right user and groups - and all files within the folder were right too. so if fixed it easily - don't know why I haven't seen it first time drwxrwxrwx 1 nobody users 288 2013-12-18 14:25 ./ drwxrwxrwx 1 nobody users 200 2013-12-15 19:38 ../ drwxrwxrwx 1 nobody users 2536 2013-11-26 19:52 Climbing/ drwxrwxrwx 1 nobody users 10200 2013-12-18 14:36 Movies/ drwxrwxrwx 1 nobody users 432 2013-12-18 10:30 Movies\ (French)/ dr-xr-xr-x 1 nobody users 12536 2014-01-03 23:09 Movies\ (German)/ drwxrwxrwx 1 nobody users 200 2013-11-26 21:19 Personal/ -rw-rw-rw- 1 nobody users 171 2013-08-28 19:48 mdcmd -rw-rw-rw- 1 nobody users 7565 2013-08-28 19:48 mkmbr lrwxrwxrwx 1 nobody users 25 2013-12-04 19:20 powerdown -> /usr/local/sbin/po werdown lrwxrwxrwx 1 nobody users 18 2013-12-04 19:20 samba -> /etc/rc.d/rc.samba* root@HomeServer:/mnt/user/movies# chmod 0777 "Movies (German)"/ root@HomeServer:/mnt/user/movies# ls -la total 37 drwxrwxrwx 1 nobody users 288 2013-12-18 14:25 ./ drwxrwxrwx 1 nobody users 200 2013-12-15 19:38 ../ drwxrwxrwx 1 nobody users 2536 2013-11-26 19:52 Climbing/ drwxrwxrwx 1 nobody users 10200 2013-12-18 14:36 Movies/ drwxrwxrwx 1 nobody users 432 2013-12-18 10:30 Movies\ (French)/ drwxrwxrwx 1 nobody users 12536 2014-01-03 23:09 Movies\ (German)/ drwxrwxrwx 1 nobody users 200 2013-11-26 21:19 Personal/ -rw-rw-rw- 1 nobody users 171 2013-08-28 19:48 mdcmd -rw-rw-rw- 1 nobody users 7565 2013-08-28 19:48 mkmbr lrwxrwxrwx 1 nobody users 25 2013-12-04 19:20 powerdown -> /usr/local/sbin/po werdown lrwxrwxrwx 1 nobody users 18 2013-12-04 19:20 samba -> /etc/rc.d/rc.samba* root@HomeServer:/mnt/user/movies# thanks
Archived
This topic is now archived and is closed to further replies.