Jump to content
11 posts in this topic

Recommended Posts

Hi all,

In win-duhs, I habitually use WinPE/Ghost8 to save a partition image to restore when XP croaks. I've been reading the forum daily since early March, and haven't seen a mention of a utility or method to image my working OSX partition so when I start kext editing and hack it, I'll be able to get it restored quickly for the next attempt. Is ghost-like imaging of OSX partitions do-able, and how??

Thanks!

For quixos:

 

If the second Hard Disk doesn't have OS X on it(lets say it's only for data), if I boot with the 10.4.4/5DVD to get to Disk Utility, is there anyway to delete the files(not erase disc) on the main Hard Disk(before or after booting the DVD)? That way I can backup the image saved on the second hard disk using Disk Utility from the DVD

 

Thanks alot!

 

P.S. I'm planning to buy a 2° hard disk and I just don't want to install OS X on "data hard disk"

mmh, i do this much more elegantly (just a joke :P

by booting linux and dd'ing the image either into my

backup-partition on my external drive or just into

a file. since its just a commandline (dd if=/dev/...

of=/dev/.. bs=1024K) and i can use linux meanwhile

to surf and hack and listen to music, i prefer this to

any insideosx or ghost thing..

For quixos:

 

If the second Hard Disk doesn't have OS X on it(lets say it's only for data), if I boot with the 10.4.4/5DVD to get to Disk Utility, is there anyway to delete the files(not erase disc) on the main Hard Disk(before or after booting the DVD)? That way I can backup the image saved on the second hard disk using Disk Utility from the DVD

 

Thanks alot!

 

P.S. I'm planning to buy a 2° hard disk and I just don't want to install OS X on "data hard disk"

 

In the same menu of the installation DVD where you find Disk Utility, you will also find Terminal. In Terminal, type the following:

 

cd /Volumes/volume_name_of_disk_to_erase/
rm -rf *

 

Be VERY careful with this to make sure you are selecting the correct disk!!

×
×
  • Create New...