I used mkfs.ext2 format a partition into ext2 filesystem .
my linux was installed on an embeded board ,
through terminal I type the command :
mkfs.ext2 -b 1024 -m 5 -g 8192 /dev/sda9
the process will stop at middle size of the /dev/sda9.
anyone can tell me how to do ?