I need to copy (not backup) my harddrive to another. Best software (running WXPPro)pse?? TIA
Interesting. Our infratstrcture monkeys use it and swear by it too. I can't look beyond the fact that every other piece of Notrun branded software is a steaming great pile of poo. They had to get something right, I suppose.
Ghost = PowerQuest Drive Image. Symantec purchased the current version (or previous, whatever) of Ghost from PowerQuest
No one else seems to have pointed out that you can't actually *copy* a drive while XP is running. Norton Ghost is very good though, as long as you have a bootable CD, but the new (to me) version is a bit 'odd' IMHO. It's targeted very much at backups and restores. To do a disc to disc image (which is what I suspect you want) you need to dig into one of the more obscure bits (legacy IIRC) Another way to do it is the dd command under a live Linux distro (like Knoppix) Has the added advantage of being legally free. -- Catman MIB#14 SKoGA#6 TEAR#4 BOTAFOF#38 Apostle#21 COSOC#3 Tyger, Tyger Burning Bright (Remove rust to reply) Alfa 116 Giulietta 3.0l (Really) Sprint 1.7 75 TS 156 TS S2 Triumph Speed Triple: Black with extra black bits www.cuore-sportivo.co.uk
On Tuesday 24 October 2006 13:27, Jones [] Your harddrive manufacturer might have some software available to do just that.
Hmm, that's interesting. How does this sort of thing handle different disk sizes? I set up a system with an old 8 GB Seagate IDE drive for Windows and a 250 GB (or so) SATA drive for Linux. I now find the 8 GB drive to be too slow and noisy, so I bought a 160 GB drive to replace it. If I put the 160 GB on the IDE as slave, can I transfer the data from the 8 GB to it such that I can then make the 160 master and boot from it, etc.? I'm looking at just re-installing the whole kit-and-caboodle. -- Ivan Reid, Electronic & Computer Engineering, ___ CMS Collaboration, Brunel University. Ivan.Reid@[brunel.ac.uk|cern.ch] Room 40-1-B12, CERN GSX600F, RG250WD "You Porsche. Me pass!" DoD #484 JKLO#003, 005 WP7# 3000 LC Unit #2368 (tinlc) UKMC#00009 BOTAFOT#16 UKRMMA#7 (Hon) KotPT -- "for stupidity above and beyond the call of duty".
It should do - as long as the destination drive is bigger.. Have a look at this: http://www.rajeevnet.com/hacks_hints/os_clone/os_cloning.html Phil
Norton would be better for that. dd (IIRC) will do a bit for bit copy from your old 8G to your spanky new 160G leaving you with a fine bootable disc with an 8G partition hiding in the corner. Ghost OTOH will 'expand' your 8G partition to fill the 160G drive. Then set it as master and away you go. -- Catman MIB#14 SKoGA#6 TEAR#4 BOTAFOF#38 Apostle#21 COSOC#3 Tyger, Tyger Burning Bright (Remove rust to reply) Alfa 116 Giulietta 3.0l (Really) Sprint 1.7 75 TS 156 TS S2 Triumph Speed Triple: Black with extra black bits www.cuore-sportivo.co.uk
And then you can use one of the many fine linux rescue CDs to expand the size.. It doesn't know anything about linux filesystem formats - so it can't (for example) resize an 8G ext2/ext3 partition in the same way that it can for Windows format filesystems (Fat32/ntfs) Phil
Ahh, now that I've never done. I wasn't aware that there were reliable tools that could re-size NTFS partitions without data loss That I can understand. I was assuming that it was an NTFS FS, in which of course I may be mistaken. -- Catman MIB#14 SKoGA#6 TEAR#4 BOTAFOF#38 Apostle#21 COSOC#3 Tyger, Tyger Burning Bright (Remove rust to reply) Alfa 116 Giulietta 3.0l (Really) Sprint 1.7 75 TS 156 TS S2 Triumph Speed Triple: Black with extra black bits www.cuore-sportivo.co.uk
There are - Partition Magic does it quite happily as do a lot of the free linux rescue CDs. Those also have the advantage that they are a) free and b) can handle linux filesystems (ext2/3, ReiserFS, XFS et.al.) Phil