05-13-2011, 09:40 PM
So, you don't get that "could not be opened because the original item cannot be found" alert?
Then the OS is not confusing the folder with an unlinked alias.
...
Did you verify the hard drive with the Disk Utility to confirm that you do not have directory-corruption?
If not then you should do so now.
If so then move on to the next step...
...
The "Music" folder is at the root level of your iMac's boot drive?
How comfortable are you with the Terminal?
These commands might fix it.
sudo chmod -RN /Music
sudo chown -R
taff /Music
sudo chmod -R 775 /Music
(If your Home folder was named "black" then the second command would look like this: sudo chown -R black
taff /Music)
You'll be prompted for your admin password after the first command.
Then the OS is not confusing the folder with an unlinked alias.
...
Did you verify the hard drive with the Disk Utility to confirm that you do not have directory-corruption?
If not then you should do so now.
If so then move on to the next step...
...
The "Music" folder is at the root level of your iMac's boot drive?
How comfortable are you with the Terminal?
These commands might fix it.
sudo chmod -RN /Music
sudo chown -R

sudo chmod -R 775 /Music
(If your Home folder was named "black" then the second command would look like this: sudo chown -R black

You'll be prompted for your admin password after the first command.