Use mkfs (make filesystem)

see the man page -- man mkfs

example

mkfs -t ext2 /dev/hda1  

for /dev/hda? (IDE drives) & /dev/sda? (SCSI drives) use the same exact
device string from the desired partition in fdisk.

Good luck.

Neal Richter

Reply via email to