Hi folks,
I have three PIs running with identical SanDisk Ultra 32GB SD-cards but each containing different OS versions and data.
When I dd them to a backup image on my Linux desktop:
sudo dd if=/dev/sde of=pibed-backup.bin bs=512 status=progress
32008593920 bytes (32 GB, 30 GiB) copied, 1728 s, 18.5 MB/s
62521344+0 records in
62521344+0 records out
32010928128 bytes (32 GB, 30 GiB) copied, 1728.62 s, 18.5 MB/s
I get 3 different size images for the three SD-cards:
marty@light:~/Desktop/downloads$ ls -l pi*
-rw-r--r-- 1 root root 31981568000 Jun 5 17:58 pi-backup.bin
-rw-r--r-- 1 root root 32010928128 Jun 10 17:14 pibed-backup.bin
-rw-r--r-- 1 root root 31914983424 May 21 05:55 pihole-backup.bin
Whats going on here. I expected the same size image for all three cards. Are SD-cards all slightly different sizes or is dd doing something funny dependent on the data on the cards?
Cheers,