partitioning server

Hal Burgiss hal at burgiss.net
Sun Sep 20 21:08:57 UTC 2009


On Sun, Sep 20, 2009 at 08:25:46PM +0000, p.echols at comcast.net wrote:
> 
> Thanks, but the defaults would put everything on the system disk and ignore
> the RAID array "disk" correct?  So, for example, if I build a database to
> store useful things and uses phpMyAdmin as a frontend, mySql and apache
> would be on the "system" disk, but I would want the data directories to be
> on the RAID array.  Since I am still learning, I don't know what those data
> directories are yet.  

You probably just need to create them however you want them. To my knowledge
there is no default for such things. I usually create a mount point named
/raid. Set fstab so its mounted automatically. Then use symlinks so that the
data winds up where I want it, eg maybe /raid/data is really
/var/lib/mysql/ or somesuch. 

-- 
Hal




More information about the ubuntu-users mailing list