LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   format hdd (https://www.linuxquestions.org/questions/slackware-14/format-hdd-299504/)

jorasmi 03-09-2005 03:48 AM

format hdd
 
Hi!

I wanted to add new hard drive. I already know how to partion the drive but doesnt know how to format it. Please Help!

Thanks

Seppel 03-09-2005 03:54 AM

Hi jorasmi,

You simply have to make a filesystem on the partition you want to use. Let's say, the partition is adressed via /dev/hda6 and you want to "format" it with reiserfs, you just have to be logged in as root and execute
Code:

mkfs.reiserfs /dev/hda6
For other filesystems, there are similar commands, for example mkfs.ext2 or mkfs.ext3. If you're unsure which filesystem to use, I recommend ReiserFS. It's fast and journaled :-)

Greetings,

Seppel

jorasmi 03-09-2005 04:15 AM

Thanks Seppel. :)

jorasmi 03-09-2005 04:16 AM

can i also do that on floppy?

GaMeS 03-09-2005 04:25 AM

i suppose yes, but try it ;)


All times are GMT -5. The time now is 05:50 AM.