external drive permissions problems

Posted:
in Genius Bar edited January 2014
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

Comments

  • Reply 1 of 4
    maccrazymaccrazy Posts: 2,658member
    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.
  • Reply 2 of 4
    dobbydobby Posts: 797member
    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.
  • Reply 3 of 4
    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?
  • Reply 4 of 4
    slugheadslughead Posts: 1,169member
    Observe:

Sign In or Register to comment.