[root@cal-7-3 ~]# sudo sfdisk -luS /dev/sda
Device Boot Start End #sectors Id System
/dev/sda1 * 2048 2050047 2048000 83 Linux
dd
até o último setor, arredondado para simplificar.
dd if=/dev/sda bs=512 count=2100000 | gzip | ssh 192.168.1.254 'gzip -d | dd of=/root/my-image'
Fonte: link