You are not logged in.
I know it is possible to loop mount the compressed image, but I am having a ton of bad luck. So far I have tried:
cat sda4.ext4-ptcl-img.gz.a* | gzip -d -c | partclone.restore -C -s - -o sda4.img
But, I keep getting:
cat sda4.ext4-ptcl-img.gz.a* | gzip -d -c | partclone.restore -C -s - -o sda4.img
Partclone v0.2.69 http://partclone.org
Starting to restore image (-) to device (sda4.img)
device (sda4.img) is mounted at
error exit
Partclone fail, please check /var/log/partclone.log !
Yes, I did even made sure I have space, but the "error" is so non-descript. Please help super reddit LAS users! Also.....if anyone of you have a better imaging solution (entire disk) of a non-running system, please let me know.
-pk
-pk
Last edited by degmic71 (2014-04-12 19:55:01)
Offline
This is a pretty late reply but for others in the same position, the step you are probably missing (as I spent the last half hour trying to work it out given I missed the step myself), is to make sure you create the destination file first using something like:
touch sda4.img
first.
Offline