Results 1 to 7 of 7

Thread: Help on Mounting Clonezilla Images in Ubuntu

  1. #1
    Join Date
    Nov 2009
    Posts
    1,292

    Help on Mounting Clonezilla Images in Ubuntu

    Hello friends while I was looking for some way to mount clonezilla images I have come across a post which was saying that it can’t be done. unluckily it's in the archive so I was unable to reply post a to correct it. One for sure can mount clonezilla images to take out files the way of doing that is:
    1. You need to go for preparing a large disc in Linux
    2. If for example if is /home/part-image/YOUR_IMAGE/, and the image is /home/part-imag/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. Lets for example it is gzip, You will be able to run cat /home/partimag/YOURIMAGE/hda1.ntfs-img.* | gzip -d -c | ntfsclone --restore-image -o hda1.img - You will be having an "hda1.img" that can be mounted at mount -o loop -t ntfs hda1.img /mnt. Then whole files will be in /mnt/

  2. #2
    Join Date
    Oct 2010
    Posts
    38

    Re: Help on Mounting Clonezilla Images in Ubuntu

    Well I have a question here in this regard that whether the clonezilla images are in an ntfs format, or It is only the case with original imaged partition was ntfs? If they cannot be in different formats, then how is it possible for images to be cat'd jointly and mounted?

  3. #3
    Join Date
    Oct 2010
    Posts
    45

    Re: Help on Mounting Clonezilla Images in Ubuntu

    Well I must say that you're a life saver. I just have had a clean installation on my children XP box - backup wup files & settings first using FAST wizard, and did a full clonezilla image first just in case. Well FAST shifted the whole thing leaving the Outlook files & profile. It was seemingly though for me a different hard drive to reconstruct the CZ image but your tip has provided me the safety in this case me the trouble. Many thanks for your support.

  4. #4
    Join Date
    Oct 2010
    Posts
    38

    Re: Help on Mounting Clonezilla Images in Ubuntu

    Thanks friend I was also looking for this and just got it at the right time.

  5. #5
    Join Date
    Oct 2010
    Posts
    30

    Re: Help on Mounting Clonezilla Images in Ubuntu

    I am having this problem in following your directions but I got an error the in the middle. One fourth of the process: gzip: stdin: invalid compressed data. It was said that the format is violated It is like gzip don't recognize remaining clonezilla backup files as compressed using gzip. Factually seeing this ntfs-img.* files in nautilus, the only file .ntfs-img.aa appear as 'Gzip archive', the remaining of the ntfs-img.a* come into view as not recognized t format of the file . Can you suggest me how to resolve this ?

  6. #6
    Join Date
    Nov 2009
    Posts
    1,292

    Re: Help on Mounting Clonezilla Images in Ubuntu

    The reason It is having is that it has *.aa in the first position is since you chosen split archive up after 2000 mbytes. Do you have #.ab, etc? Perhaps you can cat them jointly and try once more. If you are having ample amount of the space.

  7. #7
    Join Date
    Nov 2009
    Posts
    758

    Re: Help on Mounting Clonezilla Images in Ubuntu

    The other way round is something like this:
    Prepare a large disk in Linux
    • Download and install Partclone
    • Try finding the compression algorithm of your image with the file command
    file VolGroup00-LogVol00.ext3-pctl-img.gz.aa
    • Combine files, decompress it ( with gzip) and create the image file
    cat VolGroup00-LogVol00.ext3-pctl-img.gz.* | gzip -d -c | partclone.restore -C -s – -O /dir-to-new-image/image-name.img
    • Mount the uncompressed image
    mount -o loop /dir-to-new-image/image-name.img /mnt/name

Similar Threads

  1. Got error while mounting /proc/bus/usb on ubuntu
    By Tinku-Jia in forum Operating Systems
    Replies: 2
    Last Post: 31-03-2012, 10:16 AM
  2. Ubuntu crashes after loading large images on firefox 4
    By LLoLL in forum Operating Systems
    Replies: 6
    Last Post: 24-06-2011, 07:30 PM
  3. How to create a Disk Image using Clonezilla
    By Theking in forum Windows Software
    Replies: 7
    Last Post: 20-09-2010, 10:28 PM
  4. ELOM java console, mounting virtual CDROM from Ubuntu
    By Kaalicharan in forum Operating Systems
    Replies: 6
    Last Post: 23-07-2010, 06:01 AM
  5. Clone your hard disk with Clonezilla LiveCD
    By SmirnOFF in forum Operating Systems
    Replies: 2
    Last Post: 07-04-2009, 07:33 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,884,193.47985 seconds with 17 queries