Nov 01
the disc permissions are set like this:
me custom
staff custom
everyone custom
also there is a lock icon on the left hand side of the drive icon…
ls -aldeO /Volumes/”drive-name”
Put the name of the drive in the above and keep the quotes. This will list all permissions, ACLs and flags on the drive.
Output:
drw-rw-r-T 46 root admin uchg 1632 Jun 30 16:30 /Volumes/Vault
Actions:
sudo chflags nouchg /Volumes/”drive-name”
chmod 755 /Volumes/”drive-name”
And fixed!
taken from: http://discussions.apple.com/thread.jspa?threadID=1590482
Print