"Custom Access" permissions are locking me out of my own computer!

"Custom Access" permissions are locking me out of my own computer!
I have a Mac Book Pro which I can no longer access, due, I believe, to a problem with disk and file permissions. When I attempt to open up the volume, which I am able to put in FireWire target mode and mount on the desktop of a nearby iMac G5, I get an error message saying: "The folder 'MacBook Pro' could not be opened because you do not have sufficient access privileges."
When I select the 'MacBook Pro' volume and run the Get Info command, I learn that the system, admin, and everyone else groups now have "custom access." I suppose that this newly acquired "custom access" is the reason that the volume icon now appears on the desktop with a lock at its lower left corner! Unfortunately, that lock is keeping me out, so I need help in finding the key back in!
How all this came about overnight is a mystery wrapped in a enigma similar to my getting pneumonia last summer. Coming down with both diseases would require telling long stories that would only have as their common objective the desire to be cured. I might have gotten the pneumonia at my college reunion; my laptop computer might have caught a cold last night when I ran TechTool Pro and optimized my volume prior to installing its eDrive today. Or, my laptop computer may have choked when I tried to add Disk Warrior to the TechTool Pro eDrive and inadvertently issued some command that resulted in my normal permission settings getting changed and rendering everything on the computer completely inaccessible to me. Who knows for sure? Right now, the cause doesn't matter: finding the solution does.
I used TechTool Pro to run a series of tests before (and after) I got locked out of my own computer and the volume passed all the tests for volume integrity and file integrity. TechTool also rebuilt the directory, defragged all the files, and optimized the hard drive into one, large, well-organized segment of files --that I unfortunately can no longer access!
*What I think I need now are some very explicit, error-free, Terminal (UNIX) instructions telling me how to change the permissions on an external FireWire volume called "MacBook Pro" containing Leopard Mac OS X 10.5.7 from its current custom access privileges back to my settings before my poor computer caught this disabling cold.*
I do have a SuperDuper clone of this MacBook Pro computer on an external FireWire, which I could probably use to relieve me of my pain. But, if at all possible, I would like to call upon that option only as a last resort for two reasons:
(1) I am not entirely comfortable that the clone is completely reliable at this moment. My last cloning operation last night (before this corrupted permissions problem occurred) did not complete itself, leaving the cloned volume in an unknown, or unstable, state. (2) I would like to use this problem as an opportunity to grow and learn more about the Terminal and UNIX commands.
I have read the relevant sections in David Pogue's missing manual on Mac OS X Leopard, so I am familiar (in theory) with the concepts he explained regarding ownership, file permissions, the root, Terminal, the CHMOD command, and the SUDO command. It's just that, considering the awesome power of the SuperUser Do command, I'm not all that confident yet that I could write the command(s) that could affect the state of my entire computer hard drive. So, *I'm asking for guidance from a UNIX guru to guide my hand this first time out.*
I know about the idea of safe booting up as a single user, but since I do have my laptop computer mounted on the desktop of my iMac as a Firewire volume, I would prefer to use Terminal on the iMac to fix the permissions on that mounted volume, called "MacBook Pro".
*Experts only, please*. Theories about what might have caused this problem would be nice, but what I really need is explicit command line code to cure this one. Since other people may occasionally encounter this problem of being locked out of their own computer, it would be fine with me if some knowledgeable guru wants to use this as a springboard to write a detailed tutorial on the topic along the way to the solution. Thanks.
bowlerboy_jmb

