Originally posted by oceanpeace15
I was on a mac 10.6.7 and I was messing around with chmod like an idiot. I messed up and next thing you know, I lost all file permissions. I tried rebooting, but it just goes to the white apple logo and stays there forever. I can get into single user mode, but it is a Read-only file system so I can't change any permissions. Is there any way I can get the mac working again with an easy solution. My last resort is a firewire, but I don't have one. I'm still kind of a noob with unix so any help would be much appreciated. Thanks
Utilities > Disk Utility > Your hard drive >Verify/repair disk permissions
EDIT: :FU: didnt see read only :FU:
EDIT #2 :carling: : This is from the apple website to make single user read-write
Once started up in single-user mode, the file system is available as read only. You must access it as read-write, and you should also run fsck for safety. Follow these steps:
1. At the prompt (#), type:
/sbin/fsck -fy
2. Press Return. fsck will then run.
3. At the next prompt, type:
/sbin/mount -uw /
4. Press Return.