I'm using Raspbian from 2012-12-16 and using it, I can't resize my root partition. The raspi-config does call fdisk and it does write new partition table to sd card. After that resize2fs fails.
I can't actually see what happens during boot, but when system is active and I try to run resize2fs, I get the following message:
resize2fs 1.42.5 (29-Jul-2012)
Filesystem at /dev/mmcblk0p2 is mounted on /; on-line resizing required
old_desc_blocks = 1, new_desc_blocks = 1
Performing an on-line resize of /dev/mmcblk0p2 to 1928064 (4k) blocks.
resize2fs: Invalid argument While trying to add group #25
The -d swich does nothing.
So is there any way to resize the root partition directly from the Pi?
Also resize worked fine on the previous version of Raspbian.