Setting up the hard drive for installation.

This is the way I set up my hard drive for 8.3
Code:
ad3s1a    /    1GB
ad3s1b   swap  (double your ram)
ad3s1d   swap  12 GB  (later to become nbsp spool)
ad3s1e   /usr  8 GB
ad3s1f   /home 12GB
ad3s1g   /var  (whatever is left)
How can I set up the same with 9.0 ?

Mark
 
night said:
How can I set up the same with 9.0 ?
Exactly the same way. There isn't much different. It's just that the 9.0 installer will, by default, create one partition. But you can easily divide it up, just like on 8.x.
 
Do you want to know which partition layout to plan for (sizes?) In which case the forum has many threads of persons posting their disk allocation. Do you remember how you set up the 8.3 disk? Is your question about which disk setup utility to use? Do you have data on the disk that is backed up? That you wish to preserve?
I'd not be able to answer most questions, but others might if you give more details, IOW.
(Also, threads containing bsdinstall, sysinstall might be informative.)
 
I came up with this.

Partition Type Size Mountpoint Label
freebsd-boot 512K
freebsd-ufs 4G / exrootfs
freebsd-swap 12G exswap
freebsd-swap 32G exswap
freebsd-ufs 4G /var exvarfs
freebsd-ufs 2G /tmp extmpfs
freebsd-ufs accept the default (remainder of the disk) /usr exusrfs

Mark
 
Back
Top