Schönen guten Tag,
ich wollte mir heute (da OSX Lion bei Bootcamp und XP keine Netzwerkverbindung mehr zuläßt) die Bootcamp-Partion entfernen - aber diese vorher sichern.
Nun habe ich eine funktionierende, externe NTFS-Festplatte an mein MacBookPro gehängt und mit folgender Prozedur versucht, die Bootcamp-Partition auf dieser Platte, zusätzlich zum vorhandenen Platteninhalt, als File zu sichern:
"Instructions
1 .Plug in an external hard drive to copy the Boot Camp partition. Make sure the drive contains an empty partition of equal or larger size.
2. Open the „Utilities“ folder inside the „Applications“ folder, then run „Terminal.“
3 .Type the following command and then press „Enter“:
diskutil list
This displays a partition table with four columns. Locate the „Boot Camp“ partition, and make a note of its identifier. This will be similar to „disk0s3.“ Make a note of the identifier of the external drive partition.
- Type the following command to unmount the Boot Camp partition:
diskutil unmount /dev/disk0s3
Replace „disk0s3“ with your Boot Camp partition identifier.
- Type the following command to unmount the external backup drive partition:
diskutil unmount /dev/disk1s1
Replace „disk1s1“ with your external drive partition identifier.
- Type the following command to clone the Boot Camp partition to the external drive:
sudo dd if=/dev/disk0s3 of=/dev/disk1s1 bs=1024
Replace „disk0s3“ with your Boot Camp partition identifier, and „disk1s1“ with the external drive partition identifier.
"
Leider habe ich die Auswirkung des Befehls nicht erkannt:
Jetzt habe ich mir wohl scheinbar die gesamte externe Festplatte (1TB) gekillt: Es exsistiert wohl nur noch eine Bootcamp-Partition (oder Mount mit 20 Gb) auf der Platte, auf welcher weiterhin keine Daten mehr zu finden sind. Wie kann ich diese Partion (Mount) wieder löschen und den Ursprungszustand der NTFS-Platte wiederherstellen? Kann mir da jemand helfen? Vielleicht gibt es einen Befehl, mit dem sich die Bootcamp-Partition (Mount) wieder von der Platte entfernen läßt? Thx!