LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   How To Format A Partition Into Ext2 ? Help (https://www.linuxquestions.org/questions/linux-hardware-18/how-to-format-a-partition-into-ext2-help-174935/)

lemon_hou 04-26-2004 10:28 PM

How To Format A Partition Into Ext2 ? Help
 
:newbie:
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 ?

:D
:D
:D
:D

michaelk 04-27-2004 04:30 AM

Could be your options settings are incorrect for the drive. Just try:
mke2fs /dev/sda9

BTW what is the embedded board are you using?


All times are GMT -5. The time now is 11:17 PM.