fixed1t Mac Support 728x90

Amazon Best Deals

Search This Blog

Wednesday 30 October 2013

Fixing iTunes 45054 Part 2 - What To Do If The Shared Folder Already Exists?

Hi,

I'm really happy that my itunes fix is helping so many of you.  I've received some comments to a posting on the Apple Community from those who have looked for and found the Shared folder and are a little stuck as what to do.

If the folder already exists then skip the mkdir step:

Go straight to the chmod section:

To make the folder fully accessible your use the Unix command  chmod  to and set it to the folders permissions and privileges to 1777 (if your running Mac OS 10.6 as I am here).  If your running Mac OS 10.5 use the code 777)  These codes give the shared folder a kind of 'Universal Donor' status so it can be used by other programs and processes, sort of permissions to all.

So at the Terminal Prompt now type:


sudo chmod 1777 /Users/Shared



Then try to start iTunes, it really should work.  If it doesn't use the disk Utilities to repair your permissions and then restart your machine a try again.

If this fixed your problem and saved you valuable time please consider making a small donation using the Donate button at the top of the right hand column. Even a few dollars really helps and we all know how expensive it is to call an expert in.  But if you don't wish to donate thats fine but it would useful if you could give the fix a thumbs up and pop back to leave a message.

Please check out my other videos and blogs.  

Many Thanks 

fixed1t

2 comments:

  1. Thanks for your post, which at least pointed me in the right direction. The command must be
    sudo chmod -R 1777 /Users/Shared
    as described in this Apple support article: http://support.apple.com/kb/TS1277?viewlocale=en_US&locale=en_US

    ReplyDelete

Its only worth while me spending time on blogs If I know they are being read and it is not easy to know. So If you have taken time to read a blog entry then please leave a comment or question. Thanks Malcolm