I am rebuilding a Dell PowerEdge SC440. It has two HDDs in it, 160GB and 80GB. The box is a webserver that multiple users have shell accounts on. I wanted to beef up the security and implement quotas and other measure to keep one user from accidentally hosing the machine, so step one was to do some more advanced partitioning. I created the following Partitions on the 160GB Disk (the 80 is for backups):
SDA1 /boot 256 MB SDA2 / 10 GB SDA3 /usr 12 GB SDA5 SWAP 3072 MB SDA6 /tmp 4096 MB SDA7 /opt 20 GB SDA8 /var 30 GB SDA9 /var/log 10 GB SDA10 /var/www 30 GB SDA11 /home 40 GB
I loaded used the "fix a broken system" option to get into a shell and run fdisk. /boot has a star showing it is the boot partition, but when I cd into it, the directory is empty. Same with most of the above directories even though they are shown as being mounted.
What am I doing wrong? I though you just need to set the mount point and the installer will take care of the rest.
Is that too many partitions? I'm thinking about cutting it down to just:
/ /var/log /home /tmp and SWAP