AppleInsider › Forums › General › Genius Bar › external drive permissions problems
New Posts  All Forums:Forum Nav:

external drive permissions problems

post #1 of 5
Thread Starter 
for some reason all the permissons on my external drive got switched to read only. it lets me switch them back but only one folder or file at a time. i have tried to do the "apply to enclosed items" at several scales but it hasn't worked at any of them. there has to be some to do this (becase i really don't want to have to go through 250,000 individual items and change it)

any help would be appreciated
thanks
post #2 of 5
Quote:
Originally posted by blocksmash
for some reason all the permissons on my external drive got switched to read only. it lets me switch them back but only one folder or file at a time. i have tried to do the "apply to enclosed items" at several scales but it hasn't worked at any of them. there has to be some to do this (becase i really don't want to have to go through 250,000 individual items and change it)

any help would be appreciated
thanks

are you using a different area from before etc? The trick is to turn off permissions on external volumes - i know that's too late now, try a permissions repair although that will probably do nothing.
post #3 of 5
use terminal.app (/Apps../Utils..

$ df
this will give the volume name

$ sudu chmod -hR 777 /Volumes/whatevernthenameofyourdiskis

The sudo command will require the root password.
the -R is recursive and -h is for links.

Dobby.
post #4 of 5
Thread Starter 
Quote:
$ sudu chmod -hR 777 /Volumes/whatevernthenameofyourdiskis

The sudo command will require the root password.
the -R is recursive and -h is for links.


when would i enter the root?
post #5 of 5
Observe:
Mac user since before you were born.
Reply
Mac user since before you were born.
Reply
New Posts  All Forums:Forum Nav:
  Return Home
  Back to Forum: Genius Bar
AppleInsider › Forums › General › Genius Bar › external drive permissions problems