<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Hackit: Network Attached Storage?</title>
	<atom:link href="http://hackaday.com/2008/07/05/hackit-network-attached-storage/feed/" rel="self" type="application/rss+xml" />
	<link>http://hackaday.com/2008/07/05/hackit-network-attached-storage/</link>
	<description>Fresh hacks every day</description>
	<lastBuildDate>Tue, 24 Nov 2009 21:36:45 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Matthew</title>
		<link>http://hackaday.com/2008/07/05/hackit-network-attached-storage/comment-page-1/#comment-38450</link>
		<dc:creator>Matthew</dc:creator>
		<pubDate>Thu, 10 Jul 2008 12:20:54 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2008/07/05/hackit-network-attached-storage/#comment-38450</guid>
		<description>@Jul&lt;br&gt;&lt;br&gt;You wanted a way to do incremental backups. rsync can do that, if you backup to a new destination directory each night, using the &quot;--link-dest&quot; option. With --link-dest, files are synched if they are different to the previous version, but hard-linked if they&#039;re the same.&lt;br&gt;&lt;br&gt;On a related note, I&#039;d thoroughly recommend the folks at &quot;rsync.net&quot; for a secure reliable off-site backup. (no connection, blah blah)</description>
		<content:encoded><![CDATA[<p>@Jul</p>
<p>You wanted a way to do incremental backups. rsync can do that, if you backup to a new destination directory each night, using the &#8220;&#8211;link-dest&#8221; option. With &#8211;link-dest, files are synched if they are different to the previous version, but hard-linked if they&#8217;re the same.</p>
<p>On a related note, I&#8217;d thoroughly recommend the folks at &#8220;rsync.net&#8221; for a secure reliable off-site backup. (no connection, blah blah)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ReKlipz</title>
		<link>http://hackaday.com/2008/07/05/hackit-network-attached-storage/comment-page-1/#comment-38449</link>
		<dc:creator>ReKlipz</dc:creator>
		<pubDate>Thu, 10 Jul 2008 10:03:27 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2008/07/05/hackit-network-attached-storage/#comment-38449</guid>
		<description>I recently decided to create my own nas solution as well.&lt;br&gt;&lt;br&gt;I purchased the cheapest microATX board that has integrated DVI and integrated gig-e from newegg, $25. Turns out, it was also the only microATX board with 6 onboard SATA ports. I also snagged an AMD Athlon 64 X2 5400+, and 2GB of DDR2-800.&lt;br&gt;&lt;br&gt;Having already blown my budget on the $25 mobo (:-), I opted to not buy a hardware raid controller, and instead just use software raid. I purchased four 750GB Samsung F1&#039;s (because the two sammy HD501J&#039;s I use in my gaming rig are wonderous). The drives sit in two ICY Dock 2x5.25 -&gt; 3x3.25 hot swap enclosures.&lt;br&gt;&lt;br&gt;Plopped on debian lenny (testing), setup mdadm with raid 5, setup boot from a flash stick I fixed with a female 5x2 pin header, and away she goes. I installed X11 and mplayer, and it&#039;ll even decode 720p with plenty of room to spare (some of first cpu, plus whole second cpu for grabs). It can&#039;t quite handle high quality 1080p, but majority of the rips are only 720p anyways.&lt;br&gt;&lt;br&gt;I can transfer to my gaming setup via FTP 70MB/s no problem, and can receive at 65MB/s easy as well. Not sure if the write bottleneck is my gaming setup read speed (doubt it...), the integrated NICS (doubt it), or just the software parity overhead (more than likely), but this is plenty good for what I use it for.&lt;br&gt;&lt;br&gt;HIGHLY recommend rolling your own solution if possible, would be a really fun hack to make it with a microITX board... :)</description>
		<content:encoded><![CDATA[<p>I recently decided to create my own nas solution as well.</p>
<p>I purchased the cheapest microATX board that has integrated DVI and integrated gig-e from newegg, $25. Turns out, it was also the only microATX board with 6 onboard SATA ports. I also snagged an AMD Athlon 64 X2 5400+, and 2GB of DDR2-800.</p>
<p>Having already blown my budget on the $25 mobo (:-), I opted to not buy a hardware raid controller, and instead just use software raid. I purchased four 750GB Samsung F1&#8217;s (because the two sammy HD501J&#8217;s I use in my gaming rig are wonderous). The drives sit in two ICY Dock 2&#215;5.25 -> 3&#215;3.25 hot swap enclosures.</p>
<p>Plopped on debian lenny (testing), setup mdadm with raid 5, setup boot from a flash stick I fixed with a female 5&#215;2 pin header, and away she goes. I installed X11 and mplayer, and it&#8217;ll even decode 720p with plenty of room to spare (some of first cpu, plus whole second cpu for grabs). It can&#8217;t quite handle high quality 1080p, but majority of the rips are only 720p anyways.</p>
<p>I can transfer to my gaming setup via FTP 70MB/s no problem, and can receive at 65MB/s easy as well. Not sure if the write bottleneck is my gaming setup read speed (doubt it&#8230;), the integrated NICS (doubt it), or just the software parity overhead (more than likely), but this is plenty good for what I use it for.</p>
<p>HIGHLY recommend rolling your own solution if possible, would be a really fun hack to make it with a microITX board&#8230; :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anthony</title>
		<link>http://hackaday.com/2008/07/05/hackit-network-attached-storage/comment-page-1/#comment-38448</link>
		<dc:creator>anthony</dc:creator>
		<pubDate>Thu, 10 Jul 2008 06:06:49 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2008/07/05/hackit-network-attached-storage/#comment-38448</guid>
		<description>thomas, i must agree.  roll your own is the best solution, not dependent upon any particular platform or piece of hardware.  i use a microatx board &amp; case, e2140 cpu underclocked, 1gb ram and an external 5 drive sata hotswap enclosure.  the machine is running ubuntu 8.04 server fitted with 4 x 320gb drives software raid 5 + 2 x 80gb (semi-mirrored) for the OS.  i&#039;m pretty happy with the performance and only pulling ~90w on my end.</description>
		<content:encoded><![CDATA[<p>thomas, i must agree.  roll your own is the best solution, not dependent upon any particular platform or piece of hardware.  i use a microatx board &#038; case, e2140 cpu underclocked, 1gb ram and an external 5 drive sata hotswap enclosure.  the machine is running ubuntu 8.04 server fitted with 4 x 320gb drives software raid 5 + 2 x 80gb (semi-mirrored) for the OS.  i&#8217;m pretty happy with the performance and only pulling ~90w on my end.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://hackaday.com/2008/07/05/hackit-network-attached-storage/comment-page-1/#comment-38447</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Thu, 10 Jul 2008 00:46:46 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2008/07/05/hackit-network-attached-storage/#comment-38447</guid>
		<description>Roll your own server (if you have the guts) :o) I had a LaCie Ethernetdisk lying around (yes, the rack mountable one) - originally it was running XP Embedded (total rubbish) - installed 1 GB RAM (only has 128 originally), kicked out the rubbish XP and installed Ubuntu 8.04 LTS server (Hardy Heron) instead. Now I have a fullblown LAMP to boot, running two Wordpress blogs, a gallery site, a site for my business and a DLNA UPnP media server. Everything on a Via C3 800 MHz CPU using under 50 Watts of power :o)</description>
		<content:encoded><![CDATA[<p>Roll your own server (if you have the guts) :o) I had a LaCie Ethernetdisk lying around (yes, the rack mountable one) &#8211; originally it was running XP Embedded (total rubbish) &#8211; installed 1 GB RAM (only has 128 originally), kicked out the rubbish XP and installed Ubuntu 8.04 LTS server (Hardy Heron) instead. Now I have a fullblown LAMP to boot, running two WordPress blogs, a gallery site, a site for my business and a DLNA UPnP media server. Everything on a Via C3 800 MHz CPU using under 50 Watts of power :o)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pkway</title>
		<link>http://hackaday.com/2008/07/05/hackit-network-attached-storage/comment-page-1/#comment-38446</link>
		<dc:creator>pkway</dc:creator>
		<pubDate>Tue, 08 Jul 2008 09:05:09 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2008/07/05/hackit-network-attached-storage/#comment-38446</guid>
		<description>built my own file server with an old dell dimension 2400 (I think I bought it new for $100!) running Redhat Linux. got tired of having to be a sys admin at home and wanted RAID 5 support, so bought a QNAP box and installed 3 750-gb drives.&lt;br&gt;&lt;br&gt;now everything is automated - raid support, multimedia streaming, ftp, web server, bit torrent client (encrypted even!), etc. and it runs cooler, quieter and using less energy than the dell&lt;br&gt;&lt;br&gt;qnap came with its own backup software. it worked okay but i upgraded to something with more functionality: synbackse. i have a bunch of cron jobs set up to back up each of my home PC&#039;s every few days. i haven&#039;t done so yet, but will soon implement snapshots to i can roll back to different points in time.&lt;br&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>built my own file server with an old dell dimension 2400 (I think I bought it new for $100!) running Redhat Linux. got tired of having to be a sys admin at home and wanted RAID 5 support, so bought a QNAP box and installed 3 750-gb drives.</p>
<p>now everything is automated &#8211; raid support, multimedia streaming, ftp, web server, bit torrent client (encrypted even!), etc. and it runs cooler, quieter and using less energy than the dell</p>
<p>qnap came with its own backup software. it worked okay but i upgraded to something with more functionality: synbackse. i have a bunch of cron jobs set up to back up each of my home PC&#8217;s every few days. i haven&#8217;t done so yet, but will soon implement snapshots to i can roll back to different points in time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joe</title>
		<link>http://hackaday.com/2008/07/05/hackit-network-attached-storage/comment-page-1/#comment-38445</link>
		<dc:creator>joe</dc:creator>
		<pubDate>Tue, 08 Jul 2008 00:58:27 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2008/07/05/hackit-network-attached-storage/#comment-38445</guid>
		<description>Here&#039;s a problem nobody seems to think of: Your primary disk becomes corrupt, or begins failing. Later that night, rsync runs automatically, where it happily overwrites your backup with corrupt data, and deletes any files on the destination that the source can&#039;t cough up. Congratulations, you&#039;re fucked. &lt;br&gt;&lt;br&gt;Anyone have a way around this?! Wish rsync had an option to &quot;rename deleted files to .filename and delete them after a week&quot;...</description>
		<content:encoded><![CDATA[<p>Here&#8217;s a problem nobody seems to think of: Your primary disk becomes corrupt, or begins failing. Later that night, rsync runs automatically, where it happily overwrites your backup with corrupt data, and deletes any files on the destination that the source can&#8217;t cough up. Congratulations, you&#8217;re fucked. </p>
<p>Anyone have a way around this?! Wish rsync had an option to &#8220;rename deleted files to .filename and delete them after a week&#8221;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gregor Best</title>
		<link>http://hackaday.com/2008/07/05/hackit-network-attached-storage/comment-page-1/#comment-38444</link>
		<dc:creator>Gregor Best</dc:creator>
		<pubDate>Mon, 07 Jul 2008 18:51:31 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2008/07/05/hackit-network-attached-storage/#comment-38444</guid>
		<description>I use one of these very old IBM Netstation Thin Clients.&lt;br&gt;My dad and I hacked together an IDE interface for its motherboard (which was basically just soldering a new pinheader on), then made a frame for an off the shelf Samsung 400 GB IDE hdd and added a Molex connector from the power supply as well as two fans.&lt;br&gt;&lt;br&gt;For the network, as we don&#039;t have Token Ring at home, we ripped out the PCI riser card to make place for the hdd and added a regular PCI network card to the now available single PCI slot on the mainboard. We had to cut a little bit off the PCB to make it fit but it works for alost a year and a half non-stop now.&lt;br&gt;&lt;br&gt;On the OS side, we decided to use Debian (I can&#039;t really recall the version) and set up NFS and SMB access to the drive (350 GB of which are dedicated to user data) as well as a CUPS server for printer access.</description>
		<content:encoded><![CDATA[<p>I use one of these very old IBM Netstation Thin Clients.<br />My dad and I hacked together an IDE interface for its motherboard (which was basically just soldering a new pinheader on), then made a frame for an off the shelf Samsung 400 GB IDE hdd and added a Molex connector from the power supply as well as two fans.</p>
<p>For the network, as we don&#8217;t have Token Ring at home, we ripped out the PCI riser card to make place for the hdd and added a regular PCI network card to the now available single PCI slot on the mainboard. We had to cut a little bit off the PCB to make it fit but it works for alost a year and a half non-stop now.</p>
<p>On the OS side, we decided to use Debian (I can&#8217;t really recall the version) and set up NFS and SMB access to the drive (350 GB of which are dedicated to user data) as well as a CUPS server for printer access.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mr Pedant</title>
		<link>http://hackaday.com/2008/07/05/hackit-network-attached-storage/comment-page-1/#comment-38443</link>
		<dc:creator>Mr Pedant</dc:creator>
		<pubDate>Mon, 07 Jul 2008 13:58:07 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2008/07/05/hackit-network-attached-storage/#comment-38443</guid>
		<description>Hey, who stole all the capital letters?</description>
		<content:encoded><![CDATA[<p>Hey, who stole all the capital letters?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dark_AvEnGer</title>
		<link>http://hackaday.com/2008/07/05/hackit-network-attached-storage/comment-page-1/#comment-38442</link>
		<dc:creator>Dark_AvEnGer</dc:creator>
		<pubDate>Mon, 07 Jul 2008 02:53:47 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2008/07/05/hackit-network-attached-storage/#comment-38442</guid>
		<description>i&#039;m using a RAID5 array of 4x400gb SATA drives.&lt;br&gt;unfortunatly the write speed to the nvidia chipset in RAID5 sucks. looking to upgrade to a Adaptec 5805 and maybe 4x1tb drives :-)</description>
		<content:encoded><![CDATA[<p>i&#8217;m using a RAID5 array of 4&#215;400gb SATA drives.<br />unfortunatly the write speed to the nvidia chipset in RAID5 sucks. looking to upgrade to a Adaptec 5805 and maybe 4&#215;1tb drives :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Baitis</title>
		<link>http://hackaday.com/2008/07/05/hackit-network-attached-storage/comment-page-1/#comment-38441</link>
		<dc:creator>Jeff Baitis</dc:creator>
		<pubDate>Mon, 07 Jul 2008 00:30:29 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2008/07/05/hackit-network-attached-storage/#comment-38441</guid>
		<description>Indeed, Brian -- ZFS storage pools are incredibly easy to export as iSCSI volumes:&lt;br&gt;&lt;br&gt;zfs set shareiscsi=on volume_name&lt;br&gt;&lt;br&gt;One of my favorite blogs describes using iSCSI with Mac OS X Time Machine. This looks particularly interesting:&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://blogs.sun.com/constantin/entry/zfs_and_mac_os_x&quot; rel=&quot;nofollow&quot;&gt;http://blogs.sun.com/constantin/entry/zfs_and_mac_os_x&lt;/a&gt;&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Jeff</description>
		<content:encoded><![CDATA[<p>Indeed, Brian &#8212; ZFS storage pools are incredibly easy to export as iSCSI volumes:</p>
<p>zfs set shareiscsi=on volume_name</p>
<p>One of my favorite blogs describes using iSCSI with Mac OS X Time Machine. This looks particularly interesting:</p>
<p><a href="http://blogs.sun.com/constantin/entry/zfs_and_mac_os_x" rel="nofollow">http://blogs.sun.com/constantin/entry/zfs_and_mac_os_x</a></p>
<p>Regards,<br />Jeff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gyro_john</title>
		<link>http://hackaday.com/2008/07/05/hackit-network-attached-storage/comment-page-1/#comment-38440</link>
		<dc:creator>gyro_john</dc:creator>
		<pubDate>Sun, 06 Jul 2008 22:40:32 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2008/07/05/hackit-network-attached-storage/#comment-38440</guid>
		<description>My computer came with a SATA motherboard and an IDE 320GB drive.  I bought a second hard drive of the same size, but SATA.  I made an exact copy of the original drive using Norton Ghost, made that my main drive, cleaned off the IDE drive.  Used Partition Magic to create a Backups partition on my main drive.  Now to do backups I do two things:&lt;br&gt;&lt;br&gt;1.  Every weekend I drag the crucial stuff into a new dated folder in the Backups partition on my main drive.  Takes two minutes maybe.  Never found that troublesome enough to bother figuring out how to automate it.  After a couple of months that gets bulky and I delete the oldest ones.&lt;br&gt;&lt;br&gt;2.  When I feel like it, (every month or so) I use Norton Ghost to make a new exact copy of my main SATA HDD onto the IDE one.  That&#039;s bootable in case of HDD failure.  &lt;br&gt;&lt;br&gt;What this *doesn&#039;t* give me is off-site backup, so I&#039;m gambling that, if the house burns down, I was able to run out with the computer (chopped-off cords a-danglin&#039;) before I pass out from smoke inhalation.&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>My computer came with a SATA motherboard and an IDE 320GB drive.  I bought a second hard drive of the same size, but SATA.  I made an exact copy of the original drive using Norton Ghost, made that my main drive, cleaned off the IDE drive.  Used Partition Magic to create a Backups partition on my main drive.  Now to do backups I do two things:</p>
<p>1.  Every weekend I drag the crucial stuff into a new dated folder in the Backups partition on my main drive.  Takes two minutes maybe.  Never found that troublesome enough to bother figuring out how to automate it.  After a couple of months that gets bulky and I delete the oldest ones.</p>
<p>2.  When I feel like it, (every month or so) I use Norton Ghost to make a new exact copy of my main SATA HDD onto the IDE one.  That&#8217;s bootable in case of HDD failure.  </p>
<p>What this *doesn&#8217;t* give me is off-site backup, so I&#8217;m gambling that, if the house burns down, I was able to run out with the computer (chopped-off cords a-danglin&#8217;) before I pass out from smoke inhalation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: barry99705</title>
		<link>http://hackaday.com/2008/07/05/hackit-network-attached-storage/comment-page-1/#comment-38439</link>
		<dc:creator>barry99705</dc:creator>
		<pubDate>Sun, 06 Jul 2008 20:40:28 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2008/07/05/hackit-network-attached-storage/#comment-38439</guid>
		<description>freenas &quot;just works&quot;, but is slow,  openfiler is a pain in the ass to set up, and cryptonas just falls off the network for no reason.</description>
		<content:encoded><![CDATA[<p>freenas &#8220;just works&#8221;, but is slow,  openfiler is a pain in the ass to set up, and cryptonas just falls off the network for no reason.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://hackaday.com/2008/07/05/hackit-network-attached-storage/comment-page-1/#comment-38438</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Sun, 06 Jul 2008 17:37:51 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2008/07/05/hackit-network-attached-storage/#comment-38438</guid>
		<description>@8 - Linux is hardly server grade - however, bsd is.  Be careful not to lump Linux in with more robust *NIXs...</description>
		<content:encoded><![CDATA[<p>@8 &#8211; Linux is hardly server grade &#8211; however, bsd is.  Be careful not to lump Linux in with more robust *NIXs&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FingAZ</title>
		<link>http://hackaday.com/2008/07/05/hackit-network-attached-storage/comment-page-1/#comment-38437</link>
		<dc:creator>FingAZ</dc:creator>
		<pubDate>Sun, 06 Jul 2008 17:14:31 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2008/07/05/hackit-network-attached-storage/#comment-38437</guid>
		<description>I bought a Western Digital MyBook World edition (500GB), which to be honest, was total rubbish at first- apon routing around (mainly at &lt;a href=&quot;http://mybookworld.wikidot.com/&quot; rel=&quot;nofollow&quot;&gt;http://mybookworld.wikidot.com/&lt;/a&gt;) i have disabled the rubbish software that is pre-installed, and now have it running as a media server for my PC&#039;s, PS3 and xbox360; sharing music, pics, and videos- as well as a web based torrent client, web server, and FTP server.&lt;br&gt;It&#039;s very flexible apon investigation and there&#039;s a solid community backing it too.&lt;br&gt;I would recommend it to anyone who is familiar with terminal based linux, or anyone willing to learn like myself!&lt;br&gt;For additional backup or speed, the 1TB version has two 500GB drives in raid (upgradable), and both models also allow for connecting additional external drives via USB for access!</description>
		<content:encoded><![CDATA[<p>I bought a Western Digital MyBook World edition (500GB), which to be honest, was total rubbish at first- apon routing around (mainly at <a href="http://mybookworld.wikidot.com/" rel="nofollow">http://mybookworld.wikidot.com/</a>) i have disabled the rubbish software that is pre-installed, and now have it running as a media server for my PC&#8217;s, PS3 and xbox360; sharing music, pics, and videos- as well as a web based torrent client, web server, and FTP server.<br />It&#8217;s very flexible apon investigation and there&#8217;s a solid community backing it too.<br />I would recommend it to anyone who is familiar with terminal based linux, or anyone willing to learn like myself!<br />For additional backup or speed, the 1TB version has two 500GB drives in raid (upgradable), and both models also allow for connecting additional external drives via USB for access!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zuhaib</title>
		<link>http://hackaday.com/2008/07/05/hackit-network-attached-storage/comment-page-1/#comment-38436</link>
		<dc:creator>Zuhaib</dc:creator>
		<pubDate>Sun, 06 Jul 2008 09:02:14 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2008/07/05/hackit-network-attached-storage/#comment-38436</guid>
		<description>One thing that got left out was rolling out your own NAS by using Server-Grade OS like Linux or *BSD.&lt;br&gt;I have used freeNAS in the past and its great at doing what its meant to do, and while you think with its BSD-core it would be Hacker friendly but its not.  Its setup so stripped down that I had a hard time getting any Bittorrent client to install properly and run.  &lt;br&gt;&lt;br&gt;I would have liked to check out OpenFiler had I heard about it, but I just gave up and install Ubuntu-Server.  Using something like Webmin you get a decent web interface and since I am running this on a retired system (my old Gaming machine) I can use it too its full power.  Almost like a NAS-plus.  Some might scream bloody marry that you should never cross a NAS and data server but for home use its great.  Only downside is keeping everything up with a custom built system like mine, in my case I know I have a fault SATA card that will for no reason cause the Server to lock up from time to time.  But this is the cost you have to pay if you want to DIY.</description>
		<content:encoded><![CDATA[<p>One thing that got left out was rolling out your own NAS by using Server-Grade OS like Linux or *BSD.<br />I have used freeNAS in the past and its great at doing what its meant to do, and while you think with its BSD-core it would be Hacker friendly but its not.  Its setup so stripped down that I had a hard time getting any Bittorrent client to install properly and run.  </p>
<p>I would have liked to check out OpenFiler had I heard about it, but I just gave up and install Ubuntu-Server.  Using something like Webmin you get a decent web interface and since I am running this on a retired system (my old Gaming machine) I can use it too its full power.  Almost like a NAS-plus.  Some might scream bloody marry that you should never cross a NAS and data server but for home use its great.  Only downside is keeping everything up with a custom built system like mine, in my case I know I have a fault SATA card that will for no reason cause the Server to lock up from time to time.  But this is the cost you have to pay if you want to DIY.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
