Cant delete files after update to 8.0.3 x64!

Status
Not open for further replies.

syranite

Cadet
Joined
Feb 17, 2012
Messages
2
I updated from 8.0.2 x64 to 8.0.3 RELEASE p1 x64 (9591). After the update I cant delete any files on the ZFS share! I can copy files to the share but cant delete them afterwards eighter. I have a cifs guest Anonymous Access set up like in the manual described. I also tried ftp and cant delete there eighter. In change permissions i tried to change the permissions but it only works when i dont check Set permission recursively. If i check it and click on change nothing happens. My volume is 14TB raidz1 and 10TB are used.
 

xbmcg

Explorer
Joined
Feb 6, 2012
Messages
79
Maybe you need to set the unix permissions using the console for your anomynous or the real account account as owner of the files.

Admin Console on the nas:

chown -R youruseraccount /mnt

All permissions on all files / folders are then set to the new owner!!!
replace youruseraccount with the desired account for the new owner.
You also can set permission in unix to everyone full control:

chmod -R 777 /mnt

Again, all permissions on all files are set to everyone full control.
 

syranite

Cadet
Joined
Feb 17, 2012
Messages
2
Thx
chmod -R 777 /mnt
worked. But someone in the chat said its a bad solution!
But the way i see it these permissions settings dont really matter in a private lan.
 
Status
Not open for further replies.
Top