I know this is up to one's preference, but anyhoo, I'm planning to reinstall my FreeBSD (8.0-RELEASE) and redo the partition layout because the current one is beyond comprehension of one's mind. This gives me an opportunity to play with zfs for the first time as well. I have several partition layouts in mind, 3 of them listed below. Haven't decided yet on which option to go for though (tmpfs? mdmfs?). I'm still reading about zfs and preparing for backups, so in the meantime, if you have suggestions on better layout, or which option I should root for, or if you just simply want to share your own, do throw them in. Machine is for personal use.
Machine specs:
CPU: AMD Athlon(tm) 64 Processor 3200+ (2010.31-MHz K8-class CPU)
Real memory = 3221225472 (3072 MB)
Hard disks = 2 units * 500 GB
Machine specs:
CPU: AMD Athlon(tm) 64 Processor 3200+ (2010.31-MHz K8-class CPU)
Real memory = 3221225472 (3072 MB)
Hard disks = 2 units * 500 GB
Code:
ad4 [500 GB] ad6 [500 GB]
Option A)
+ / 512 MB +
SLICE 1 + /tmp UFS 1 GB SLICE 1 + [swap] UFS 512MB
+ [swap] 512 MB +
--------------------------------------- --------------------------------------
+ /usr + /backup
SLICE 2 + /var ZFS SLICE 2 + /movies ZFS
+ ... + ...
Code:
ad4 [500 GB] ad6 [500 GB]
Option B)
+ / 512 MB +
SLICE 1 + [swap] UFS 2 GB +
+ /tmp mdmfs 1 GB + /backup
--------------------------------------- SLICE 1 + /movies ZFS
+ /usr + ...
SLICE 2 + /var ZFS +
+ ... +
Code:
Option C)
+ / 512 MB +
SLICE 1 + [swap] UFS 1 GB +
+ /tmp 1 GB + /backup
--------------------------------------- SLICE 1 + /movies ZFS
+ /usr + ...
SLICE 2 + /var ZFS +
+ ... +