Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Locked external hard drives after 10.5 reinstall

I just had to reinstall 10.5 and now three of my external drives have lock icons on them. The funny thing is one has been partitioned into two parts. The partition that holds my Itunes library is locked and the second partition is available. I am clueless regarding terminal commands. I have tried creating a new account and giving it admin privileges. I need to unlock my Itunes disk so I can sync my Iphone.

Thanks in advance for any help.

G5 dual 1.8, Mac OS X (10.4.3)

Posted on Nov 12, 2008 5:41 AM

Reply
9 replies

Nov 12, 2008 6:45 AM in response to Barry Hemphill

Barry,
Thanks for asking. The desktop icon has a small lock showing on the lower left corner. I can not change the read write permissions when I get info on the desk. The permissions say "custom". I can not change anything nor duplicate or access the disks.

Sorry about the machine info. I have a Macbook Pro with a 2.2gig core2duo. I think it is a Santa rosa chip. The screen is an led backlight model.

Nov 12, 2008 8:03 AM in response to markalan

run the following terminal commands

sudo chflags nouchg /Volumes/"partition name"

sudo chmod 775 /Volumes/"partition name"

Put the name of the affected partition in the above. KEEP the quotes. You'll have to enter your admin password (which you won't see) after the first command. that's normal. repeat for every affected partition.

Nov 12, 2008 9:34 AM in response to markalan

markalan wrote:
VK,

Thanks. The access has been changed.
I have two questions
1 Do I apply the changes to the whole disk?


what do you mean? the commands affect only the top level of the volumes that were locked.

2 The Get info box shows three accounts changed to read write and three that are still not changed. The info box shows all accounts twice. can I delete the ones that were not changed?

sorry, I'm very confused by this. the info box should show unix permissions for the owner, the group and everyone. That's 3 entries in total. the first two should be read and write now. the last should be read only. just how many entries do you have in the info box? if you have more than 3 mentioned above it means that you've tinkered with permissions and added some users using ACLs. run the following command to get rid of all ACLs

sudo chmod -N /Volumes/"partition name"

Mark

Locked external hard drives after 10.5 reinstall

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.