Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Muscle Master

macrumors 6502a
Original poster
Oct 15, 2010
581
113
Philadelphia
So my hdd failed with some music.. my backups and my home folder. So my SDD won't into OSX !!! ughh!! so I used the install CD and verify,repaired, and did the permissions thing.. still no dice

Can I fix this or I have to clean install
 
First thing to do is see if you can boot into safe mode. Also, what method did you use to put your home folder on the hard drive. There are a few different ways. Depending on how you did it, you may still be able to get into the root account.
 
First thing to do is see if you can boot into safe mode. Also, what method did you use to put your home folder on the hard drive. There are a few different ways. Depending on how you did it, you may still be able to get into the root account.

Trying the safe boot now

And I did it tha normal way.. from the advance menu in accounts
 
Trying the safe boot now

And I did it tha normal way.. from the advance menu in accounts

Yikes, sorry, I meant single user mode. Command-S at startup


In that case Only your user account was tied to that drive. If you can get into single user mode, type:
Code:
sudo passwd root

give it a password, and then the root account will be enabled. Boot up and log into root, make yourself a new account. Then log in to it.

P.S. Root is not something you want to keep easily accessible. After you are finished you can open terminal and type:
Code:
dsenableroot -d
 
Yikes, sorry, I meant single user mode. Command-S at startup


In that case Only your user account was tied to that drive. If you can get into single user mode, type:
Code:
sudo passwd root

give it a password, and then the root account will be enabled. Boot up and log into root, make yourself a new account. Then log in to it.

P.S. Root is not something you want to keep easily accessible. After you are finished you can open terminal and type:
Code:
dsenableroot -d

how to make a new account though?
 
anyone got any ideas?

My instincts say to try Disk Warrior, I don't really know how much help it will provide you, but at this point its worth a shot.

If you can get into Terminal (while booting from CD) try the command umount, that is to unmount disk

Also try to fsck: /sbin/fsck_hfs -y /dev/rdisk1s0 (replace 1 with disk you are trying to fsck, if its a secondary disk then most likely it is 1, usually startup/OS disk is 0, and accompanying disks are 1,2,etc.., '0' is the partition number)
^ not entirely sure though if this can be run from bootcd or not, but if you can get into singl euser mode I know it does. It may do the trick, and you may want to try that before disk warrior.
 
Last edited:
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.