Linux partitioning on 2 disks

err

Platinum Member
Oct 11, 1999
2,121
0
76
Hi,

would it be possible to setup 2 different disk-drives to get one big /Home partition ?

I have 2 10 GB Drives

If I put /home in the first drive, does it means that I can't have /home in the second drive?
So what do I create if I can't have /home in the second drive ?

Thanks for the input.

eRr
 

DaHitman

Golden Member
Apr 6, 2001
1,158
0
0

Linux's built in LVM (ala just like HP/UX LVM) can build a filesystem that spans or stripes multiple disks.

http://www.linuxdoc.org/HOWTO/LVM-HOWTO.html

http://www-106.ibm.com/developerworks/linux/library/l-lvm2.html?dwzone=linux

http://www.linux-mag.com/2000-11/guru_02.html



or you could just use the Linux built-in software raid to raid together 2 partitions (one from each disk) into a raid 0 stripe set, and you can put your /home on there..




http://www.linuxdoc.org/HOWTO/Software-RAID-HOWTO.html


http://www-106.ibm.com/developerworks/linux/library/l-raid1/?dwzone=linux

 

err

Platinum Member
Oct 11, 1999
2,121
0
76
wow ! thanks a bunch ! I will test this out later !

Thanks !