Maybe, I can add a question:
I have a bigger harddrive, 160G, and would like an extra home partition. What is the recommended size for system and swap? Allowing for different usages, maybe you could give a range of min/max?
Same answer as before, depends on what you do with the system. I have / partitions as small as 12 GB and as large as 85 GB. Different systems used in different ways. I have a couple of /home partitions, for two installations, but mostly they are a waste of space. All my data is in other separate partitions where it can be accessed from any installed OS in the same relative place.
I have swap partitions on each drive, so they can be run independently. Each was twice the size of physical RAM at the time of installation. With 2 swaps active at the moment I get this from top;
Swap: 14313896k total, 11648k used, 14302248k free, 1469188k cached
On a drive similar to yours;
[root@littleboy ~]# fdisk -l /dev/sdbDisk /dev/sdb: 164.7 GB, 164696555520 bytes
255 heads, 63 sectors/track, 20023 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xd7523ebd
Device Boot Start End Blocks Id System
/dev/sdb1 1 13 104391 83 Linux
<-- boot partition/dev/sdb2 14 257 1959930 82 Linux swap / Solaris
/dev/sdb3 258 1778 12217432+ 83 Linux
<-- / partition PCLOS full/dev/sdb4 1779 20023 146552962+ 5 Extended
/dev/sdb5 1779 7860 48853633+ 83 Linux
<-- /home partition for above/dev/sdb6 7861 14000 49319518+ 83 Linux
<-- data partition/dev/sdb7 14001 20023 48379716 83 Linux
<-- / partition MiniMe