remote mysql server with a 18 gig hard drive, is this a reasonable format?

WebHostPro

Well-Known Member
PartnerNOC
Jul 28, 2002
1,725
28
328
LA, Costa RIca
cPanel Access Level
Root Administrator
Twitter
I need to run a remote mysql server for about 500-1000 small data bases. (.3-.5 megs each)

The remote server only uses a 18 gig hard drive.

my disk set up is:

/boot --100
/usr ----8000
/var ----5000
/home -1000
/tmp ---1000
/swap --1000

Just your opinion please on the format a mysql only back end server will need?

I will do remote back ups through cpanel on the server daily so it might need some space moved around for that.

Thanks for the help.

Chaze
 

chirpy

Well-Known Member
Verifed Vendor
Jun 15, 2002
13,437
33
473
Go on, have a guess
Looks OK. You could just as easily have /var /usr and /home on the same partition if you wanted to so you don't have to worry about space issues.
 

chirpy

Well-Known Member
Verifed Vendor
Jun 15, 2002
13,437
33
473
Go on, have a guess
My mistake, I thought you were looking at a prospective partition scheme, not an existing one. Since it is already setup, I'd just go with it, it should be fine.
 

dave9000

Well-Known Member
Apr 7, 2003
888
1
168
arkansas
cPanel Access Level
Root Administrator
for this purpose, i would just create a
/tmp partition (very small, 500 mb)
/boot - 200 mb
swap (twice the ram)
/ - the rest
except we make /boot 100meg and /tmp 1gig this is how we setup all our boxes then you never have to worry about running out of space on any single partition you just have to worry about running out of disk space
 

pshepperd

Well-Known Member
Feb 12, 2005
147
0
166
My choice for you would be this aproximatly

/boot --100
/usr ----2300
/var ----1500
/home -the rest goes here
/tmp ---500
/swap --600
 

jester.ro

Well-Known Member
PartnerNOC
Feb 6, 2004
304
0
166
Bucharest, Romania
cPanel Access Level
DataCenter Provider
from what i understood this server will be only a mysql server.

there's no reason in setting that much space to /home

mysql goes to /var, that's where he needs space.

and i chose a small partition fro /tmp oly because mysql doesn't need acces to tmp, so there's no reason in increasing that too much.