Do they do a SATA version of 256MB IDE Flash Module
Does the board run ok with the fan disconnected on the chipset and running passive?The PSU is passive, external laptop-esque power brick and a PCB about the size of ten smokes. Silent. The fan on the chipset however... wweeeeeeeeeeeeeeeeeeeeee. Disconnected... problemo solved.
Hi. Great thread/idea. I was looking for a replacement for my ageing ATX Windows server, and this inspired me. I decided to build an almost identical system, only I went for the dual-core intel atom board. Very pleased with the Noah mini-itx case (I went for the black version). FreeNAS is a great piece of software, but I was initially disappointed about the lack of a usenet client built into it (despite it having bittorrent). I've got the OpenBSD port of SABnzbd+ installed and running on it now though which solves that problem.
Can you upload with the bittorrent client on FreeNas? Good to hear that SABnzbd+ works though, if I can upload I'll look at trying this out.
Currently got XP installed and remote connecting using Logmein, all nice and quiet too.
I briefly had XP on this machine when it was first built just to check the performance and test all the ports etc, and I was quite surprised at how capable it seemed for a simple browser/office desktop. Plenty fast enough to use as a simple workstation.
I've hardly touched the bittorrent client in FreeNAS, but I grabbed a linux iso last night with it just to make sure it was working ok. Uploads fine, and you can set speed limits etc just like most other BT clients. If you mean "can you upload torrent files to FreeNAS remotely?" then yes, it supports that too. The torrent client opens a file browser that you can use to browse for torrent files stored locally on the PC you are using to access with. The easiest way is to just get it to monitor a folder for new ones as Randal has mentioned previously though.
Regarding SABnzbz+, one thing I found was that by default, the freebsd package for it only has dependencies for the single threaded version of par2cmdline that's used to repair downloads (for compatibility presumably), so it wasn't touching the second atom core at all. CPU load in FreeNAS was only showing ~50% on par2 repair job. I had to force the install of the par2cmdline-tbb package that supports intel multiple cores. CPU is now getting used fully.
Off-topic: Does anyone know what the deal is with Atom hyper-threading btw? Is it better to leave it on or turn it off?
I'd never even heard of FreeNAS before seeing this thread, but I'm quite impressed by it's slick interface and functionality, and especially pleased that it's so lightweight / small footprint. I was planning on buying a 1GB stick of RAM for this thing, but thought I would just try an old 512MB stick I had lying around. So far it hasn't even reached 50% memory load even with SSH, CIFS, bittorrent, upnp and SABnzbd+ running.
Thanks for that, going to stick FreeNAS on today and have a mess around with it. Just ou of interest, what hard drive are you using? I'm currently using a 7200 rpm 500 gig samsung (enough for me) but thinking about trying a 5400 rpm one to keep the heat down. When I felt my case last night it just seemed a bit hot.
Why use FreeNAS tho? Why not just bung Windows or even Ubuntu on. I use my EeeBox as a NAS in effect but it has XP on it...
Just fancied trying something new, and the concept of an ultra-lightweight storage solution seemed like a nice project. I already have XP and Linux machines, and liked the look of FreeNAS from the pics in this thread. Simple as that really. Not belittling Windows/Linux in any way.
Hi. Great thread/idea. I was looking for a replacement for my ageing ATX Windows server, and this inspired me. I decided to build an almost identical system, only I went for the dual-core intel atom board. Very pleased with the Noah mini-itx case (I went for the black version). FreeNAS is a great piece of software, but I was initially disappointed about the lack of a usenet client built into it (despite it having bittorrent). I've got the OpenBSD port of SABnzbd+ installed and running on it now though which solves that problem.
Why use FreeNAS tho? Why not just bung Windows or even Ubuntu on. I use my EeeBox as a NAS in effect but it has XP on it...
Got this case and the D945GCLF2 board. However, the board has a 24 pin socket and the one that comes with the noah case only has a 20 to 20 pin cable. Will it work with the 20 pin one or do I have to get a 20 to 24 pin cable?
How do you do the HTTP downloads on FreeNas? You mentioned that was one of the things you wanted it todo... I cannot for the life of me figure out how
chunky:~# pkg_add -r wget
Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-7.2-release/Latest/wget.tbz... Done.
Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-7.2-release/All/libiconv-1.11_1.tbz... Done.
Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-7.2-release/All/gettext-0.17_1.tbz... Done.
chunky:~# wget
wget: missing URL
Usage: wget [OPTION]... [URL]...
Try `wget --help' for more options.
chunky:~#