Setting permissions in 8.0.1 release

Status
Not open for further replies.

tmacka88

Patron
Joined
Jul 5, 2011
Messages
268
I have set permission through ssh for my freenas when I was running 8.0.1 RC2. Now that I have upgraded to the 8.0.1 release I have tried changing a few things and it doesn't seem to like it. All I have been doing is using the same code as I was before

such as:
chmod -R 775 /mnt/Volume1

terminal went crazy so I had to quite it cause text went everywhere. haha.

Any idea how I can change permissions/ownership?

this was the error i got:
chmod -R 777 /mnt/Volume1/Shared
chmod: /mnt/Volume1/Shared/.AppleDouble/.Parent: Operation not permitted
chmod: /mnt/Volume1/Shared/.AppleDouble/.DS_Store: Operation not permitted
chmod: /mnt/Volume1/Shared/.AppleDouble: Operation not permitted
chmod: /mnt/Volume1/Shared/.DS_Store: Operation not permitted
chmod: /mnt/Volume1/Shared: Operation not permitted

also when i tried this i got:
[TLM@freenas] ~> chown -R root:TLM /mnt/Volume1
chown: TLM: Invalid argument
 

tmacka88

Patron
Joined
Jul 5, 2011
Messages
268
This takes me to mnt/Volume1 settings how do I go to Volume2 or Volume3 or mnt to change these permissions?

thanks
 

ProtoSD

MVP
Joined
Jul 1, 2011
Messages
3,348
You can 'cd /mnt/Volume2' etc. or 'chown -R root:TLM /mnt/Volume2, or 'chmod -R 775 /mnt/Volume2', just specify the path in your command.
 
Status
Not open for further replies.
Top