In Linux , is the image (.img) file compatible between dd ,partclone ,partimage and clonezilla.Actually i want use the partclone to create a image from a partition,and restore it to another partition using dd or dcfldd.Is it possible , because partclone mentioned as it is a special image format. Thanks.
|
feedback
|
|
I would venture to say no even without looking through their documentation and source code. At least not directly. I do know that Clonezilla uses compression on their images, which I think they just pipe the output of dd through gzip. | |||
|
feedback
|
|
".img" is not standardized. dd copies each bit exactly as it is to the file you create. according to their website partclone doesn't do that:
i'm not 100% sure but i doubt that this works. | |||
|
feedback
|
|
From the partclone dev repository's Trac page:
I added an emphasis to the important part. It appears that In contrast,
As such, it appears that writing an image using In conclusion: | |||||
feedback
|
partclonemakes an image and calls itfoo.imgorbar.exeorbaz.wtfit is irrelevant to what the file actually contains. – eleven81 Dec 3 '09 at 15:50