• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Linux partitioning on 2 disks

err

Platinum Member
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
 

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

 
Back
Top