on a pc with two (large) disks available, how can distribuite the linux partitions (home+root+swap) in an optimal way? Across the two disks?
10 months, 2 weeks ago.
4 comments so far
@mcastel: use the alternate Ubuntu CD, format the disk with LVM, and create just 3 partions.
one for /boot, one in LVM, with Ext3 for /, and one for swap
4 comments so far
@mcastel: use the alternate Ubuntu CD, format the disk with LVM, and create just 3 partions. one for /boot, one in LVM, with Ext3 for /, and one for swap
10 months, 2 weeks ago by BUGabundo
@BUGabundo: LWM? Thanks for the tips, I did not considered it. What advantages could I have ?
10 months, 2 weeks ago by mcastel
@mcastel: LVM != LWM
make the filesystm spawn across different disk
10 months, 2 weeks ago by BUGabundo
Right, seems appropriate for my case ;-)
10 months, 2 weeks ago by mcastel