On Thu, Jun 27, 2002 at 01:48:41PM +0000, Tyler Durdin wrote:
>
> When setting up a web sever with a php, mySQL install what is the best way 
> to partition a 70 gig drive so that the http documents directory and the 
> directory where the databases will be stored will always have enough space?

I talked about this with the developement team here and we decided that
we could partition our servers like this:

2 x RAM for swap
1/2 of the drive for the DocumentRoot
1/3 of the drive for /usr/local (where we put MySQL)
the rest (ie nearly 1/6 of the drive) for the system (ie /)

Not a perfect setup (I would prefer the / partition to be fixed
in size) but we've never had partition size problems since then.

Emmanuel



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to