What instructions are you following? Also, copy/paste all the text from x-term to here so we can see what you're doing...
Workaround: Partition card manually: root apt-get install cfdisk cfdisk -z /dev/mmcblk1 First partition would be for vfat, select New, type 14g, select type for it 0c (win32 LBA) Second is for NITDroid - rest of card space Select write and quit cfdisk. mkfs.vfat -F 32 /dev/mmcblk1p1 mke2fs -L NITDroid -j -m0 /dev/mmcblk1p2 nitdroid Last command will run installer again - now without problems.