|
File partitions - best practice?
What is the best practice in creating file partitions? For example, i created
(i) / (256MB, primary)
(ii) /boot (256 MB, primary)
(iii) swap (512MB, primary)
(iv) /home (3GB, extended)
(v) /var (3GB, extended)
(vi) /tmp (2GB, extended)
(v) /usr (all the remaining storage on a 30GB hard disk)
I'm using dual-boot: FC 2 & WinXP. WinXP is on the SATA drive and FC2 on the 1st IDE primary, with 512MB RAM.
|