A nice compact 4TB network disk with ECC RAM and an ESATA port. Fairly quiet and cool, only 53W when idling.
OpenSUSE 11.2, non-desktop server install. 500GB on each disk used for RAID-1 partitions, using the Linux software-raid driver. The remaining space is non-mirrored. But instead of creating a single huge 3TB file-system using RAID-0 striping, I decided to put a separate file-system on each physical partition. This makes a single disk failure less catastrophic for the non-mirrored data. It also makes it easier to move around individual disks without backing up and restoring everything.
Clients mount everything via one single mount point. The server uses Linux "bind" mounts to glue the three file-systems together (500GB + 1.5TB + 1.5TB). Each file system has to be NFS-exported separately, or rather the "bind" mount-points are exported. The clients can then access all three file-systems by traversing the directories in its NFS mount. It's still not a single 3.5TB volume of course. Space is still allocated from different partitions depending on which directory tree you are writing to.