Hi all,
I recently bought a used MacBook. I used Boot Camp and made a new 32GB partition. I rebooted into my favorite linux Live CD (PCLinuxOS) and looked at the partitions and then left. I later found that the partitions were gone and the hard drive says its "empty" when I'm on the Live CD and I get the flashing question mark on a folder when I boot the Mac. I know that I didn't erase any data. I have worked with partitions quite a bit, and I'm pretty sure that I was working too fast and hit the "clear all" button on accident. There is another program in Linux that will show the partitions called "parted." Here is the code:
Any idea how to restore the partition table so that it will boot?
I tried my friends install DVD (don't have my own) and used "Disk Utility." It sees the hard drive, but not the partitions and won't mount it.
Thanks,
Kristin
I recently bought a used MacBook. I used Boot Camp and made a new 32GB partition. I rebooted into my favorite linux Live CD (PCLinuxOS) and looked at the partitions and then left. I later found that the partitions were gone and the hard drive says its "empty" when I'm on the Live CD and I get the flashing question mark on a folder when I boot the Mac. I know that I didn't erase any data. I have worked with partitions quite a bit, and I'm pretty sure that I was working too fast and hit the "clear all" button on accident. There is another program in Linux that will show the partitions called "parted." Here is the code:
Code:
# parted /dev/sda
GNU Parted 1.8.8
Using /dev/sda
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) print
print
Warning: /dev/sda contains GPT signatures, indicating that it has a GPT table.
However, it does not have a valid fake msdos partition table, as it should.
Perhaps it was corrupted -- possibly by a program that doesn't understand GPT
partition tables. Or perhaps you deleted the GPT table, and are now using an
msdos partition table. Is this a GPT partition table?
Yes/No? y
y
Model: ATA ST9320320AS (scsi)
Disk /dev/sda: 320GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Number Start End Size File system Name Flags
1 20.5kB 210MB 210MB fat32 EFI System Partition boot
2 210MB 286GB 285GB hfs+ Untitled
3 286GB 320GB 34.2GB fat32 Untitled
(parted)
Any idea how to restore the partition table so that it will boot?
I tried my friends install DVD (don't have my own) and used "Disk Utility." It sees the hard drive, but not the partitions and won't mount it.
Thanks,
Kristin