05-23-2022, 01:31 PM
Hello everyone. I have a problem with making backup through dd.
Example:
Through PINE installer on windows i installed some image of Linux on SD card.
Then on linux machine through dd command (dd if=/dev/mmcblk0p conv=sync bs=64K | gzip ~/image.img.gz) i made image of this SD card.
Then i copied (gunzip -c ~/image.img.gz |dd of=/dev/mmcblk0o conv=sync bs=64K) image from my file to SD card.
And this doesn't work, system is not loading.
Gparted cant read what kind of FS using partitions after making copy on SD card.
Has anyone encountered this?
Example:
Through PINE installer on windows i installed some image of Linux on SD card.
Then on linux machine through dd command (dd if=/dev/mmcblk0p conv=sync bs=64K | gzip ~/image.img.gz) i made image of this SD card.
Then i copied (gunzip -c ~/image.img.gz |dd of=/dev/mmcblk0o conv=sync bs=64K) image from my file to SD card.
And this doesn't work, system is not loading.
Gparted cant read what kind of FS using partitions after making copy on SD card.
Has anyone encountered this?