PDA

View Full Version : ntfsclone Problem



Destroyer
08-11-2005, 12:35 PM
Hallo,

Ziel:

Ein mit dem ntfsclone Befehl erstelltes Winddows XP Image (erstellt mit Knoppix) auf eine andere NTFS Partition restoren.


Ausgangsstellung:

Ich habe mit dem Befehl:
ntfsclone --save-image -o - /dev/hda1 | gzip -c > /mnt/backup/backup.img.gz

(Alles zusammenhängent) ein Image von einem Windows XP erstellt.

Habe eine andere Partition mit NTFS Formatiert und diesen Befehl zum Restore ausgeführt:

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


Problem:

Beim Restore wird mir gesagt, dass die gewünschte Datei kein Image File sei...

Kann mir vielleicht jemand helfen ?!

Vielen dank schonmal im Voraus

Irgu
08-16-2005, 10:20 PM
ntfsclone --restore-image [OPTIONS] SOURCE
[........]
-r, --restore-image
Restore from the special image format specified by SOURCE. If
the SOURCE is '-' then the image is read from the standard
input.

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