for my (girder based) home control, I use this pc :
http://www.mini-itx.com/store/?c=27
It's 'low cost', low power, fanless and I have xp pro running from a 2Gb flash memory card, so no hard disk...
I used XPLITE to reduce xp's disk space
http://www.litepc.com/
I don't need (PCI) slots, because I connect all my devices via RS232/USB/ethernet/bluetooth.
Note, that I used the Enhanced Write Filter (EWF) , to make the flash drive 'read-only' (So, all disk writes, by the Operating System, are kept in RAM). Otherwise the flash memory would wear out after a while...
For instructions about EWF, see :
http://mason.gmu.edu/~sfiorito/eXPinstall.htm
http://www.mp3car.com/vbulletin/winnt-b ... tions.html
I found the driver files here :
http://www.computerbase.de/forum/showth ... p?t=171549
I run a script at system shutdown, that commits all EWF disk writes permanently to (flash) disk.
(the pc is on 24/7, so that should not happen very often)
C:\WINDOWS\system32\ewfmgr.exe c: -commitanddisable -live
C:\WINDOWS\system32\ewfmgr.exe c: -enable
I use an ms-access mdb file as database for my various sensor/trend values (5 minute samples for last 3 days, daily summaries(min/max/ave) for last 3 months, monthly summaries (min/max/ave)) and after a year the file size is still only 1 MB
the pc is not powerful enough for multimedia applications.
I don't need a big hard disk, because I use a synology DS107 NAS for music/movies etc. (the hard disk automatically spins down when not in use (i.e. at night))
I haven't got a monitor/keyboard/mouse connected. I use remote desktop.
I don't run multimedia applications on this pc (e.g. j river media center,zoomplayer etc. also controlled by girder/netremote) I run those on another passively cooled core 2 duo pc in my living room that's not powered on 24/7 :
the HUSH E5 from
http://hushpc.co.uk/
I don't have any on-line backup...
I occasionally back up the girder configuration and mdb files (from the flash memory) to other pc's and occasionally back up the music/movies from the synology NAS to a USB hard disk
Marcel