Created
March 31, 2011 10:27
-
-
Save jmwhittaker/896151 to your computer and use it in GitHub Desktop.
If you ever get invalid node structure problem with disk
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Boot up with OSX Disk. | |
Firstly try Disk Utility repair | |
Then if that does not work try (with the drive unmounted) | |
Open terminal and type: | |
/sbin/fsck_hfs -ypr /dev/disk0s2 | |
Then after that has run repair the disk again from the disk utility menu. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment