Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Vertigo Acid said:There's really no competition. Ghost or bust
4.4 Copying a disk locally
If you just want to copy one local disk to another one with no network & server involved, the "copydisk" command is what you want. E.g. to copy the first IDE disk to the second IDE disk, use "copydisk wd0 wd1", to do the same for SCSI disks run "copydisk sd0 sd1".
Beware! All data on the target disk will be erased!
A list of disks as found during system startup can be found using the "disks" command.
4.5 Copying a partition locally
If you want to only copy one local partition to another local partition (similar to what 'uploadpart' and 'slurppart' do, just without the network and FTP in between), this can be done with the 'copypart' command. It takes two partition names as arguments, and copies the contents of one partition to the other. As an example if you found you want to copy your first local partition 'wd0e' to the second one 'wd0f', run:
copypart wd0e wd0f
A list of disks can be found using the 'disk' command, to list all the partitions on a disk use the 'parts' command. Partitions have the form of "wd0d", "w1e", "sd1f".
Be aware that the partitions to copy should have identical size (down to the sector), else funny things will happen. When copying a 'big' partition into a 'small' one, g4u won't thrash the data behind the 'small' partition, but of course the copy is not complete either. Take special note that that case could happen when you restore a copy made that way, and which went fine when you first copied your small working partition to your big backup partition!
perplex said:Nice thread. after seeing that help guide for Ghost i'm going for Ghost 2003. That guy made Ghost 9 sound scary![]()
Ice Czar said:The path of the warrior starts with a single step grasshopper.![]()
RandysWay said:I need a clarification here; Is Ghost 2003 better than Ghost 9?
RandysWay said:Bump for a hopeful answer! If you didn't see the quote.. Is Ghost 2003 better than Ghost 9?
Let me know before I purchase one.Thank you all.
So if I use g4u (from the ultimate boot CD), I can copy my C partition to the D partition (same size down to the byte). Then later I would just copy the partition back to effectively reformat/reinstall to the old setup? I'm using a SATA raptor if it matters.Ice Czar said:not quite true depending on your needs
http://www.feyrer.de/g4u/#badalternatives (freeware) from floppy or CD
4.5 Copying a partition locally
If you want to only copy one local partition to another local partition (similar to what 'uploadpart' and 'slurppart' do, just without the network and FTP in between), this can be done with the 'copypart' command. It takes two partition names as arguments, and copies the contents of one partition to the other. As an example if you found you want to copy your first local partition 'wd0e' to the second one 'wd0f', run:
copypart wd0e wd0f
A list of disks can be found using the 'disk' command, to list all the partitions on a disk use the 'parts' command. Partitions have the form of "wd0d", "w1e", "sd1f".
Be aware that the partitions to copy should have identical size (down to the sector), else funny things will happen. When copying a 'big' partition into a 'small' one, g4u won't thrash the data behind the 'small' partition, but of course the copy is not complete either. Take special note that that case could happen when you restore a copy made that way, and which went fine when you first copied your small working partition to your big backup partition!
djnes said:There's no bloatware in Ghost if it's used as intended, through DOS or on a disc like BartPE or ERD Commander.