Re: New to Linux - RAID installation
Wait, I think I partially remember (could be wrong) what my old Linux mentor used to tell me on partition sizes.
/boot = 100MB
/ = 10GB
/root = 1GB
/swap = RAM size (at least 2GB)
/home = remaining space
Does that sound right?
So I'm still confused on something here. You created a partition for this GRUB, and it can be on a RAID device (RAID1 makes sense, good idea!), but /boot can't be on a RAID partition at all. So you have 4 OSes on your PC, do you need a /boot partition for each? Or just one to store the records for each OS installed, but if so why do you have 4?
So one thing about me is I like symmetry, so I like your setup. If I CAN install Linux in some of my unpartitioned space on my System drive, should I create a /boot for each Linux OS I want to install? I'd REALLY like to keep my partitions symmetrical...
Originally posted by oshunluvr
/boot = 100MB
/ = 10GB
/root = 1GB
/swap = RAM size (at least 2GB)
/home = remaining space
Does that sound right?
Originally posted by oshunluvr
So one thing about me is I like symmetry, so I like your setup. If I CAN install Linux in some of my unpartitioned space on my System drive, should I create a /boot for each Linux OS I want to install? I'd REALLY like to keep my partitions symmetrical...
Comment