I get stuck halfway through because my device runs out of space. I'm using a 4GB SD card. Here is the output of a df -h
root@raspberrypi:/home/pi# df -h
Filesystem Size Used Avail Use% Mounted on
rootfs 1.8G 1.8G 0 100% /
/dev/root 1.8G 1.8G 0 100% /
devtmpfs 220M 0 220M 0% /dev
tmpfs 44M 224K 44M 1% /run
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 88M 0 88M 0% /run/shm
/dev/mmcblk0p1 56M 17M 40M 30% /boot
Can someone please explain this to me? Why is /dev/root only 1.8GB? Can I expand it somehow?
Thanks