Re: OT: Hard disk mirror with Paragon on USB stick?



John Devereux wrote:
Joerg <notthisjoergsch@xxxxxxxxxxxxxxxxxxxxx> writes:

Archimedes' Lever wrote:
On Sun, 14 Dec 2008 09:41:44 -0800, Joerg
<notthisjoergsch@xxxxxxxxxxxxxxxxxxxxx> wrote:

That boils down to about the same effort as a complete re-install
onto a new HD, plus Linux is quite nerdy, requires you to know the
magic command line Swahili with which I am not familiar.

Bulloney. Linux distros support archival retrieval, and copying that
volume to another will yield a perfect, functional, bootable copy. No
re-installs required, no magic words. Linux installations are typically
image copies for most applets and applications that get installed. Not
much gets compiled during the installation runtime.

Yeah, to a Linux expert probably. But when I looked at an instruction
on the web on how to do a mirror archive of a Windows machine using a
Knoppix CD in order to dump that back onto a new hard drive that was
at least two pages of intricate command line stuff.

You can do it in one line using e.g. ntfsclone. That's what I use to
image laptops in their pristine state, before giving them to the
user. The man page for ntfsclone gives the required command line for
the most common scenarios (backup, restore, to/from a local file, and
to/from the network.

Boot from a knoppix CD/DVD and choose from:

==================================================================

Clone NTFS on /dev/hda1 to /dev/hdc1:

ntfsclone --overwrite /dev/hdc1 /dev/hda1

Save an NTFS to a file in the special image format:

ntfsclone --save-image --output backup.img /dev/hda1

Restore an NTFS from a special image file to its original partition:

ntfsclone --restore-image --overwrite /dev/hda1 backup.img

Save an NTFS into a compressed image file:

ntfsclone --save-image -o - /dev/hda1 | gzip -c > backup.img.gz

Restore an NTFS volume from a compressed image file:

gunzip -c backup.img.gz | \\
ntfsclone --restore-image --overwrite /dev/hda1 -

Backup an NTFS volume to a remote host, using ssh. Please note, that ssh may ask for a password!

ntfsclone --save-image --output - /dev/hda1 | \\
gzip -c | ssh host ’cat > backup.img.gz’

Restore an NTFS volume from a remote host via ssh. Please note, that ssh may ask for a password!

ssh host ’cat backup.img.gz’ | gunzip -c | \\
ntfsclone --restore-image --overwrite /dev/hda1 -

==================================================================


Thanks, John, that doesn't sound too difficult. I hope it allows to choose the password, else I'd be stuck. The other issue is whether the HD wakes up one more time. When I wanted to save one last bit of personal information (TB address book) it came back with some obscure "missing string" error.

--
Regards, Joerg

http://www.analogconsultants.com/

"gmail" domain blocked because of excessive spam.
Use another domain or send PM.
.



Relevant Pages

  • Re: OT: Hard disk mirror with Paragon on USB stick?
    ... onto a new HD, plus Linux is quite nerdy, requires you to know the ... magic command line Swahili with which I am not familiar. ... Restore an NTFS from a special image file to its original partition: ...
    (sci.electronics.design)
  • Re: ADS Usage
    ... Well, I'm glad I did actually manage to benefit you in some small way in this thread, with the 'command prompt here' link. ... "Jon" wrote: ... > Yeah but my gripe is that whilst XP may run in an NTFS environment, ... > And I suspect it's because of the paucity of support for NTFS> functinality ...
    (microsoft.public.windowsxp.general)
  • Re: Server application error. Again.
    ... It's whether your *file system* is NTFS or not. ... from a command window in the same directory fusion.dll is in. ... and select the Security tab so you can assign permissions.. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Mouting USB Flash Drive with RH 7.1
    ... dd command used to write image file on destination disk assuming destination disk is floppy. ... Gabby James wrote:I plugged the flash drive into my Windows XP machine and it asked if I ... I formatted it as FAT32 now I can successfully mount ... Now I just have to figure out what happened when I did the 'dd' command. ...
    (RedHat)
  • Re: What would I do without partimage?
    ... > ntfsprogs and the added benefit of loop mounting an NTFS image file. ... I tried ntfsclone and it works about as fast as partimage, ... I'm also going to file a bug against ntfsprogs that ntfsclone should be packaged ...
    (Debian-User)