HD Install :: Problem mounting hda3-4
cfdisk is NOT a formatting program. It just defines the partitions type and space.
Try:
sudo mkfs -t ext2 /dev/hda3
for example.
Thats a nice bit of information, thanks man!
yeah...I didn't know that either =o)
original here.