I installed Raspbian Jessie Light on a 16 GB card and then used raspi-config to expand the filesystem to fit the whole card.
Is it possible to go back?
That is, create a new image with smaller footprint without using another SD card reader? Or can raspi-config change it back?
I don't imagine dd will work while system is running on the card.
Maybe even a Windows tool where I can do it when the card is offline?
resize2fs
) and then the partition (viafdisk
) which is the "simpler" method to just change the card in place. Again, you'll need a linux system (you can run one inside a virtual machine on windows, e.g. vmware or virtualbox). Or if you have two cards set up for the pi and a USB SD adapter, you could do it on the pi running off the second card. – goldilocks Jul 13 '16 at 20:14