hda1 listed twice on hardrive when trying to install?
-
- Posts: 16
- Joined: Fri 21 Sep 2007, 22:44
hda1 listed twice on hardrive when trying to install?
Hi there - now putting Puppy on another computer, but loaded live CD, and when I started the universal installer, it lists hda1 two times - ones as ext3 and once as SFAT. Clicking on either does nothing..... any thoughts?
-
- Posts: 16
- Joined: Fri 21 Sep 2007, 22:44
-
- Posts: 16
- Joined: Fri 21 Sep 2007, 22:44
also a lot of people use either fdisk/cfdisk/gparted to change the partition ID, thinking that's it but, as BB says, they also need to format the partition.
mke2fs /dev/hda1 (to format partition 1 as ext2)
mke2fs -j /dev/hda2 (to format partition 2 as ext3)
mkswap /dev/hda3 (to format partition 3 as swap)
mke2fs /dev/hda1 (to format partition 1 as ext2)
mke2fs -j /dev/hda2 (to format partition 2 as ext3)
mkswap /dev/hda3 (to format partition 3 as swap)