Well, I'm incurable.
FreeBSD10 has been "out" for 1 day and I just have to install it.
I've done this before on my current slackware14 install, but I failed to write down the steps.
I fired up gparted and squeezed out a ~100 G partition for the FreeBSD install (unformatted and labeled) but when I went to use "Manual Partitioning" I kind of got scared as I wasn't certain it was installing to ada0s4, the partition I want to dedicate to this task.
I saw nothing like
this, it shows ada0s[1-4] where I took ada0s[1-3] to be my current slackware install.
My current layout says fdisk -l is:
Code:
/dev/sda1 2048 176529407 88263680 83 Linux
/dev/sda2 176529408 202932223 13201408 82 Linux swap
/dev/sda3 202932224 1739952127 768509952 83 Linux
/dev/sda4 * 1739952144 1953525104 106786480+ a5 FreeBSD
Note: sector size is 4096 (not 512)
on my 1 Tb SATA disk.
The
Manual says
"A standard FreeBSD GPT installation uses at least three partitions:
Standard FreeBSD GPT Partitions
freebsd-boot - FreeBSD boot code.
freebsd-ufs - A FreeBSD UFS filesystem.
freebsd-swap - FreeBSD swap space.
but a df -hT in my FreeBSD VM shows:
Code:
Filesystem Type Size Used Avail Capacity Mounted on
/dev/ada0p2 ufs 23G 5.0G 16G 23% /
devfs devfs 1.0K 1.0K 0B 100% /dev
Do I really next an Extended Volume with 3 partitions for this task?
I know I don't want to install anything to the MBR, as I have used and plan to use my existing lilo (LILO version 23.2)
from the slackware install.
How should I proceed?
Thanks!