<?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/"
		>
<channel>
	<title>Comments on: FreeNAS Tutorial for Windows Users &#8211; Part Two &#8211; Configuration</title>
	<atom:link href="http://www.lagesse.org/freenas-tutorial-for-windows-users-part-two-configuration/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lagesse.org/freenas-tutorial-for-windows-users-part-two-configuration/</link>
	<description>&#34;A true friend stabs you in the front&#34; - Oscar Wilde</description>
	<lastBuildDate>Mon, 23 Jan 2012 19:20:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: High Point</title>
		<link>http://www.lagesse.org/freenas-tutorial-for-windows-users-part-two-configuration/comment-page-2/#comment-43673</link>
		<dc:creator>High Point</dc:creator>
		<pubDate>Thu, 17 Mar 2011 21:06:55 +0000</pubDate>
		<guid isPermaLink="false">http://lagesse.org/freenas-tutorial-for-windows-users-part-two-configuration/#comment-43673</guid>
		<description>Thanks for the simplified guide.  I tried Openfiler, but could not figure out how to get one of the drives to show.  I loaded Freenas in no time and configuration looks much easier.</description>
		<content:encoded><![CDATA[<p>Thanks for the simplified guide.  I tried Openfiler, but could not figure out how to get one of the drives to show.  I loaded Freenas in no time and configuration looks much easier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.lagesse.org/freenas-tutorial-for-windows-users-part-two-configuration/comment-page-2/#comment-43671</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 15 Mar 2011 19:02:59 +0000</pubDate>
		<guid isPermaLink="false">http://lagesse.org/freenas-tutorial-for-windows-users-part-two-configuration/#comment-43671</guid>
		<description>Indeed.

The problem, IMHO, with JBOD &amp; Raid0/1 is complete data loss if one drive fails. 

This is why I ended up running a RAID5 configuration. I used four 2tb drives and ended up with 5.3 tb of space. The loss of space is okay since it has redundancy.

Thanks.</description>
		<content:encoded><![CDATA[<p>Indeed.</p>
<p>The problem, IMHO, with JBOD &amp; Raid0/1 is complete data loss if one drive fails. </p>
<p>This is why I ended up running a RAID5 configuration. I used four 2tb drives and ended up with 5.3 tb of space. The loss of space is okay since it has redundancy.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tin</title>
		<link>http://www.lagesse.org/freenas-tutorial-for-windows-users-part-two-configuration/comment-page-2/#comment-43667</link>
		<dc:creator>Tin</dc:creator>
		<pubDate>Thu, 10 Mar 2011 07:28:16 +0000</pubDate>
		<guid isPermaLink="false">http://lagesse.org/freenas-tutorial-for-windows-users-part-two-configuration/#comment-43667</guid>
		<description>I&#039;ve also just tried FreeNAS and agree. It&#039;s not that it&#039;s hard to use, but the simple things require trips to 3 different places. To add a CIFS share, it&#039;s very easy. But you also have to add a ZFS dataset first. And set it&#039;s permissions.

And a lot of the dialogs don&#039;t really save me any time or explain themselves any better than simply logging into a server by SSH and editing configs by hand - So why bother?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve also just tried FreeNAS and agree. It&#8217;s not that it&#8217;s hard to use, but the simple things require trips to 3 different places. To add a CIFS share, it&#8217;s very easy. But you also have to add a ZFS dataset first. And set it&#8217;s permissions.</p>
<p>And a lot of the dialogs don&#8217;t really save me any time or explain themselves any better than simply logging into a server by SSH and editing configs by hand &#8211; So why bother?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://www.lagesse.org/freenas-tutorial-for-windows-users-part-two-configuration/comment-page-2/#comment-43656</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Sun, 20 Feb 2011 19:11:02 +0000</pubDate>
		<guid isPermaLink="false">http://lagesse.org/freenas-tutorial-for-windows-users-part-two-configuration/#comment-43656</guid>
		<description>Hi John,

I&#039;m pretty sure you FreeNAS doesn&#039;t stop you from adding multiple drives (that&#039;s what the JBOD RAID type is: &quot;Just a bunch of drives&quot;). So, if you are having trouble adding a 3rd drive, then you&#039;re either doing something wrong, or there is a problem with the HD.

I&#039;m not a Linux or FreeNAS expert, I&#039;m just poking around with it, but I do have a VM setup running FreeNAS and I&#039;ve set it up for with multiple drives, no probs. For each drive you&#039;ll need to add the disk, format the disk, mount the disk, and then create a share on the disk.

If you added the disk without problem, try checking the SMART status of the HD. Maybe it&#039;s unhappy.

I&#039;d suggest you reconsider the RAID approach though: The beauty of a RAID array, is if a drive fails (will happen eventually) you don&#039;t lose ANY data, since the other disk has a constantly-maintained backup. If you just have a bunch of single drives, you&#039;ll lose the data on the failed drive. The only downside, of course, with a RAID array is you get less total storage space - but if that&#039;s a concern, you should consider a RAID 5 approach. I started looking into FreeNAS b/c I wanted a 1TB RAID-5 NAS solution for under $200 (I have old spare PCs I can use).</description>
		<content:encoded><![CDATA[<p>Hi John,</p>
<p>I&#8217;m pretty sure you FreeNAS doesn&#8217;t stop you from adding multiple drives (that&#8217;s what the JBOD RAID type is: &#8220;Just a bunch of drives&#8221;). So, if you are having trouble adding a 3rd drive, then you&#8217;re either doing something wrong, or there is a problem with the HD.</p>
<p>I&#8217;m not a Linux or FreeNAS expert, I&#8217;m just poking around with it, but I do have a VM setup running FreeNAS and I&#8217;ve set it up for with multiple drives, no probs. For each drive you&#8217;ll need to add the disk, format the disk, mount the disk, and then create a share on the disk.</p>
<p>If you added the disk without problem, try checking the SMART status of the HD. Maybe it&#8217;s unhappy.</p>
<p>I&#8217;d suggest you reconsider the RAID approach though: The beauty of a RAID array, is if a drive fails (will happen eventually) you don&#8217;t lose ANY data, since the other disk has a constantly-maintained backup. If you just have a bunch of single drives, you&#8217;ll lose the data on the failed drive. The only downside, of course, with a RAID array is you get less total storage space &#8211; but if that&#8217;s a concern, you should consider a RAID 5 approach. I started looking into FreeNAS b/c I wanted a 1TB RAID-5 NAS solution for under $200 (I have old spare PCs I can use).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.lagesse.org/freenas-tutorial-for-windows-users-part-two-configuration/comment-page-2/#comment-43655</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sun, 20 Feb 2011 01:35:04 +0000</pubDate>
		<guid isPermaLink="false">http://lagesse.org/freenas-tutorial-for-windows-users-part-two-configuration/#comment-43655</guid>
		<description>After looking into it further, I don&#039;t believe that it is possible to add more drives (like you can in Windows) without turning them into a RAID. The RAID5 seemed to be the best option, so that is what I ended up doing.</description>
		<content:encoded><![CDATA[<p>After looking into it further, I don&#8217;t believe that it is possible to add more drives (like you can in Windows) without turning them into a RAID. The RAID5 seemed to be the best option, so that is what I ended up doing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.lagesse.org/freenas-tutorial-for-windows-users-part-two-configuration/comment-page-2/#comment-43652</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 18 Feb 2011 02:50:07 +0000</pubDate>
		<guid isPermaLink="false">http://lagesse.org/freenas-tutorial-for-windows-users-part-two-configuration/#comment-43652</guid>
		<description>instead of getting WHS I thought I would try FreeNAS. Set it up and it is running fine. I installed the OS on an old HDD and added a new big drive. However when I try and add a second big drive (identical) I cannot get it mounted, keep getting &quot;Error-Retry&quot;. It has been installed &amp; formatted UFS.
I wanted to have just a bunch of drives, as opposed to RAID so that if one drive goes down, I don&#039;t lose all the data.
Any ideas? Thanks.</description>
		<content:encoded><![CDATA[<p>instead of getting WHS I thought I would try FreeNAS. Set it up and it is running fine. I installed the OS on an old HDD and added a new big drive. However when I try and add a second big drive (identical) I cannot get it mounted, keep getting &#8220;Error-Retry&#8221;. It has been installed &amp; formatted UFS.<br />
I wanted to have just a bunch of drives, as opposed to RAID so that if one drive goes down, I don&#8217;t lose all the data.<br />
Any ideas? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vara Prasad</title>
		<link>http://www.lagesse.org/freenas-tutorial-for-windows-users-part-two-configuration/comment-page-2/#comment-43650</link>
		<dc:creator>Vara Prasad</dc:creator>
		<pubDate>Fri, 18 Feb 2011 01:20:05 +0000</pubDate>
		<guid isPermaLink="false">http://lagesse.org/freenas-tutorial-for-windows-users-part-two-configuration/#comment-43650</guid>
		<description>at last I was able to ping Iam using windows 2003 when i am typing IP its taking me to the same configuration menu plz help me</description>
		<content:encoded><![CDATA[<p>at last I was able to ping Iam using windows 2003 when i am typing IP its taking me to the same configuration menu plz help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vara Prasad</title>
		<link>http://www.lagesse.org/freenas-tutorial-for-windows-users-part-two-configuration/comment-page-2/#comment-43649</link>
		<dc:creator>Vara Prasad</dc:creator>
		<pubDate>Fri, 18 Feb 2011 01:13:54 +0000</pubDate>
		<guid isPermaLink="false">http://lagesse.org/freenas-tutorial-for-windows-users-part-two-configuration/#comment-43649</guid>
		<description>Hi, 
     I am new to this , I don&#039;t understand why I could not access my freenas  i am trying it for trying purpose i use VMware 7 with PDC, ADC and one client i configured nas in client system , but i could not even ping to my domain please help me i desperately in need of this</description>
		<content:encoded><![CDATA[<p>Hi,<br />
     I am new to this , I don&#8217;t understand why I could not access my freenas  i am trying it for trying purpose i use VMware 7 with PDC, ADC and one client i configured nas in client system , but i could not even ping to my domain please help me i desperately in need of this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brent</title>
		<link>http://www.lagesse.org/freenas-tutorial-for-windows-users-part-two-configuration/comment-page-2/#comment-43607</link>
		<dc:creator>Brent</dc:creator>
		<pubDate>Tue, 04 Jan 2011 01:34:19 +0000</pubDate>
		<guid isPermaLink="false">http://lagesse.org/freenas-tutorial-for-windows-users-part-two-configuration/#comment-43607</guid>
		<description>I have different versions of this server in over 100 homes and businesses ,it works great and if you can&#039;t read the manuals how are you going to setup any thing Microsoft ,spend 10 minute RTFM and setup is a breeze!</description>
		<content:encoded><![CDATA[<p>I have different versions of this server in over 100 homes and businesses ,it works great and if you can&#8217;t read the manuals how are you going to setup any thing Microsoft ,spend 10 minute RTFM and setup is a breeze!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: boby</title>
		<link>http://www.lagesse.org/freenas-tutorial-for-windows-users-part-two-configuration/comment-page-2/#comment-43605</link>
		<dc:creator>boby</dc:creator>
		<pubDate>Wed, 29 Dec 2010 18:11:37 +0000</pubDate>
		<guid isPermaLink="false">http://lagesse.org/freenas-tutorial-for-windows-users-part-two-configuration/#comment-43605</guid>
		<description>utilizez si eu freenas daca esti pasionat de asta ...putem discuta:)</description>
		<content:encoded><![CDATA[<p>utilizez si eu freenas daca esti pasionat de asta &#8230;putem discuta:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.lagesse.org/freenas-tutorial-for-windows-users-part-two-configuration/comment-page-2/#comment-42861</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Tue, 09 Nov 2010 08:32:15 +0000</pubDate>
		<guid isPermaLink="false">http://lagesse.org/freenas-tutorial-for-windows-users-part-two-configuration/#comment-42861</guid>
		<description>Very nice and what more important VERY useful. Thank You!

Cheers</description>
		<content:encoded><![CDATA[<p>Very nice and what more important VERY useful. Thank You!</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GardenMaker</title>
		<link>http://www.lagesse.org/freenas-tutorial-for-windows-users-part-two-configuration/comment-page-2/#comment-42833</link>
		<dc:creator>GardenMaker</dc:creator>
		<pubDate>Tue, 12 Oct 2010 12:48:55 +0000</pubDate>
		<guid isPermaLink="false">http://lagesse.org/freenas-tutorial-for-windows-users-part-two-configuration/#comment-42833</guid>
		<description>Hi, I have been managing, building and playing with pc&#039;s since they first appeared in the early 80&#039;s. Last year decided to move my server onto Ubuntu - gave up in frustration, just couldn&#039;t get anywhere with it. Earlier this year decided to try FreeNAS on an old PC with a 500Gb drive put in. Installation was dead easy and SOOO quick, but fell flat on my face trying to see it from the Windows PC&#039;s. Found your website, followed your lead, WOW so easy when you follow the instructions (not something that comes easy to me - what are manuals for?!) The system had been brilliant, 100% uptime, only reboots have been when we have lost the power (thanks to EON). Just decided to move all my media files onto a separate drive on the system, read your notes above, FOLLOWED THEM, step by step - perfect first time. Can&#039;t ask for more, keep up the good work, FreeNAS + Your notes = 1 BRILLIANT SYSTEM,
Many, many thanks</description>
		<content:encoded><![CDATA[<p>Hi, I have been managing, building and playing with pc&#8217;s since they first appeared in the early 80&#8242;s. Last year decided to move my server onto Ubuntu &#8211; gave up in frustration, just couldn&#8217;t get anywhere with it. Earlier this year decided to try FreeNAS on an old PC with a 500Gb drive put in. Installation was dead easy and SOOO quick, but fell flat on my face trying to see it from the Windows PC&#8217;s. Found your website, followed your lead, WOW so easy when you follow the instructions (not something that comes easy to me &#8211; what are manuals for?!) The system had been brilliant, 100% uptime, only reboots have been when we have lost the power (thanks to EON). Just decided to move all my media files onto a separate drive on the system, read your notes above, FOLLOWED THEM, step by step &#8211; perfect first time. Can&#8217;t ask for more, keep up the good work, FreeNAS + Your notes = 1 BRILLIANT SYSTEM,<br />
Many, many thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danijel James</title>
		<link>http://www.lagesse.org/freenas-tutorial-for-windows-users-part-two-configuration/comment-page-2/#comment-42810</link>
		<dc:creator>Danijel James</dc:creator>
		<pubDate>Thu, 30 Sep 2010 10:55:52 +0000</pubDate>
		<guid isPermaLink="false">http://lagesse.org/freenas-tutorial-for-windows-users-part-two-configuration/#comment-42810</guid>
		<description>This guide is EPIC! I had so much trouble understanding the userguides of freeNAS on their website and then I found your blog! Now I&#039;m glad I did, for I am now heading towards my goal of making my own iTunes server for this house. It&#039;s much more fun to be able to do things myself, rather than rely on a Windows iTunes server. And I&#039;m learning about things I never did along the way! Thank you!</description>
		<content:encoded><![CDATA[<p>This guide is EPIC! I had so much trouble understanding the userguides of freeNAS on their website and then I found your blog! Now I&#8217;m glad I did, for I am now heading towards my goal of making my own iTunes server for this house. It&#8217;s much more fun to be able to do things myself, rather than rely on a Windows iTunes server. And I&#8217;m learning about things I never did along the way! Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Devery</title>
		<link>http://www.lagesse.org/freenas-tutorial-for-windows-users-part-two-configuration/comment-page-2/#comment-42808</link>
		<dc:creator>Rob Devery</dc:creator>
		<pubDate>Fri, 24 Sep 2010 11:48:09 +0000</pubDate>
		<guid isPermaLink="false">http://lagesse.org/freenas-tutorial-for-windows-users-part-two-configuration/#comment-42808</guid>
		<description>You have worked with computers for over 30 years and you can&#039;t get freenas to work. I really wouldn&#039;t like to have you working for my company.

I setup FreeNas in my offices (5) to server over 150 employees and also use it at home to store and serve up media and have had no problems. Setup was a walk in the park and up time has been 100% with no issues. It has been running for 326 days consecutively and no issues.

PEBCAK is also my opinion.</description>
		<content:encoded><![CDATA[<p>You have worked with computers for over 30 years and you can&#8217;t get freenas to work. I really wouldn&#8217;t like to have you working for my company.</p>
<p>I setup FreeNas in my offices (5) to server over 150 employees and also use it at home to store and serve up media and have had no problems. Setup was a walk in the park and up time has been 100% with no issues. It has been running for 326 days consecutively and no issues.</p>
<p>PEBCAK is also my opinion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frederick</title>
		<link>http://www.lagesse.org/freenas-tutorial-for-windows-users-part-two-configuration/comment-page-2/#comment-42804</link>
		<dc:creator>Frederick</dc:creator>
		<pubDate>Thu, 16 Sep 2010 06:25:30 +0000</pubDate>
		<guid isPermaLink="false">http://lagesse.org/freenas-tutorial-for-windows-users-part-two-configuration/#comment-42804</guid>
		<description>PEBCAK - Problem Exists Between Chair And Keyboard :)</description>
		<content:encoded><![CDATA[<p>PEBCAK &#8211; Problem Exists Between Chair And Keyboard <img src='http://www.lagesse.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerd</title>
		<link>http://www.lagesse.org/freenas-tutorial-for-windows-users-part-two-configuration/comment-page-2/#comment-42796</link>
		<dc:creator>Gerd</dc:creator>
		<pubDate>Mon, 06 Sep 2010 16:53:29 +0000</pubDate>
		<guid isPermaLink="false">http://lagesse.org/freenas-tutorial-for-windows-users-part-two-configuration/#comment-42796</guid>
		<description>Hi, I am working for a hospital and I have been trying to make freenas work for about two days now. I only wanted to have some shares for intermidiate backup. All I read here was easy enough to figure out but still AD integration is not working at all. If you search for it, you finde nothing in the internet. Conclusion: it is much cheaper to buy a Windows-License and do it this way (considerring the costs for my working time + so on).
Since no one seams to be interested in real Userguides this will only stay a toy for private use. This is my opinion.</description>
		<content:encoded><![CDATA[<p>Hi, I am working for a hospital and I have been trying to make freenas work for about two days now. I only wanted to have some shares for intermidiate backup. All I read here was easy enough to figure out but still AD integration is not working at all. If you search for it, you finde nothing in the internet. Conclusion: it is much cheaper to buy a Windows-License and do it this way (considerring the costs for my working time + so on).<br />
Since no one seams to be interested in real Userguides this will only stay a toy for private use. This is my opinion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://www.lagesse.org/freenas-tutorial-for-windows-users-part-two-configuration/comment-page-2/#comment-42764</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Fri, 30 Jul 2010 03:33:17 +0000</pubDate>
		<guid isPermaLink="false">http://lagesse.org/freenas-tutorial-for-windows-users-part-two-configuration/#comment-42764</guid>
		<description>thanks for this tuto! my freenas work great now!!!!

thanks again!
Phil</description>
		<content:encoded><![CDATA[<p>thanks for this tuto! my freenas work great now!!!!</p>
<p>thanks again!<br />
Phil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pool</title>
		<link>http://www.lagesse.org/freenas-tutorial-for-windows-users-part-two-configuration/comment-page-2/#comment-42722</link>
		<dc:creator>pool</dc:creator>
		<pubDate>Mon, 28 Jun 2010 01:52:34 +0000</pubDate>
		<guid isPermaLink="false">http://lagesse.org/freenas-tutorial-for-windows-users-part-two-configuration/#comment-42722</guid>
		<description>you sir, suck!</description>
		<content:encoded><![CDATA[<p>you sir, suck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Morrow</title>
		<link>http://www.lagesse.org/freenas-tutorial-for-windows-users-part-two-configuration/comment-page-2/#comment-42691</link>
		<dc:creator>Mike Morrow</dc:creator>
		<pubDate>Mon, 07 Jun 2010 07:19:13 +0000</pubDate>
		<guid isPermaLink="false">http://lagesse.org/freenas-tutorial-for-windows-users-part-two-configuration/#comment-42691</guid>
		<description>When people write to me, I answer.  That seems easy enough to understand.  I asked questions here and elsewhere and got few reasonable answers or more likely NONE at all.  So where are all these people with this junk in production?  As far as I counted there are NONE!  I used all the patience I had, waited and tried and implemented the miniscule answers I got and, still, after it was running, it would let me load it up and then fail before I could move it to production.  I hear defenders but have heard exactly ZERO people who use this, currently, in production.  I would love to work with someone who is a pro and list the exact steps and see where the problem is.  Well, less now than before, I used something else to get the functions I need.  After (lost count of) months of waiting, STILL, something useful has NOT happened.  Yes, I had a lot to learn and did.  And then tried to use it and it would not continue to run more than a couple of days, maybe up to five and then, that was it.  Start over!  And this was with disparate HDs and CPUs, Power Supplies, etc.  No common point of failure.  I am not stupid.  I have been working with computer for over 30 years.  I can tell junk when I see it and that is what I saw.  

If you don&#039;t want me to answer, don&#039;t mention my name or refer to my posts.  Simple?  Seems so.  Does that answer your question?  Hope so, jack.  I will not mention where you can put your PEBCAK, whatever that is...</description>
		<content:encoded><![CDATA[<p>When people write to me, I answer.  That seems easy enough to understand.  I asked questions here and elsewhere and got few reasonable answers or more likely NONE at all.  So where are all these people with this junk in production?  As far as I counted there are NONE!  I used all the patience I had, waited and tried and implemented the miniscule answers I got and, still, after it was running, it would let me load it up and then fail before I could move it to production.  I hear defenders but have heard exactly ZERO people who use this, currently, in production.  I would love to work with someone who is a pro and list the exact steps and see where the problem is.  Well, less now than before, I used something else to get the functions I need.  After (lost count of) months of waiting, STILL, something useful has NOT happened.  Yes, I had a lot to learn and did.  And then tried to use it and it would not continue to run more than a couple of days, maybe up to five and then, that was it.  Start over!  And this was with disparate HDs and CPUs, Power Supplies, etc.  No common point of failure.  I am not stupid.  I have been working with computer for over 30 years.  I can tell junk when I see it and that is what I saw.  </p>
<p>If you don&#8217;t want me to answer, don&#8217;t mention my name or refer to my posts.  Simple?  Seems so.  Does that answer your question?  Hope so, jack.  I will not mention where you can put your PEBCAK, whatever that is&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.lagesse.org/freenas-tutorial-for-windows-users-part-two-configuration/comment-page-2/#comment-42690</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Sun, 06 Jun 2010 04:46:23 +0000</pubDate>
		<guid isPermaLink="false">http://lagesse.org/freenas-tutorial-for-windows-users-part-two-configuration/#comment-42690</guid>
		<description>Jack, thanks for jumping in.  I&#039;ve had several detractors make rude comments in the years since I initially wrote this post.  (It seems a lifetime ago).  I just tend to ignore them.  The ones that don&#039;t drop the f-bomb every other word, I publish.  The others perish :)

I&#039;m amazed how many page views this old post still gets.  I hope that means it is still helpful.

As much as I would like to update it, I just don&#039;t have the time.

If anyone wants to create a similar, more contemporary series, I will certainly link to it from here.

I just really hate it when people ask questions I can no longer answer! :)

Thanks again,

Rob</description>
		<content:encoded><![CDATA[<p>Jack, thanks for jumping in.  I&#8217;ve had several detractors make rude comments in the years since I initially wrote this post.  (It seems a lifetime ago).  I just tend to ignore them.  The ones that don&#8217;t drop the f-bomb every other word, I publish.  The others perish <img src='http://www.lagesse.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;m amazed how many page views this old post still gets.  I hope that means it is still helpful.</p>
<p>As much as I would like to update it, I just don&#8217;t have the time.</p>
<p>If anyone wants to create a similar, more contemporary series, I will certainly link to it from here.</p>
<p>I just really hate it when people ask questions I can no longer answer! <img src='http://www.lagesse.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks again,</p>
<p>Rob</p>
]]></content:encoded>
	</item>
</channel>
</rss>

