Code: Select all
sudo fdisk -lCode: Select all
sudo dd bs=4M if=/dev/sdb | gzip > /home/your_username/image`date +%d%m%y`.gzCode: Select all
sudo gzip -dc /home/your_username/image.gz | dd bs=4M of=/dev/sdbCode: Select all
gzip -dc /home/your_username/image.gz | sudo dd bs=4M of=/dev/sdbCode: Select all
I think you need sudo on the dd commandCode: Select all
gzip -dc /home/your_username/image.gz | sudo dd bs=4M of=/dev/sdbCode: Select all
dd bs=4M of=/dev/sdb if=/path/to/my_backup.imgThanks ..... tried all this again being very careful to get all the filenames etc correct and again the same result.DeeJay wrote: 4. is the SD card reader/writer internal to the laptop? There is anecdotal evidence that some built-in SD card slots don't write data via dd correctly.
Cheers Dougie, I have given that a try and it appears to be churning away. Only diff. is that I came across a similar post on Stackexchange earlier which suggests the same thing except BS=4M. I'm assuming the block size doesn't make a massive difference and may just depend on the class of the SD card?DougieLawson wrote:dd if=/dev/mmcblk0 of=/some/file/name/here BS=1M
That reads the raw device and creates a complete (fuzzy) image of all partitions. It's fuzzy because the filesystem is in use while you're doing it.
The fun was had more than a year ago!aporeg wrote: Have Fun.
Users browsing this forum: choochoojerry, FTrevorGowen, jbudd, WillBoxGaming1 and 54 guests