Hi,
I'm looking for a way to change my 8GB SD Card to a 2GB !!!
It should not be a problem because I have less than 1GB of data:
$this->bbcode_second_pass_code('', 'root@rpi-bf8 ~]# df -h
Filesystem Size Used Avail Use% Mounted on
rootfs 1.8G 911M 763M 55% /
/dev/mmcblk0p1 94M 19M 76M 20% /boot
/dev/sda1 30G 5.2G 25G 18% /mnt')
but if I use DD like
$this->bbcode_second_pass_code('', 'dd if=/dev/mmcblk0 conv=sync,noerror bs=64k | gzip -c > /mnt/mmc.img.gz')
I can't restore the image on my 2GB SD Card because image sized 8GB (effective partition + empty unpartitioned space).
Someone have an idea to help me ? Thanks in advance !!! Bye
