Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PARTITIONING RECOMMENDATION

Status
Not open for further replies.

FreeBASE

Programmer
May 3, 2002
39
US
Basically I have 114 GIGS..

I want to build a dedicated MySql server but an not sure how I should partition the drive. Any suggestions?
 
Nuxy,
There was some talk about this on /.
Of the journalling filesystems(what I would use with
any database having info I need), XFS, seems to be the best
choice in terms of performance. I've always had luck with reiserfs, but it's performance was kind of embarassing in
the comparison tests run.
As far as partitioning goes..
I'd go with LVM for the database stuff so you can resize
your partitions at will. A few gigs for /usr and /var ,
apiece, a gig or two for /, and the rest LVM'd.

Good Luck
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top