optimal partitions for two hard disks 80
we have two hard disks. that is 80 x 2to be exact: 80 000 000 000 bytes = 74,5 GB
how to create optimal partitions. i suggest this:
/dev/hda1 50M /boot
/dev/hda2 7G /
/dev/hda3 8G /var
/dev/hda4 8G /usr
/dev/hda5 1G /tmp
/dev/hda6 50,5G /archive
/dev/hdb1 8G /var2
/dev/hdb2 66,5G /home
our needs:
* we will have redhat family OS
* cpanel
* make backups for local server and optional for another server (/archive partition)
is it possible to optimise MySQL for using two hard disks? that why i want to create /var on hda and /var2 on /hdb
does anybody have any suggestions/corrections?
thank you