derekzeanah
Junior Member
Partitioning a system used to be a pain in the butt because of the thought you had to put into filesystem layout -- how much space should be in /var for mail files (and does this distro use /var for mail, anyway? Are my MySQL databases going to be here as well?), /home for the random stuff you throw in your account, /root and /boot, /usr/local (is this something to worry about with this distro, anyway?), and so on.
It worse when you're partitioning a system to throw in a datacenter to live for a few years -- I've got a system now that's running out of space on some partitions, but greater than 40% of the original space is still available, it's just partitioned in a way that isn't terribly useful for my current deployment.
Soooo, I was installing a new machine using CentOS 4.4 the other day, and noticed that they take the lazy approach and throw most of the space on the drive into a huge / partition.
My question is this: is there a reason to manually partition any more? The most compelling one I can think of is having a small partition you can mount in case the filesystem gets hosed and you need to fsck it, but using EXT3 (and its journal so yanking the power cord out of the wall doesn't mess up the FS like it used to) and hardware RAID (to get rid of the problem with random FS corruption due to a slowly failing SCSI drive) have eliminated this as a concern for me.
What other issues should I be looking at?
It worse when you're partitioning a system to throw in a datacenter to live for a few years -- I've got a system now that's running out of space on some partitions, but greater than 40% of the original space is still available, it's just partitioned in a way that isn't terribly useful for my current deployment.
Soooo, I was installing a new machine using CentOS 4.4 the other day, and noticed that they take the lazy approach and throw most of the space on the drive into a huge / partition.
My question is this: is there a reason to manually partition any more? The most compelling one I can think of is having a small partition you can mount in case the filesystem gets hosed and you need to fsck it, but using EXT3 (and its journal so yanking the power cord out of the wall doesn't mess up the FS like it used to) and hardware RAID (to get rid of the problem with random FS corruption due to a slowly failing SCSI drive) have eliminated this as a concern for me.
What other issues should I be looking at?