/
|
The main root partition, make it
the same size as your install on the first hard drive. The partition
will be mounted as a read only file system to ext3 is not needed and
ext2 would be slightly faster.
|
/lockedout
|
Your locked out partition is
where all the programs will go that you do not want an attacker to have
access to, like the mount program. You should not need anymore then 100
MB for this.
|
/data
|
The partitions were data needs
to be written and we will deny programs from running. This should be
the rest of your drive unless you need a 20 MB boot partition. You
should make this an ext3 partition.
|
/boot
|
If your OS needs a boot
partition you can make this also but you will need to set it up just
like the / root partition. This only needs to be about 20MB. Most
systems only need about 6 or 8 MB but 20 will do.
|
swap
|
You need a swap partition. If
you don't know how big it needs to be just make it 128 MB. Some people
think it needs to be as big as your RAM but not is not ture. My server
never uses more then 80 MB of swap space under the most load. I would
never need 1 GB of swap space and neither do you.
|