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

Locked disk icon in sidebar & disk utility no help

I have read of others' problems with permissions. I too am having one now. The disk icon in the sidebar is locked. Get info on disk and click to unlock, verify password. The permissions section says custom access for each user type: .....(Me), (unknown), and everyone.

Then try to use Disk Utility. Will let me repair the disk with no problems found. But repair permissions is grayed out.

Per another thread tried to run Terminal command: chflags nouchg /Volumes/* but got permission denied.

What next? Thanks in advance.

Power Mac G5 Dual 2.5, Mac OS X (10.5.4), 2.5GB / TB plus HDD

Posted on Jul 9, 2008 9:38 AM

Reply
Question marked as Best reply

Posted on Jul 9, 2008 9:44 AM

is this your main disk or a secondary one?

try the following in terminal from an admin account:

for the main one:

sudo chflags nouchg /

and for a secondary:

sudo chflags nouchg /Volumes/"disk-name"

put the name of the disk in the above and keep the quotes. you'll have to enter your admin password, which you won't see. that's normal.
9 replies
Question marked as Best reply

Jul 9, 2008 9:44 AM in response to Christopher Graham

is this your main disk or a secondary one?

try the following in terminal from an admin account:

for the main one:

sudo chflags nouchg /

and for a secondary:

sudo chflags nouchg /Volumes/"disk-name"

put the name of the disk in the above and keep the quotes. you'll have to enter your admin password, which you won't see. that's normal.

Jul 9, 2008 9:51 AM in response to V.K.

Secondary disk. Startup disk had similar problem but was able to verify and repair permissions.

Ran command and response was:

Macintosh-2:~ paulgraham$ sudo chflags nouchg /Volumes/"Help"
sudo: /var/db/sudo writable by non-owner (040777), should be mode 0700

WARNING: Improper use of the sudo command could lead to data loss
or the deletion of important system files. Please double-check your
typing when using sudo. Type "man sudo" for more information.

To proceed, enter your password, or type Ctrl-C to abort.

Password:
Macintosh-2:~ paulgraham$

Jul 9, 2008 9:57 AM in response to Christopher Graham

that should do it (you might have to restart) to see the changes.
to double-check run

ls -ladeO /Volumes/Help


and post the results.


I'm puzzled by the message about permissions on sudo itself. did you try to do something drastic to permissions on your main drive like using "apply to enclosed items" button on the whole drive?

Message was edited by: V.K.

Locked disk icon in sidebar & disk utility no help

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