Get your disk id for your windows partition by right clicking it in Disk Utility and select information. In the example below, my id is disk0s3
Then I would try something like
Code:
dd if=/dev/disk0s3 of=/Volumes/Backup/WindowsBackup02032007.dmg
Appreciate the feedback.
I used "df -k" to get the volume info.
Then tried a variety of iterations of the dd command similar to your syntax but could not get dd to work.
But all is not lost. I have now successfully backed up a Boot Camp partition, deleted the partition, then recreated the partition and restored the files.
Finally after about a zillion reinstalls of Windows!
The method that I used worked fairly well. In brief:
- Back up the Boot Camp partition using Disk Utilities.
- Deleted and create the Boot Camp partition.
- Boot off of your Windows XP SP2 CD.
- Complete the install up to the point where Windows restarts the first time.
- Press the OPTION key to boot into your Mac partition.
- Copy files from your back up to the Windows partition (4 key files first).
- Eliminate the NotePad issue.
And viola, you are done!
Here are the two web sites that I used:
Site A
Site B
I will be trying it out again this week. Seems to work okay. The key is to use FAT32 and not NTFS.
Also, in my searches I found another possibility that I will try in the near future:
NetRestore
NetRestore looks very promising.