You are on page 1of 4

ubuntu mount clonezilla image

http://www.linuxforums.org/forum/ubuntu-linux/176344-ubuntu-mount-clo...

User Name

Password

Log in

Help

Register

Remember Me?

Home

Forum

Articles

Marketplace

Videos

Downloads
| Quick Links

Hosting

Freebies

Jobs

Today's Posts
Advanced Search

Today's Posts | FAQ | Calendar | Community

| Forum Actions

| Unanswered Posts | Forum Rules

Find the answer to your Linux question:

Entire Site

Forum

Your Distro

Ubuntu Linux

ubuntu mount clonezilla image

1 of 4

18/08/2011 22:25

ubuntu mount clonezilla image

http://www.linuxforums.org/forum/ubuntu-linux/176344-ubuntu-mount-clo...

Results 1 to 4 of 4

clonzill web page says * Method 1: Use Clonezilla live to restore the image to a virtual machine (e.g. VMWare workstation or Virtual Box). Then mount the restored partition to ...
Thread Tools Display

03-14-2011

#1

lancebermudez
Just Joined! Join Date: Location: Posts: Jan 2010 usa 96

ubuntu mount clonezilla image


clonzill web page says * Method 1: Use Clonezilla live to restore the image to a virtual machine (e.g. VMWare workstation or Virtual Box). Then mount the restored partition to read the contents. * Method 2: 1. Prepare a large disk in Linux 2. Say if your image is /home/partimag /YOURIMAGE/, if the image is like /home/partimag /YOURIMAGE /*-ptcl-img.* (e.g. /home/partimag /YOURIMAGE/sda1.ext4ptcl-img.gz.aa), follow this to restore the image. If the the image is like /home/partimag /YOURIMAGE/sda1.ntfsimg.aa, sda1.ntfsimg.ab..., run "file /home/partimag /YOURIMAGE/sda1.ntfsimg.aa" to see it's gzip, bzip or lzop image. Say it's gzip, then you can run cat /home/partimag /YOURIMAGE /sda1.ntfs-img.* | gzip -d -c | ntfsclone --restore-image -o sda1.img Then you will have a "sda1.img" which you can mount it by mount -o loop -t ntfs sda1.img /mnt Then all the files are in /mnt/ You can do the similar thing for the ext3, ext4 or reiserfs file system. * Method 3: Use the tool partclone-utils to mount the image directly. (//NOTE// This program is not maintained by Clonezilla team. However, it will be included in the future release of partclone when the new release, e.g. 0.2 is released.). how do I do # 2 with the below files? The hard drive that the image comes from is formated ntfs $ ls

Looking for Linux Hosting? Start Here.

2 of 4

18/08/2011 22:25

ubuntu mount clonezilla image

http://www.linuxforums.org/forum/ubuntu-linux/176344-ubuntu-mount-clo...

disk sda1.ntfsptcl-img.gz.aa sda-chs.sf Info-dmi.txt sda1.ntfsptcl-img.gz.ab sda-hiddendata-after-mbr Info-lshw.txt sda1.ntfsptcl-img.gz.ac sda-mbr Info-lspci.txt sda1.ntfsptcl-img.gz.ad sda-pt.parted Info-packages.txt sda1.ntfs-ptcl-img.gz.ae sda-pt.sf parts sda1.ntfsptcl-img.gz.af

Reply With Quote

03-14-2011

#2

coopstah13
Linux Guru

they gave you the command right here Code:


cat /home/partimag/YOURIMAGE/sda1.ntfs-img.* | gzip -d -c | ntfsclone --res

Join Date: Location: Posts:

Nov 2007 NH, USA 3,149

Reply With Quote

03-14-2011

#3

lancebermudez
Just Joined! Join Date: Location: Posts: Jan 2010 usa 96

Thank you for your help. I did everything you did BUT ntfsclone I used partclone. sourceforge.net/projects/partclone/files/

Reply With Quote

03-15-2011

#4

coopstah13
Linux Guru

you willl probably have to look at partclone man page then in order to figure out what the options are that you need to pass in

Join Date: Location: Posts:

Nov 2007 NH, USA 3,149

Reply With Quote

Previous Thread | Next Thread

3 of 4

18/08/2011 22:25

ubuntu mount clonezilla image

http://www.linuxforums.org/forum/ubuntu-linux/176344-ubuntu-mount-clo...

4 of 4

18/08/2011 22:25

You might also like