PDA

View Full Version : Multiple Hard Drives?


chris4brown
30th January 2009, 03:55
I am setting up a new server with Ubuntu 8.10 and ISPConfig 3. My server is a IBM Xserver 235 with a scsi controller. I have one 34 gig hard drive currently installed. Is it going to be possible to install another drive for use with web hosting? If so, how is this done? Thanks.

jnsc
30th January 2009, 10:49
If you want to do that you have to use lvm http://en.wikipedia.org/wiki/LVM2

sjau
30th January 2009, 13:37
or you can mount the new harddrive just as /var/www for example... then all data will be saved on the new harddrive...

chris4brown
30th January 2009, 14:48
or you can mount the new harddrive just as /var/www for example... then all data will be saved on the new harddrive...

If I do this will the data still be read from the original drive's /var/www or would I have to copy everything to the new drive?

sjau
30th January 2009, 14:55
you'll have to copy it over and make sure that owner ship and permissions are preserved.