(Solved) No spece left on disk when installing Dietpi

So I tried reinstalling Dietpi to my Odroid and I keep getting a no space left on disk error when it updated. I have an 8GB eMMC module. I tried reformatting the drive and then used etcher to reinstall and received the same error.

Thanks for your report.

Please show the following output:

df -h
cat /var/tmp/dietpi/logs/fs_partition_resize.log

Here’s the logs requested:
http://imgur.com/WCknhQ7

The partition has been successfully resized but the file system resizing shows some output I’ve never seen:

Filesystem at /dev/mmcblk0p2 is mounted no /: on-line resizing required

Can you please try to run resize2fs /dev/mmcblk0p2 manually?
Then recheck via df if the size of mmcblk0p2 is now ~8G.

Otherwise we need to recheck the partition size:
parted -l

That worked. Thank you.