vendredi 10 février 2012

Restaurer des fichiers d'une image Clonezilla

  1. Prepare a large disk in Linux
  2. Say if your image is /home/partimag/YOURIMAGE/, and the image is /home/partimag/YOURIMAGE/hda1.ntfs-img.aa, hda1.ntfs-img.ab... run "file /home/partimag/YOURIMAGE/hda1.ntfs-img.aa" to see it's gzip, bzip or lzop image. Say it's gzip, then you can run cat /home/partimag/YOURIMAGE/hda1.ntfs-img.* | gzip -d -c | ntfsclone --restore-image -o hda1.img - Then you will have a "hda1.img" which you can mount it by mount -o loop -t ntfs hda1.img /mnt Then all the files are in /mnt/

Aucun commentaire:

Enregistrer un commentaire

Ajoutez un commentaire mais en bon Français ou éventuellement en bon Anglais. Les commentaires en langage SMS seront supprimés.