LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   partition format using the terminal (https://www.linuxquestions.org/questions/linux-general-1/partition-format-using-the-terminal-486115/)

Mr.mick-duck 09-22-2006 06:04 PM

partition format using the terminal
 
hi again
i am trying to format a partition using the terminal but i failed to do so ,what's the command needed and how can i used it?

pljvaldez 09-22-2006 06:08 PM

What type of filesystem do you want? For an ext3 partition, I typically use mkfs -t ext3 /dev/hda2 (of course, change /dev/hda2 to whatever partition you want).

For my home boxes, I typically like to use the GParted LiveCD.

Mr.mick-duck 09-22-2006 06:10 PM

Fat32 and ntfs....

pljvaldez 09-22-2006 06:38 PM

I like Gparted Live for those.

I think you can make vfat with mkfs -t vfat /dev/hda2, but I'm not sure you can do NTFS.


All times are GMT -5. The time now is 03:29 AM.