View Single Post

   
  #3 (permalink)  
Old 02-16-2008, 05:47 AM
Mailman
 
Posts: n/a
Default Re: OpenBSD 3.3 and 2 hard disks

Tim Judd wrote:

> Greetings from the west.
>
> I seem to be at a stopping block and was hoping somebody... Somebody
> could
> give me an idea of where to go from here. I'll explain everything I
> believe should be necessary to get my question across.
>
> PC:
> 2 physical internal EIDE drives.
> MASTER: 30.0GB (according to the drive, actuality is just shy of 28GB)
> SLAVE: 3.0GB (real space)
> 512MB DDR226 RAM (but will *EVENTUALLY* have 2GB RAM)
>
> OS:
> OpenBSD 3.3
>
>
> This is the first time I've really started using OpenBSD. I've used
> FreeBSD
> before, which is similar but still different. So far, OpenBSD seems
> reasonable enough to work with -- but I am getting sidetracked.
>
> Goal:
> MASTER:
> 128MB /
> 20GB /home
> 7.8GB /usr
> SLAVE:
> 3GB swap


This is not a very good idea. You'd gain much more by:

- putting the second disk on the second IDE (MASTER or SLAVE)
- having swap on both disks (interleaved swap)
- reducing swap (do you REALLY need 3GB of swap space?)

Assuming you really will upgrade to 2GB RAM and you'll make heavy usage of
it I would probably allocate it like this:

- first disk EIDE first channel MASTER
- 128MB /
- 1GB swap
- 3.8GB /usr
- 23GB /home
- second disk EIDE second channel MASTER
- 128MB /tmp
- 1GB swap
- 1.8GB /var

You can probably reduce the swap sizes somewhat unless you actually expect
to really need that much.

Hope this helps some.
--
Mailman


-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
Reply With Quote