| how do you format hd partitions?Forum: HD Install Topic: how do you format hd partitions? started by: avenger  Posted by avenger on Aug. 14 2005,06:04 I'm a first timer , 10 gig hd 512 ram 599mhz processor. I booted the cd in dsl 2 mode ran cfdisk to partition the hdwrote my partitions (I was using the instructions for a frugal install) I looked all over the forums and how tos couldn't find any instructions so I clicked on quit to exit cfdisk. I tried to shut down by typing in the command but it wouldn't work so I used control alt delete. When I restarted I'm getting a prompt root@tty1(/)1# also  FAT:  bogus logical sector size 0 UPS can't find a valid file system  mount: you must specify the file system type , unmount:/mnt/hda#:not mounted partitions are hda`1 (partionwith dsl image) bootable hda2 ( home/ backup) hda5 logical (swap) any help would be appreciated  Posted by v00d00 on Aug. 14 2005,08:13 You have to format the partitions before you can use them, usually. Do from console: 
 and do the same for any other normal partitions. For swap partition, do: 
 Where x is the partition number.  Posted by petit982 on Aug. 14 2005,14:56 I've resolved my problems following the note that you can find here: < http://www.damnsmalllinux.org/dsl-hd-install.html >  Posted by avenger on Aug. 14 2005,19:40 Thanks for the help. This is the first time I tried  to install an OS on a hd where do I find the console to format the partitions? Would I  be better off starting over or can I stiil format the partitions I just made/ tHANKS  Posted by I went to bed very late on Aug. 14 2005,20:22 You can edit partitions at every moment you like. But remember to do backups. To format a partition you have to know the name of the partition (this will delete all your data on this partition). Example: mkfs.ext2 /dev/hda1  Posted by avenger on Aug. 15 2005,02:53 I think I got it . I read the frugal install guide again my partitions are different than example  as DSL will be the onlyOS on th hd and I partioned from the start of the HD. Thank you everyone for the help |