Hello everybody, I have to set up the following machine and I am unsure about the partitioning scheme.
This is a server for an office. Hadrdwarewise it runs a hard-raid with 2x500 GB, so 500 are available for install. For software compatibility it will run KVM-virtualized Windows XP because of software compatibility. It will store as well user data. Therefore a separate /home seems to be indicated. As KVM apparently stores the virtual machines in /var/lib/kvm/images/ I thought about having a separate /var partition. The system should be upgradable without loosing settings and virtual machines. This would give the following proposal:
boot set from MBR /swap (2,1 GB) - the machine will be 12.1-64with 16 GB RAM / (30 GB) /var (I thought to make it 100 GB to allow for several clones) /home (rest of disk)
Is this scheme O.K. or does it contain logical pitfalls? Does the proposed swap suffice? Thank you.