Japanatron Logo

Make sure the partclone package is installed.
apt-get install partclone

Create an empty image file.
touch image-file.img

Restore the clonezilla files into the image file.
cat sda1.ext3.ptcl-img.gz.* | gzip -d -c | sudo partclone.restore -C -s - -O image-file.img

NOTES
* This is 3 commands on 1 line with pipes.
* Be sure to include the lone hyphen in the last command.  That's not a typo!

Mount the image:
mount -o loop -t ext3 /folder-path/image-file.img /mnt

If you converted an NTFS partition, it probably won't mount.  Try this...

Mount the image - NTFS:
ntfs-3g /folder-path/image-file.img /mnt

Special thanks to this very helpful forum thread: http://ubuntuforums.org/showthread.php?t=872832

Related Articles

UnRAID - Backing Up Using Rsyn...

PRE-REQUISITES- Rsync plugin- User Scripts plugin (if you want to schedule the jobs)- Unassigned Devices pluginRSYNC TO UNASSIGNED BACKUP DRIVEI often configure...

MS Outlook 2010 - How to Delet...

* In Outlook, click your calendar. * Click the View tab, Change View. * Change to a List view. * Sort the list by end date. * Highlight old past events and ...

Kingston USB Drive Not Working...

I upgraded to MacOS El Capitan and to my chagrin my Kingston USB drive no longer works.  I get some stupid "Unable to start DTXX application" or "ERR_COULD_NOT_...

How to Spot an iPhone Unlock S...

While Apple technically calls it "iPhone IMEI database whitelisting," it's better known around the web as a factory unlock--a process that allows your iPhone to...