{I read that article you sent me to, Baltwo, but it does not seem appropriate, because the disk is not invisible. It's locked! I also went through all the discussions on flag changing you directed to me to look up, and I tried to apply something from there to my situation. But that's not working for me yet either. The topics there seem to be close enough to be relevant to my case, but none are exactly on the mark, and so far they deliver no cigar. Maybe I missed the one thread you had in mind from among the twenty I looked through: I can't be sure. You point it out, if you have one in mind. Anyway, in the absence of anyone providing me with specific Unix code or suggestions about my particular situation, I plunged ahead on my own, and I attempted to write some Unix code that might fix my problem. So far, I've had no success. This posting intersperses my comments along with the lines of Unix code which were displayed on my MacBook Pro during my recent attempts to tinker under the hood. My remarks are contained inside of curly brackets like { and } while the results of my Unix experimenting in Single User Mode on the laptop are presented without curly brackets. These were initially notes to myself, so I'm creating a post around my Unix dabbling to see if it triggers any feedback, corrections, and guidance for moving ahead. I'm stuck right now.}
date
Fri Jun 19 17:52:25 EDT 2009
:/ root# sudo chflags nouchg /
sudo: can't open /private/etc/sudoers: Permission denied
:/ root# sendmail: warning: valid_hostname: empty hostname
sendmail: fatal: unable to use my own hostname
:/ root# ls -l
{The screen filled up with rows of file names and their permissions, like...}
drwxrwxr-x+ 43 root admin 1462 Jun 16 04:36 Applications
:/ root# exit
{Nothing happens for quite a while, then...}
jettisoning kernel linker.
{...and then several lines of replies fill up the screen, ending in that same loop regarding no such file or directory found, in regards to mDNSResponder. I had tried the {chmod 775 > solution recommended by a user at a web site I Googled to deal with the mDNSResponder problem he had. The chmod 775 / command worked for him, he reported, but it does not succeed for me. The mDNSResponderline continues to repeat itself ad infinitum, so I must force the Mac to turn off by holding down the power button for several seconds. Upon restart in Single User mode, I observe that, as before, "Root device is mounted read-only," so this time I try to amend permissions at the root level with...}
:/ root# sudo chmod 755 /
{If I understand what I've just learned about Unix, this tells the Mac to give me permission to do anything, but to give all others permission only to read and execute. Unfortunately, the command fails. The computer again responded with the same lines that it gave me when I had issued the command regarding no user flags, namely:}
sudo: can't open /private/etc/sudoers: Permission denied
:/ root# sendmail: warning: valid_hostname: empty hostname
sendmail: fatal: unable to use my own hostname
{So, to summarize, I have a MacBook Pro which I am apparently locked out of and cannot change. The hard disk is not invisible: it will appear as an external drive when placed in Target Mode and connected via a Firewire cable to an iMac. I tried to use Terminal on that iMac to change permissions on the MacBook Pro, but permission was denied.
{So, I have tried to make changes on the MacBook Pro directly. I learned that it will neither start-up under normal circumstances nor via Safe Boot mode. It will, however, start-up under Single User mode. Based on my bleary-eyed crash course in Unix throughout all of last night and early this morning, I did gain some additional understanding about UNIX from some [free online books|http://www.scribd.com/doc/12747795/Made-Easy-Unix-for-Beginners] and articles, especially from a thorough and lucidly written article at Indiana University called [In Unix, how do I change the permissions for a file?|http://kb.iu.edu/data/data/abdb.html]
{Also, I followed the links to the Apple discussions on user flags, and I cherry picked the most appropriate solutions suggested there to see if they will apply to my situation. However, none quite fit. None have thus far succeeded. I think I now know how to formulate the syntax of Unix commands in regards to modifying permissions, and I'm willing to plow ahead and try things out. But I'm only a rank beginner in this Unix realm, so maybe I'm doing something wrong in that department.
{It just boggles my mind that someone can inadvertently be locked out of their computer without a way back in, so all I'm asking for is some trouble-shooting guidance to find the key back in. Anyone got it? Is this a problem that can be cured by writing some Unix commands to the system? Or, does the solution lie elsewhere?}
bowlerboy_jmb

Similar Messages

  • Help - Lion "custom access" permissions mess

    I should start with an apology... I know there are a lot of threads that dance around this very issue, but it's so much I can't make sense of it.
    So I'm asking anew...
    Here's the situation: After months of persuassion, I finally talked my wife into letting me upgrade her Macbook from Snow Leopard to Lion. After installing, I then ran software update and installed everything else recommended. Reboot and everythign seemed to go fine, but then when I tried to delete a few PowerPC apps, the computer kept asking for her password.
    Wanting to find out why on earth I had to retype the password with every toss of a file, I looked online and found someone suggesting I had to log her out as an admin and then log back in. Why that would work, I don't know, but I tried it. Big mistake.
    When I tried to log her back in to make her an admin again, I couldn't get the computer to accept her password. So I then logged out and tried to log back in with my admin account which is set up on the same computer. That worked to get me in, but still wouldn't allow me to upgrade her to an admin in the system prefs.
    So I THEN found this "resetpassword" trick using the Lion Recovery partition and terminal. I did that and was able to restore her password and while there, I also "reset to default ACLs and Permissions" or whatever it says inside this utility, with the logic that repairing permissions has always been a decent failsafe fix.
    Okay... after a reboot and we're back in... and I run into a new problem with not having permission to do much of everything.
    So, I open the "Get Info" on the hard drive to look at the permissions at the bottom of the info window. It says I have "read only" access. I figure this must be an error so, perhaps foolishly (or should I say probably foolishly), I grant Read & Write access across the board, so it reads like this:
    System - Read & Write
    Wheel - Read & Write
    everyone - Read & Write
    And then, don't cringe, I apply to all enclosed items.
    When this is done, I rebooted to the Lion Recovery partition and ran the Disk Utility "repair permissions" there, too.
    Upon reboot...  I remember Keychain First Aid and run that too. It has errors to fix but says it was able to repair them too.
    Right now... it all appears to be working fine, though it says I have "custom access" in the Get Info window for my HD.
    However, I can't shake the nagging feeling that I've just used a flamethrower to clean up the living room.
    For instance, I look now on my own Macbook and see that "wheel" and "everyone" in the Get Info window and see it's Read Only. And yet, I have no permissions problems right now at all.
    (Update: I tried setting hers back to match mine in the same way (via the Get Info window, apply, disk utility, reboot, etc.) and the permissions problems all came back. So I went and made it Read & Write for everyone again. However, this just can't be right.)
    Can anybody tell me (in easy terms, please) what I can do to get it back to what it should be?
    I've seen notes on a program on xnation.com that "fixes ACLs"... and a few posts with Terminal commands... but I'm hesitant to borrow somebody else's solution, just in case it's not so good of a fit or if I don't understand it.
    What do you think?
    P.S. I  promise to rate good solutions offered to up your point totals.

    Something like this?
    System - Read & Write
    Wheel - Read Only
    everyone - Read Only
    Yes.
    ...software from xnation.com that is designed to reset those ACLs?
    I've never heard of it. You already know how to reset user permissions.
    if the system seems to be working fine, does that mean something is still broken/in danger of corrupting or something?
    You set wide-open permissions on all files. That's insecure, and some things won't work at all, maybe not anything you use.

  • FOLDER PERMISSIONS are LOCKED and BLOCKED

    Recently, the folders I create and place on our server are locked for everyone else accessing the server.
    The read and write access is denied for all else accept when using my iMac. It seems to be as a default and I can't turn it off. Even if I try to unlock them and change the read/write permissions, they still remain locked. I figure its a permissions issue? I have already used my *disk utility* to verify the drive and repair. Anyone know the answer to this?

    could be ACL (access control lists) permissions are incorrect. ACL's are turned on be default in Leopard and Leopard server. if you are using Leopard server, there is a gui interface you can use to change them, if not you will have to use command line techniques or a freeware program called sandbox.
    There is much acl permission info to be found in previous forum discussions.

  • Custom Access Permissions

    I'm running 10.8.4 and have a Raidon NAS which I hope to use for my Aperture Librarys - It is all configured etc - I can see mygroup and login correctly - I just cant xfer files etc. the folder has "Custom Access" - were and how do I resolve this frustrating wee issue
    Thanks in advance
    Craig in NZ
    The time stamp on the nas is now current date

    I'd ask your question in the Aperture forum.  I'm sure users there have put Aperture libraries on a variety of drives.  If it were an iPhoto library the answer would be a resounding NO.
    You might have to put the photos on the NAS and run Aperture in the "referenced' mode.  Check the Aperature forum.
    OT

  • I somehow locked myself out of my own movie due to iCloud and can't access it now..

    I recorded a video a few days ago that took several takes before I got a recording I liked, and did a little bit of editing.  I believe I properly exported it to the Theater (I'm new to the program and learning my way around it.)  I then shut down the computer, and tried to come back to finish editing and upload it the next day.  I see the thumbnail in the Theater, but it is grayed out and has a small iCloud logo in the corner.  Upon some light reading, I found that iMovie kindly attempts to protect files using iCloud, but somehow I've been locked out of my own video.  I've tried signing in, and changing the iCloud settings (Documents and Data > Options > iMovie) but I cannot play, edit, or export the video now.  It won't seem to respond to anything I do.  Please help, I can't simply record it again and I'd really like to have this video.  Thanks for the help!

    I am actually having a very similar problem. I spent a couple of weeks making a 12 minute promo video for my church - took a pretty good amount of time - and I can't find it. I can find old partial versions of it that I may have saved when I was making it, but not the finished project. However, I CAN see a thumbnail in iMovie Theater that has the name of the finished project, the correct length (11min, 58 sec), and it has a little cloud in the top right hand corner. But, no matter what I click on, nothing happens. I was literally just watching it about 2 hours ago. I was trying to upload it to Youtube, but it was taking too long, so I quit iMovie and unplugged my computer to take it home, and this is where I am. Help please!

  • Layers are locked & greyed out when trying to unlock them/add a layer, how can I fix this?

    Whenever I try to add a layer it won't allow me to do such and is greyed out. I looked further into it and it mentioned it was locked and now I can't unlock it. Help?

    Good day!
    The image seems to be Indexed Color (Image > Mode > …) and not all Color Modes support Layers.
    Regards,
    Pfaffenbichler

  • Permissions issue locks me out of my desktop folder

    Hi All.
    I have a worrying dilema that I am hoping someone can advise me on.
    The symptoms are:
    *1. A blank desktop after start-up (files, folders and volumes are not loading)*
    *2. It takes an extremely long time for the "Devices", "Shared", and "Places" lists to populate in the open-dialogue sidebar.*
    *3. Saving files from applications takes an unusually long time.*
    *4. All other apps and non-Finder related activities appear unaffected.*
    *5. If I navigate directly to the "Desktop" folder in my user folder in the Finder, it appears as an alias. I double click on it and a window appears which says it is trying to resolve the alias, and soon after I get this permissions error:*
    *"The folder “Desktop” can’t be opened because you don’t have permission to see its contents."*
    So overall this appears to be a permissions issue impacting my desktop directory. A similar thing happened six months ago. On that occasion I tried repairing permissions which didn't help and I ended up creating a new user account and restoring from Time Machine.
    I'd prefer not to have to do that again. More so, I'd like to actually fix the root cause this time.
    My appreciation in advance for any advise that at least makes my desktop reappear.
    Best,
    Wade.

    Hi Barney.
    OK, did so, and here it is:
    *Last login: Sat May 22 16:56:58 on console*
    *wade-laubes-mac-pro:~ wadelaube$ ls -aleO*
    *total 106*
    *drwxr-xr-x+ 36 wadelaube staff - 1224 22 May 08:06 .*
    *0: group:everyone deny delete*
    *drwxr-xr-x 6 root admin - 204 20 Feb 09:33 ..*
    *-rw------- 1 wadelaube staff - 3 3 Jan 2008 .CFUserTextEncoding*
    *-rw-r--r--@ 1 wadelaube staff hidden 21508 23 May 08:24 .DS_Store*
    *drwxr-xr-x@ 3 wadelaube staff - 102 6 Dec 2008 .DownloadManager*
    *drwxr-xr-x 3 wadelaube staff - 102 14 Oct 2009 .MacOSX*
    *drwx------ 29 wadelaube staff - 986 22 May 16:12 .Trash*
    *drwxr-xr-x 2 wadelaube staff - 68 16 Dec 08:30 .Xcode*
    *drwxr-x--x 4 wadelaube staff - 136 2 May 10:05 .adobe*
    *-rw------- 1 wadelaube staff - 1070 22 May 10:47 .bash_history*
    *drwx------@ 3 wadelaube staff - 102 11 Jan 2008 .cups*
    *drwxr-xr-x 9 wadelaube staff - 306 23 May 18:01 .dropbox*
    *drwxr-xr-x 6 wadelaube staff - 204 21 May 2008 .dvdcss*
    *drwxr-xr-x 3 wadelaube staff - 102 21 Jan 10:37 .gem*
    *drwxr-xr-x 3 wadelaube staff - 102 23 Feb 2008 .mplayer*
    *-rw-r--r-- 1 wadelaube staff - 201 15 May 2008 .parallels_settings*
    *-rw------- 1 wadelaube staff - 1024 3 May 07:32 .rnd*
    *drwx------ 3 wadelaube staff - 102 22 May 08:06 .ssh*
    *drwxr-xr-x 6 wadelaube staff - 204 12 Feb 19:30 .subversion*
    *drwxr-xr-x 2 wadelaube staff - 68 8 Jul 2008 .wapi*
    *drwxr-xr-x 3 wadelaube staff - 102 11 Apr 2008 .wirefusion*
    *drwxr-xr-x 2 wadelaube staff - 68 2 May 10:11 Applications*
    *-rw-r--r-- 1 wadelaube staff - 1195 21 Apr 12:48 BlankPage.php*
    *dr-xr-xr-x 2 root wheel - 1 23 May 17:55 Desktop*
    *drwx------+ 61 wadelaube staff - 2074 15 Feb 07:38 Documents*
    *0: group:everyone deny delete*
    *drwx------+ 516 wadelaube staff - 17544 22 May 16:12 Downloads*
    *0: group:everyone deny delete*
    *drwxr-xr-x@ 9 wadelaube staff - 306 22 May 16:57 Dropbox*
    *drwx------+ 65 wadelaube staff - 2210 1 Mar 19:33 Library*
    *0: group:everyone deny delete*
    *drwx------+ 9 wadelaube staff - 306 15 Feb 07:39 Movies*
    *0: group:everyone deny delete*
    *drwx------+ 5 wadelaube staff - 170 13 Jan 2008 Music*
    *0: group:everyone deny delete*
    *drwx------+ 16 wadelaube staff - 544 13 Feb 21:13 Pictures*
    *0: group:everyone deny delete*
    *drwxr-xr-x+ 6 wadelaube staff - 204 11 Jan 2008 Public*
    *0: group:everyone deny delete*
    *drwxr-xr-x+ 11 wadelaube staff - 374 23 Feb 22:17 Sites*
    *0: group:everyone deny delete*
    *-rw-r--r-- 1 wadelaube staff - 1754 27 Jun 2005 vtiinf.html*
    *-rw-r--r-- 1 wadelaube staff - 957 14 Nov 2006 edit_archive.php*
    *-rw-r--r-- 1 wadelaube staff - 0 2 Mar 21:22 index.html*
    *wade-laubes-mac-pro:~ wadelaube$*
    Thanks for your help.
    Wade.

  • Preview is locking me out of my own PDFs, saying I don't have permission to view them even though I do

    I've only noticed this since the software update (10.7.1), but I've got a big problem with preview at the moment. I'm trying to open some PDFs (journal articles) saved on my MacBook Pro, which I've previously had no trouble opening, but all I get is an error message saying:
    "The file couldn’t be opened because you don’t have permission to view it. To view or change permissions, select the item in the Finder and choose File > Get Info."
    I then go to get info for the file, and see that I DO have read and write permission for the file. But it still won't let me open it.
    I'm trying to write my Masters dissertation (due in in less than 2 weeks) and it is ESSENTIAL that I'm able to view these files to complete it. Needless to say this is making me very stressed out and frustrated! I'm almost certain they all worked before the 10.7.1 update, but can't be 100% sure.
    Any guidance on this would be much appreciated.
    Thanks,
    George

    Thanks for trying to help but this is a different issue - see my post for details. I'm pretty sure sandboxing is the cause: you can only access files via bookmarks etc if you have already explicitly opened them.
    From: http://developer.apple.com/library/mac/#documentation/Security/Conceptual/AppSan dboxDesignGuide/AppSandboxInDepth/AppSandboxInDepth.html
    "Your sandboxed app can access file system locations outside of its container in the following three ways:
    At the specific direction of the user
    By using entitlements for specific file-system locations (described in “Entitlements and System Resource Access”)
    When the file system location is in certain directories that are world readable"

  • Seriously Adobe - by default you lock me out of my own document I just created??

    I need help!  So I am NOT new to Acrobat Pro - I have been using it since version 7 - but I am new to the new XI version and the whole creative coud thing and am a little ticked off at the moment... here's what's going on...
    I made a form yesterday.  Used to doing that in Acrobat pro but now it opens 'forms central'... okay, no problem, got used to it, liked the interfaced, worked great through creating my form fields and layout.  Nice.  Wanted to see what the doc would look like as a pdf that someone would actually fill so I saved it as a pdf and also printed it out so I could edit in paper in hand as I find I catch more errors that way.  So now today I go to open the form and make some corrections in my fields add something here delete something there, and I can not open the form for editing.  It tells me I can't do that.  So...Adobe you're telling me that I cannot edit my own form that I created just yesterday....  you're telling me that your default settings are to secure the document without any prompting so that it is locked for editing, even to the person who MADE it?   Seriously??  Am I missing something here?  I must be.   I do know how to go to tools then forms then eidt, but it is saying I am locked out of editing it... but I MADE it.  And I wasn't prompted to enter any security settings at all when I saved the pdf in the first place and did not manually make any settings, which I am fmailiar with from version 9.  So now... Do I have to open or log into Forms Central again to be able to open the document I created myself for my business and saved on my computer?  What is going on???????  I don't even know how to 'login' or 'launch' forms central - it is not even an app listed under the apps in my creative cloud login, so how to I get there, other than opening a new document, which is not what I want to do.  I want to edit the form I already made.  Somebody help!  this can't be a dead end. 
    What is wrong here?
    Thanks,
    Lee

    No, Nancy, I'm sorry it wasn't.  I was able to login to formscentral but under 'myforms' nothing is there.
    I just want to make a form in acrobat.  I never asked for 'forms central' in the first place, it just took me there.  And now it seems liek they are just trying to sell upgrades to additional features.  I am very unhappy with how Adobe has made the simple use of a product into something requiring multiple logins and web access and difficulty just saving and opening a document.  Very frustrating.  And I am paying MORE than I used to for CC now rather than just the Adobe Acrobat pro download.

  • HT204074 Can another person manipulate my phone? Wih blocks or not being able to get to my accounts? & disquage phone numbers. And lock me out of my own phone?

    Hello everyone! My typing might not be perfect, but I would like to know if someone can manipulate my phone. Hiding numbers , can't access my accounts. My ape disappear when I download them. I'm thinking maybe some other sim card taking over. It's crazy. They don't know at apple. When I went to my voice mail it says default or make a greeting . These are usually highlighted in blue, I went to go change my greeting & it said personalized greeting in red! U couldn't hear thi personal greeting and they had never heard of anything like that. My husband said let me look at it & fixed it in 1 minute! This is driving me crazy!  I'm hoping someone can understand what's going on with my phone. Thanks ... Crystalblue19

    No, Nancy, I'm sorry it wasn't.  I was able to login to formscentral but under 'myforms' nothing is there.
    I just want to make a form in acrobat.  I never asked for 'forms central' in the first place, it just took me there.  And now it seems liek they are just trying to sell upgrades to additional features.  I am very unhappy with how Adobe has made the simple use of a product into something requiring multiple logins and web access and difficulty just saving and opening a document.  Very frustrating.  And I am paying MORE than I used to for CC now rather than just the Adobe Acrobat pro download.

  • HT204085 You have locked me out of my own device and I want in

    Your security is driving me crazy! You have different pass codes, user names, passwords, sign in names and more for iTunes, App Store ,Apple ID , and no telling what else. I really have tried but cannot keep them all straight. Sometimes you let me in to my new iPad and sometimes, like now, I am shut out until I come up with your magic set of numbers and names. Do I sound frustrated? I have had apple devices since LISA in the '80s. I have never had this much trouble with your security before. Until someone can help me get this totally straight, I will use this iPad less and less. I am so grateful that I have another tablet to use in cases like this (which are more frequent and frustrating). 
    I do not have an apple store in my town or I would go there.

    You are not speaking to Apple here. To make your opinion heard, see the following link:
    http://www.apple.com/feedback/

  • I get unwanted Custom Access on files and cannot remove them.

    Since I installed Snow on my iMac quad core, with 10.6.7 at present, I get irregular custom access permissions applied to files and cannot remove some of them. I have tried Tinker Tools System and sometimes that works and other times it does not.
    I have wiped my hard drive clean and zeroed it and reinstalled the system many times and it seems to make no difference.
    The latest occurance was my users folder had custom access applied to it for no obvious reason. I was able to remove it from the user folder but not able to remove it from my home folder.
    I have worked with Dr. Howard Oakley from Mac User magazine and he was unablr to solve my problem also. He has helped me on others with great success.
    HELP!!!!

    Are you using a machine with only one account (which then of course is the account with administrator authority)?  Rather than completely rebuilding the system, did you use Disk Utility to Repair Disk Permissions?
    To repair permissions, boot from the Install DVD while holding down the ‘C’ key. 
    Select your Language preference and when the OS Install screen appears, go to the Tools menu in the Apple menu at the top of the screen and select Disk Utility. 
    From there click on First Aid and then run Repair Disk Permissions a few times in succession.  There will be some error or warning messages left, but they usually can be ignored. 
    Did that help?

  • All my hard drives (internal and external) have a small lock in the lower left corner of the icon and I don't have permissions to access. Permissions are set to 'Custom' in the get info window and I can't change them.

    All my hard drives (internal and external) have a small lock in the lower left corner of the icon and I don't have permissions to access. I have 3 user accounts set up and I cannot access any of them.   Permissions are set to 'Custom' in the get info window and I can't change them. Originally I had Snow Leopard installed on one hard drive and 10.5.8 installed on another.   I started to have some problems accessing data between them and so I tried changing the permissions on ONE hard drive partition.   The next thing I know, all my drives are locked (except the ones with the systems on them), the small lock appeared in the lower left corner of the drive icons and I don't have permissions to access any of them.   In the get info window, permissions are set to 'Custom' and I can't change them.

    There is suddenly a lock icon on my external backup drive!
    Custom Permissions

  • We forgot our access code and now are locked out, what should we do?  Thank you

    Our ipad locked us out (to many passcode tries, only four) and now wants us to log into itunes, but nothing happens and  now I do not know whant to do. Any help would be greatly appreciated.
    Feeling like it looks outsided, burried in snow.   Adam

    If you have forgotten the passcode, then the only way to recover is to restore to the factory settings, which will wipe everything from the iPad. So anything that was not transferred to your computer or backed up will be lost.
    Did you actually have a passcode set? Some folks have run into issues with MS Exchange passcodes becoming the iOS devices passcodes.

  • Leopard install default permissions: Custom access

    Hello,
    I am a very new mac user. Only bought my first iMac 1 month ago. I really liked the experience so far.
    I recently upgraded to Leopard, and i had no problems at all (no blue screens, or locked users).
    The problem i am going through right now, is about user permissions.
    If i do 'Get Info' of my primary hard drive (the one Leopard is installed on), i get 'You have custom access'. I was expecting 'You can read & write'.
    I've read a lot about these permissions. I tried a lot of things but nothing worked for me.
    To be exact: i am using a leopard installation now, which has been installed from an empty hard drive (before the installation started, i erased everything. Just to make sure there is no conflict with the previous version, tiger).
    I've upgraded from tiger, clean installs, and fresh installs (like the one i am using now) all to get the same situation. I really hope this is not intended.
    Seen as I am a administrator, i really like to control where i want to write.
    I've tried the following:
    -i used Tinkertool System to change ACL's. Finally i got the '/' to show me 'read and write' but i had to change the ACL for every file manually, and at a certain moment i couldn't start my system preferences.
    -i tried the 'chown -R -N'. Didn't change a thing.
    -i tried the 'chown -a# 0 username' (username is babyCreative). Got a message telling me 'No ACL present'...
    Now i am working on a fresh format (so the permissions are still the ones, set by default). I can actually do the work i need to do, but i don't feel very 'okay' with this permissions-situation.
    PS: what really bothers me is the following: when launching leopard for the first time, and checking those permissions IMMEDIATELY, it tells me 'Read and write'. Only later on, all of a sudden, it changes into 'Custom access'. (right now it already is 'read only, yet i am copying files on it)...
    Is there somebody that can help me out with this?
    Any help is much appreciated.
    (excuse my bad english ;))
    Message was edited by: babyCreative

    This might be me turning crazy... but right now... My permissions on the primary drive have changed again... Permissions are now 'Read and write'.
    when i check out the owner of the drive, i see 'root' is the owner of the primary drive.
    I suspected to see my username there...
    Anyway: right now my permissions seem to be okay... Will evaluate this during a few days, and post the outcome here...
    (i feel pretty bad now: been wasting days to this... Only now realizing the following: patience is a virtue... (so far))
    thx for you reply though

Maybe you are looking for

  • Problem about Storage Type 910

    I issued material for a subcontract P/O, the process is as follows: 1. LT01/255 --- remove material from Normal Bin to 910 2. Migo/541 --- issue material from 910 to Supplier The problem is, when I finished step 2, there was a record with 0 QTY retai

  • Making a link with a non editable area

    Hello I have made this cool looking design in photo shop and sliced it up and then somehow made the whole i.e. the images non editable enough to use the hotspot to make a link. Is their a way I can highlight and drag any area on a web page and make a

  • Unicode Printing in ABAP program

    Hi all, I have a problem in Unicode printing. When I write a report, I use Unicode font. Everything is Ok when I print preview this report. But when i send it to the printer, the unicode font doesn't present. Do you know how to solve this problem ? T

  • Music content deleted when downloading podcasts

    I was downloading some recent podcast episodes on my touch 4 and all my music content was deleted. I synced again and the music came back but many podcast episodes were missing. I tried again after refreshing my podcast library. Now not only is all m

  • After update iphoto to 9.2 i cant copy photos to desktop

    Hi, after i updated to iphoto to 9.2 i cant copy pictures with drag&drop somewhere else.