Advertisement
3rdLOF

Repair a Mac OS X HFS+ Partition table

Mar 18th, 2014
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.00 KB | None | 0 0
  1. ##########################################
  2. ORIGINALLY POSTED ON HIS BLOG BY PERRO HUNTER. COPIED HERE AS A BACK UP AS HIS BLOG HAS GONE DOWN A FEW TIMES PEOPLE WAS LOOKING FOR IT
  3.  
  4. http://perrohunter.com/repair-a-mac-os-x-hfs-partition-table/
  5.  
  6. IMPORTANT: THIS INSTRUCTIONS ARE A LITTLE OUTDATED AS THE PROGRAM IS FAR MORE ADVANCED. IN MY CASE I WAS ABLE TO GET MY DRIVE FIXED BY STEP 7.
  7.  
  8. ########################################
  9.  
  10. Repair a Mac OS X HFS+ Partition table
  11.  
  12. At the time of writing this post I must say that I feel like a hero! That feeling is wonderful you know, when someone has a problem with their computer and not a simple but a HUGE one and you are able to repair em you turn to be that people hero.
  13.  
  14. Today my friend Avaco12 made a little mistake while installing bootcamp on her iMac, she left her external (200GB) disk connected, and when Windows asked her where to put the new Partition she accidentally selected her preciousus external drive, when she realized it was already too late, windows had already destroyed the partition table on her disk. She had 1 HFS parition and 1 FAT. She was crying because she said she had her entire life on that disk, so she asked me for help and I started researching what could I possibly do to repair the disk or at least retrieve her data.
  15.  
  16. There are plenty of solutions out there, some of them are really expensive, and people on the forums are not very happy with them so I wanted to look at little more into the issue and I came across this solution called TestDisk which is an Open-Source Multi-platform solution for repairing disk partitions. I gave it a try and awesomely I managed to fix the disk using TestDisk and the pdisk utility.
  17.  
  18. When I called Avaco12 to tell her that I fixed her data she was so happy she couldn’t stop smiling she told me I was her Hero and so that’s how I felt, the process wasn’t easy specially because noone talks about how pdisk works on Mac OS X.
  19.  
  20. Here’s how I did it , hope it works for you.
  21.  
  22. 1.- I downloaded TestDisk from their official site :http://www.cgsecurity.org/wiki/TestDisk
  23.  
  24. 2.- I opened the terminal and surfed to where I downloaded and unziped TestDisk
  25.  
  26. 3.- I issued the command ‘sudo ./testdisk’ it indetially promped me to make my terminal bigger =P, after doing so It displayed me a simple disclaimer and then a notice telling me that TestDisk could Log all the activity if I wanted to. I selected Yes and continued.
  27.  
  28. 4.- On the screen it will display you all the Disk it detects connected to your Mac select the one that got damaged partition tables and press Enter. Take note of which drive you selected, in my case I chosed /dev/rdisk1 (rather than /dev/disk1)
  29.  
  30. 5.- Next screen select the menu Analize, it will probbly display you and error telling you the block 0 couldn’t be read, just hit enter on the ‘Quick Analize’ option
  31.  
  32. 6.- ATTENTION: TestDisk will quickly search for partitions on the disk and display you information about it on your disk. Take note of the information it will display you, since you’ll need it to repair the disk later on with pdisk.
  33.  
  34. Here’s a screenshot of what I got:
  35.  
  36. http://perrohunter.com/files/images/36.png
  37.  
  38.  
  39.  
  40. Note: if you try to repair your partition table with TestDisk it will fail since that function is not yet implemented.
  41.  
  42. 7.- you can now exit TestDisk. The next steps are what distinguish a child from a Men
  43.  
  44. 8.- Issue the command ‘sudo pdisk /dev/rdisk1′ (where /dev/rdisk1 should be the same name you chosed on step 4). If you type the command ‘c’ and hit enter it will tell you the following:
  45.  
  46. http://perrohunter.com/files/images/37.png
  47.  
  48. 9.- That’s completely normal. Now type ‘i’ and it will display you some affirmations about block sizes and such, just hit enter:
  49.  
  50.  
  51. http://perrohunter.com/files/images/38.png
  52.  
  53.  
  54. 10.- Now we are going to need the info from Step 6. type the command ‘c’ and press enter, it will ask you to type down where your first partition starts, how long it is and how you want to name it. repeat this step for every partition you have.
  55.  
  56.  
  57. http://perrohunter.com/files/images/39.png
  58.  
  59.  
  60. 11. Now if you are completely sure you wrote down everything correctly (like I did) just type down ‘w’ and hit Enter, It will prompt you to confirm just say yes (y)
  61.  
  62. 12. type ‘q’ to quit the application and go see for yourself if your disk appears now in Finder. If it does, go to Step 13. else try disconnecting your external hard disk and reconnecting it. After Mac OS X 10.6.7 it is suggested that you restart your machine and reconnect the disk. If this fails try again from step one. Don’t worry about rewriting the partition table it doesn’t harm your data.
  63.  
  64. 13. You are a hero, no matter if it’s your own disk, you just saved your data!
  65.  
  66. Congratulations, and I hope this information is usefull to you !
  67.  
  68. You can buy me a drink if you’d like to share your joy :)
  69.  
  70.  
  71.  
  72. PayPal - The safer, easier way to pay online!
  73.  
  74. Feel free to contact me with any problems you get at : perro.hunter@gmail.com
  75.  
  76. cheers !
  77.  
  78. Rating
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement