Hi.
Have been using Linux for a while now but I want to go back to FreeBSD.
Having problem when I create my own "partions" in FreeBSD disklabel (in FreeBSD 8.1). If I use the auto function in disklabel everthing works fine. But When I create my own "partions" the system will not boot after the installation is complete.
I get doing the startup
Loader variables:
Manual root filesystem specification:
I would like to create these partions for my server:
Can anyone see what I am doing wrong, have I been using Linux to much?
Thanks in advanced
/Krister
Have been using Linux for a while now but I want to go back to FreeBSD.
Having problem when I create my own "partions" in FreeBSD disklabel (in FreeBSD 8.1). If I use the auto function in disklabel everthing works fine. But When I create my own "partions" the system will not boot after the installation is complete.
I get doing the startup
Loader variables:
Code:
vfs.root.mountfrom=
vfs.root.mountfrom.options=
Manual root filesystem specification:
Code:
<fstype>:<device>....
...
...
mountroot>
I would like to create these partions for my server:
Code:
ad4s1a / 512MB
ad4s1b swap 8G
ad4s1d /root 20GB
ad4s1e /home 50GB
ad4s1f /etc 30GB
ad4s1g /usr 50GB
ad4s1h /var 75GB
Thanks in advanced
/Krister