Hi,
This is my first attempt at a freebsd installation after using linux for some years now
But i have really messy partitioned drives and right now theres little i can do to change them completely. It took me time to learn about good partitioning practices but by then the "damage" had been done.
Heres the linux fdisk output of my hdds:
I want to install freebsd on hda6 (preferably) or hda1. hda6 is a logical partition on the extd partition hda4. i can actually do away with the whole hda4 slice if required.
hda1 is a 5gb fat32 partition and i can use this also for freebsd but the preference for hda6 is because it has more allocated space. My current GRUB is setup in hda and is read from the linux on hda6 (which i want to delete => i'll need to install freebsd bootloader?)
So, what do you suggest? (forgive my noobiness)
Thanks!
This is my first attempt at a freebsd installation after using linux for some years now

But i have really messy partitioned drives and right now theres little i can do to change them completely. It took me time to learn about good partitioning practices but by then the "damage" had been done.
Heres the linux fdisk output of my hdds:
Code:
Disk /dev/hda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x02890289
Device Boot Start End Blocks Id System
/dev/hda1 * 1 609 4891792 c W95 FAT32 (LBA)
/dev/hda2 610 4589 31969350 83 Linux
/dev/hda3 4590 8031 27647865 c W95 FAT32 (LBA)
/dev/hda4 8032 9729 13639185 f W95 Ext'd (LBA)
/dev/hda5 8032 8157 1012063+ 82 Linux swap / Solaris
/dev/hda6 8158 9729 12627058+ 83 Linux
Disk /dev/hdb: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x0b1a4ee8
Device Boot Start End Blocks Id System
/dev/hdb1 1 6375 51207156 5 Extended
/dev/hdb2 6376 6498 987997+ 82 Linux swap / Solaris
/dev/hdb3 6499 9729 25953007+ 83 Linux
/dev/hdb5 1 6375 51207124+ 7 HPFS/NTFS
hda1 is a 5gb fat32 partition and i can use this also for freebsd but the preference for hda6 is because it has more allocated space. My current GRUB is setup in hda and is read from the linux on hda6 (which i want to delete => i'll need to install freebsd bootloader?)
So, what do you suggest? (forgive my noobiness)
Thanks!