how to install multiple versions on different disks

Hi, I installed 9.0 version on the first disk of my machine from dvd with the installation sequence and gone fine. This is the output of df as;
Code:
Filesystem     Size    Used   Avail Capacity  Mounted on
/dev/ada0p2    453G      2G    415G     0%    /
devfs          1.0k    1.0k      0B   100%    /dev
I have another disk ada1 and I need to install 10.0-CURRENT on it. So I need to download the source code build world kernel and install them. How can I install 10.0 to the other disk?
 
Create a filesystem on your extra disk. Make the partition bootable. Mount your other disk on /mnt/otherdisk. Keep a backup of your old /usr/src in case you'll need it. Download 10's sources. Make world and kernel, but when installing them give: DESTDIR=/mnt/otherdisk option to make(1). Then reboot your machine and - I think, cause I've never tried this - the boot loader will find your second disk and will allow you to boot from it. If not, boot 9.0 and install a bootloader on this disk as well, using sysinstall(8) :).

Hope this works!

PS If I were you, I'd use emulators/virtualbox-ose()...
 
I don't really understand the question? The install program allows you to choose which drive to install on.
Simply download install media (ISO image, usb memstick image) of your choice (for FreeBSD 10-CURRENT I think you will have to use snapshots), boot from it and install like you did the first time (obviously carefully selecting the drive you want to install on, not the same one as you installed on first).
 
Back
Top