
03-03-2008, 10:46 PM
|
Leopard
|
|
Join Date: Jan 2008
Posts: 645
|
|
either open disk util click on your hard drive in the right hand side window and click on verify permissions
or
sudo -s
"input your password"
/Volumes/"name of your hard drive"/System/Library/Extensions chown -R 0:0 *
/Volumes/"name of your hard drive"/System/Library/Extensions chmod -R 755 *
|