Quote:
Originally Posted by Jake112345
this may be a stupid question but is it possible to setup 2 disk on one partion.
i.e (2) 2TB Sata II disks on the / partion = 4TB for the / partion.
thanks
|
Well, you could do this easily with LVM, or RAID 0. For a server I would choose LVM myself.
Edit: Just in case this is totally new to you, LVM stands for Logical Volume Management. There are lots of guides online for setting LVM up with multiple hard disks.
I should also point out that for a server, it would be bad to use all of your disk space (excluding boot and swap) for the root partition. At a minimum you want /tmp in its own space so that if it gets filled up it can't bring your server down. This is what is great about logical volumes. You can create a logical volume for /tmp, /, and /home with whatever sizes you want. Then if one is getting tight on space, you can easily resize the logical volumes.