This shows you the differences between two versions of the page.
| 
                    software:clonezilla [2021/02/24 23:49] | 
                
                    software:clonezilla [2021/02/24 23:49] (current) | 
            ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | <code> | ||
| + | cat <imagename>.gz.a* | gzip -d -c | partclone.restore -W -o <output filepath> -L <log filepath> | ||
| + | mount -o loop -t ext3 /dir/sda1.img /mnt/test | ||
| + | </code> | ||