Moderators: richierich, ua900, PanAm_DC10, hOMSaR
~/Music/iTunes/iTunes Library
~/Music/iTunes/iTunes Music Library.xml
ls -la ~/Music/iTunes/
drwxr-x--- 5 <yourname> <yourname> 340 Apr 11 03:34 .
drwx------ 7 <yourname> <yourname> 238 Sep 7 2005 ..
-rw-r----- 1 <yourname> <yourname> 6148 Nov 11 2003 .DS_Store
-rw-r----- 1 <yourname> <yourname> 9575296 Apr 11 03:34 iTunes Library
-rw-r----- 1 <yourname> <yourname> 9665526 Apr 11 03:34 iTunes Music Library.xml
Quoting AeroWesty (Reply 2):
If you haven't done this in a while, I'd repair permissions on your Mac. |
chmod u+rw ~/Music/iTunes/iTunes Library
sudo chown <yourname>:<yourname> ~/Music/iTunes/iTunes Library
Quoting Klaus (Reply 4): Disk Utility (which performs that function) also doesn't know about the iTunes library files. I just checked, it wouldn't help there, neither with missing write permissions nor with incorrect user/group settings. |
Quoting AeroWesty (Reply 5): Ah, good to know! I was under the impression that Disk Utility corrected permissions within one's Home folder, along with its other functions. |