<?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 for KrazyWorks</title>
	<atom:link href="http://www.krazyworks.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.krazyworks.com</link>
	<description>Networking, Systems Design, and Disaster Recovery</description>
	<lastBuildDate>Mon, 14 May 2012 13:20:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Comment on Passing MySQL Commands from Shell Script by Paul</title>
		<link>http://www.krazyworks.com/passing-mysql-commands-from-shell-script/comment-page-1/#comment-154165</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Mon, 14 May 2012 13:20:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.krazyworks.com/?p=1108#comment-154165</guid>
		<description>Really Great Thanks Please post more coding in shell scrip it will b really help full</description>
		<content:encoded><![CDATA[<p>Really Great Thanks Please post more coding in shell scrip it will b really help full</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Solaris boot disk copy by Bernard A. Badger</title>
		<link>http://www.krazyworks.com/solaris-boot-disk-copy/comment-page-1/#comment-153066</link>
		<dc:creator>Bernard A. Badger</dc:creator>
		<pubDate>Fri, 11 May 2012 21:08:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.comradegeneral.com/SysAdmin/?p=31#comment-153066</guid>
		<description>This code is corrupted!  All of the less-than characters (&amp;) have been lost.  The code-view feature is the same.  Who know what else is wrong.</description>
		<content:encoded><![CDATA[<p>This code is corrupted!  All of the less-than characters (&amp;) have been lost.  The code-view feature is the same.  Who know what else is wrong.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on D-Link DNS-320 NAS Review by Fitlies</title>
		<link>http://www.krazyworks.com/d-link-dns-320-nas-review/comment-page-1/#comment-151185</link>
		<dc:creator>Fitlies</dc:creator>
		<pubDate>Tue, 08 May 2012 15:15:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.krazyworks.com/?p=2397#comment-151185</guid>
		<description>Hey, I&#039;ve been asking around but not much answers. So hopefully you can help me out here.

I used to configure the DNS320 well, with everything running but recently I can&#039;t even log onto the WEBUI. I tried typing in the IP address but it generated an error instead - &quot;This webpage is not available.&quot; 

The path that I designated for the NAS is still marked in &#039;My Computer&#039; and although the folders are still there, the files in it are gone and some even marked grey.

I&#039;ve restarted the NAS and PC and router altogether but to no avail.

I have a feeling that I just have to allow my router or something to talk to my NAS again but I am not sure how to. Or did I accidentally change my IP address of my router or PC thus this happens.

I sincerely hope you&#039;re able to help me out here please! 

Thank you :)</description>
		<content:encoded><![CDATA[<p>Hey, I&#8217;ve been asking around but not much answers. So hopefully you can help me out here.</p>
<p>I used to configure the DNS320 well, with everything running but recently I can&#8217;t even log onto the WEBUI. I tried typing in the IP address but it generated an error instead &#8211; &#8220;This webpage is not available.&#8221; </p>
<p>The path that I designated for the NAS is still marked in &#8216;My Computer&#8217; and although the folders are still there, the files in it are gone and some even marked grey.</p>
<p>I&#8217;ve restarted the NAS and PC and router altogether but to no avail.</p>
<p>I have a feeling that I just have to allow my router or something to talk to my NAS again but I am not sure how to. Or did I accidentally change my IP address of my router or PC thus this happens.</p>
<p>I sincerely hope you&#8217;re able to help me out here please! </p>
<p>Thank you <img src='http://www.krazyworks.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create TAR and pipe through gzip by Ed</title>
		<link>http://www.krazyworks.com/create-tar-and-pipe-through-gzip/comment-page-1/#comment-147783</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Wed, 02 May 2012 06:09:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.comradegeneral.com/SysAdmin/?p=7#comment-147783</guid>
		<description>Hi,

Do you have an example of using gzip with a pipe?

From Googling, only one I found is from the one below:

http://ididntknowthisyesterday.blogspot.co.nz/2008/09/pipe-into-gzip.html 

using 

cat myfile.txt &#124; gzip -f &gt; myfile.txt.gz 

Will this work for binary files as well? 

FYI, reason am wanting to use a pipe is due to lack of disk space, I have 500MB left and am trying to gzip a 400M file. Am assuming by using a pipe, it will use the memory instead of the available disk space while the gzip is in progress, is this correct?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Do you have an example of using gzip with a pipe?</p>
<p>From Googling, only one I found is from the one below:</p>
<p><a href="http://ididntknowthisyesterday.blogspot.co.nz/2008/09/pipe-into-gzip.html" rel="nofollow">http://ididntknowthisyesterday.blogspot.co.nz/2008/09/pipe-into-gzip.html</a> </p>
<p>using </p>
<p>cat myfile.txt | gzip -f &gt; myfile.txt.gz </p>
<p>Will this work for binary files as well? </p>
<p>FYI, reason am wanting to use a pipe is due to lack of disk space, I have 500MB left and am trying to gzip a 400M file. Am assuming by using a pipe, it will use the memory instead of the available disk space while the gzip is in progress, is this correct?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Encoding Videos for XBox 360 and PS3 by Jeremy</title>
		<link>http://www.krazyworks.com/encoding-videos-for-xbox-360-and-ps3/comment-page-1/#comment-143836</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Wed, 25 Apr 2012 03:46:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.krazyworks.com/?p=906#comment-143836</guid>
		<description>Since you&#039;re using xvid you can have it use multiple CPUs (or CPU cores) by passing in the &quot;threads&quot; option. For instance, if you want to run it using two cores:

mencoder &quot;original_file.mkv&quot; -ovc xvid -oac mp3lame -xvidencopts fixed_quant=2:threads=2 -alang en -o &quot;converted_file.avi&quot;</description>
		<content:encoded><![CDATA[<p>Since you&#8217;re using xvid you can have it use multiple CPUs (or CPU cores) by passing in the &#8220;threads&#8221; option. For instance, if you want to run it using two cores:</p>
<p>mencoder &#8220;original_file.mkv&#8221; -ovc xvid -oac mp3lame -xvidencopts fixed_quant=2:threads=2 -alang en -o &#8220;converted_file.avi&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wget Google image collector by ryan</title>
		<link>http://www.krazyworks.com/wget-google-image-collector/comment-page-1/#comment-143758</link>
		<dc:creator>ryan</dc:creator>
		<pubDate>Tue, 24 Apr 2012 23:31:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.comradegeneral.com/SysAdmin/?p=89#comment-143758</guid>
		<description>can you update this script for use with the new google images url?

I added 
&amp;sout=1

to the end of the string and it still doesn&#039;t seem to work for me.

any thoughts?

thanks</description>
		<content:encoded><![CDATA[<p>can you update this script for use with the new google images url?</p>
<p>I added<br />
&amp;sout=1</p>
<p>to the end of the string and it still doesn&#8217;t seem to work for me.</p>
<p>any thoughts?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Useful awk one-liners by Linux/Unix &#124; Pearltrees</title>
		<link>http://www.krazyworks.com/useful-awk-one-liners/comment-page-1/#comment-143704</link>
		<dc:creator>Linux/Unix &#124; Pearltrees</dc:creator>
		<pubDate>Tue, 24 Apr 2012 20:55:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.comradegeneral.com/SysAdmin/?p=10#comment-143704</guid>
		<description>[...] Unix and Linux network configuration. Useful awk one-liners [...]</description>
		<content:encoded><![CDATA[<p>[...] Unix and Linux network configuration. Useful awk one-liners [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on D-Link DNS-320 NAS Review by mark</title>
		<link>http://www.krazyworks.com/d-link-dns-320-nas-review/comment-page-1/#comment-142536</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Sun, 22 Apr 2012 12:50:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.krazyworks.com/?p=2397#comment-142536</guid>
		<description>hi,

I have set up my NAS as a raid 1 hard drive, i need to backup 500 gb of photos and require a &quot;mirror image&quot;. The NAS has 2 x 1TB seagate hard dive installed. 
I Copied 120GB of data to volume 1 and went onto the management system to check the exact same amount of data had been copied to volume 2.
Questions being:

Should i be able to see 2 volumes? as per your comment above i should only see 1?
If i should have 2 volumes do i need to schedule a local backup to mirror the data? (i was under the assumption this would be automatic??)
When i look on my shared devices on my mac i can see 2 seperate DNS 320&#039;s, although both have the same 2 volumes and data?

Thanks, as im sure you have guessed this is my first NAS, I bought it specifically for the ability to have a mirrored backup to ensure i dont lose my data. If you dont consider this fullproof what are your recommendations?</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>I have set up my NAS as a raid 1 hard drive, i need to backup 500 gb of photos and require a &#8220;mirror image&#8221;. The NAS has 2 x 1TB seagate hard dive installed.<br />
I Copied 120GB of data to volume 1 and went onto the management system to check the exact same amount of data had been copied to volume 2.<br />
Questions being:</p>
<p>Should i be able to see 2 volumes? as per your comment above i should only see 1?<br />
If i should have 2 volumes do i need to schedule a local backup to mirror the data? (i was under the assumption this would be automatic??)<br />
When i look on my shared devices on my mac i can see 2 seperate DNS 320&#8242;s, although both have the same 2 volumes and data?</p>
<p>Thanks, as im sure you have guessed this is my first NAS, I bought it specifically for the ability to have a mirrored backup to ensure i dont lose my data. If you dont consider this fullproof what are your recommendations?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NetBackup Command Guide by KIRAN</title>
		<link>http://www.krazyworks.com/netbackup-command-guide/comment-page-1/#comment-132537</link>
		<dc:creator>KIRAN</dc:creator>
		<pubDate>Mon, 09 Apr 2012 11:13:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.krazyworks.com/?p=816#comment-132537</guid>
		<description>Hi 
Recently i finished my veritas netbackup6.5 course. i am trying for job could any please help me about real time environment like how many master servers,media servers,clients,os,tape drives n plz provide me material also...............</description>
		<content:encoded><![CDATA[<p>Hi<br />
Recently i finished my veritas netbackup6.5 course. i am trying for job could any please help me about real time environment like how many master servers,media servers,clients,os,tape drives n plz provide me material also&#8230;&#8230;&#8230;&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on D-Link DNS-320 NAS Review by Igor</title>
		<link>http://www.krazyworks.com/d-link-dns-320-nas-review/comment-page-1/#comment-129430</link>
		<dc:creator>Igor</dc:creator>
		<pubDate>Sat, 31 Mar 2012 06:15:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.krazyworks.com/?p=2397#comment-129430</guid>
		<description>I have to connect it to a router? No shit... Does the router have to run DHCP? Mine doesn&#039;t. Not all networks were built for downloading porn and watching Tivo. Sorry to disappoint.</description>
		<content:encoded><![CDATA[<p>I have to connect it to a router? No shit&#8230; Does the router have to run DHCP? Mine doesn&#8217;t. Not all networks were built for downloading porn and watching Tivo. Sorry to disappoint.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on D-Link DNS-320 NAS Review by Igor</title>
		<link>http://www.krazyworks.com/d-link-dns-320-nas-review/comment-page-1/#comment-129429</link>
		<dc:creator>Igor</dc:creator>
		<pubDate>Sat, 31 Mar 2012 06:12:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.krazyworks.com/?p=2397#comment-129429</guid>
		<description>Tom, this &quot;auto-IP&quot; process must be something that was introduced in later firmware version. The user guide that came with my DNS-320 does not have this information. I did the same: connected the NAS to a private network and tried using the Storage Utility to find it on the network. Unfortunately, it did not work, resulting in the effort of configuring a DHCP server.</description>
		<content:encoded><![CDATA[<p>Tom, this &#8220;auto-IP&#8221; process must be something that was introduced in later firmware version. The user guide that came with my DNS-320 does not have this information. I did the same: connected the NAS to a private network and tried using the Storage Utility to find it on the network. Unfortunately, it did not work, resulting in the effort of configuring a DHCP server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Passing MySQL Commands from Shell Script by sixthfore@gmail.com</title>
		<link>http://www.krazyworks.com/passing-mysql-commands-from-shell-script/comment-page-1/#comment-129035</link>
		<dc:creator>sixthfore@gmail.com</dc:creator>
		<pubDate>Fri, 30 Mar 2012 15:54:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.krazyworks.com/?p=1108#comment-129035</guid>
		<description>Thank you, Igor!</description>
		<content:encoded><![CDATA[<p>Thank you, Igor!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on D-Link DNS-320 NAS Review by JusticeBao</title>
		<link>http://www.krazyworks.com/d-link-dns-320-nas-review/comment-page-1/#comment-128905</link>
		<dc:creator>JusticeBao</dc:creator>
		<pubDate>Fri, 30 Mar 2012 09:58:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.krazyworks.com/?p=2397#comment-128905</guid>
		<description>&quot;Surprisingly, not very easy at all. It took me – a senior Unix sysadmin – and a colleague – an experienced network admin – about two hours to get this little box working&quot;
 
This is a bias review from someone claiming to be an expert. I got it hooked up, and ready to go in 30 minutes with 2x 500Gb HDD for testing.

I had my FTP access working, and toyed with the internal Torrent App.. All in all, took me 1 hour from setup to having my wife come in to transfer her work files in.

Your difficulty in setting up is crap. You know you HAVE to connect this to a router. it&#039;s even SHOWN on the box. What are you talking about? 

If you are going to review a product, please be professional about it. This box may be inexpensive, it&#039;s still a 800Mhz x 128Mb based solution that is affordable to many who may not need to shoot the roof with a Synology 1.6Ghz based NAS.

I am not saying this is the DNS320 is the best in the world. But it&#039;s definately not as crappy as you put it.</description>
		<content:encoded><![CDATA[<p>&#8220;Surprisingly, not very easy at all. It took me – a senior Unix sysadmin – and a colleague – an experienced network admin – about two hours to get this little box working&#8221;</p>
<p>This is a bias review from someone claiming to be an expert. I got it hooked up, and ready to go in 30 minutes with 2x 500Gb HDD for testing.</p>
<p>I had my FTP access working, and toyed with the internal Torrent App.. All in all, took me 1 hour from setup to having my wife come in to transfer her work files in.</p>
<p>Your difficulty in setting up is crap. You know you HAVE to connect this to a router. it&#8217;s even SHOWN on the box. What are you talking about? </p>
<p>If you are going to review a product, please be professional about it. This box may be inexpensive, it&#8217;s still a 800Mhz x 128Mb based solution that is affordable to many who may not need to shoot the roof with a Synology 1.6Ghz based NAS.</p>
<p>I am not saying this is the DNS320 is the best in the world. But it&#8217;s definately not as crappy as you put it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on D-Link DNS-320 NAS Review by ShaneSFTech</title>
		<link>http://www.krazyworks.com/d-link-dns-320-nas-review/comment-page-1/#comment-128254</link>
		<dc:creator>ShaneSFTech</dc:creator>
		<pubDate>Wed, 28 Mar 2012 17:50:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.krazyworks.com/?p=2397#comment-128254</guid>
		<description>dude.. your a trip.</description>
		<content:encoded><![CDATA[<p>dude.. your a trip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on D-Link DNS-320 NAS Review by Pete</title>
		<link>http://www.krazyworks.com/d-link-dns-320-nas-review/comment-page-1/#comment-125674</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Fri, 23 Mar 2012 11:37:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.krazyworks.com/?p=2397#comment-125674</guid>
		<description>My DNS-320 arrived yesterday from Amazon. I have found it to be a little quirky so far but then for the price maybe this isn&#039;t unexpected. I have a macbook pro as well as windows machines - I downloaded the latest firmware and also downloaded the D-Link Storage Utility for mac which seems to work well.

After initial setup and all seemed fine until the connectivity to the DNS disappeared. (Oddly started after I changed from using wireless to ethernet from my macbook). Rebooting resolved the connectivity issue for about 5 minutes when the network connection would fail again repeatedly.

I resolved the issue by resetting the DNS and since then everything seems to be OK.

My final issue with the DNS is the time it is taking to copy files to it. I&#039;m guessing that in RAID1 configuration copy performance is compromised.</description>
		<content:encoded><![CDATA[<p>My DNS-320 arrived yesterday from Amazon. I have found it to be a little quirky so far but then for the price maybe this isn&#8217;t unexpected. I have a macbook pro as well as windows machines &#8211; I downloaded the latest firmware and also downloaded the D-Link Storage Utility for mac which seems to work well.</p>
<p>After initial setup and all seemed fine until the connectivity to the DNS disappeared. (Oddly started after I changed from using wireless to ethernet from my macbook). Rebooting resolved the connectivity issue for about 5 minutes when the network connection would fail again repeatedly.</p>
<p>I resolved the issue by resetting the DNS and since then everything seems to be OK.</p>
<p>My final issue with the DNS is the time it is taking to copy files to it. I&#8217;m guessing that in RAID1 configuration copy performance is compromised.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on D-Link DNS-320 NAS Review by z4k</title>
		<link>http://www.krazyworks.com/d-link-dns-320-nas-review/comment-page-1/#comment-123854</link>
		<dc:creator>z4k</dc:creator>
		<pubDate>Tue, 20 Mar 2012 18:07:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.krazyworks.com/?p=2397#comment-123854</guid>
		<description>Hi

I am a happy user of nas d-link sharecenter dns-320 (pulse)

Usually I use this through its web interface, but since I&#039;m
also a happy linux user that always prefers to use
software in command-line so I created a simple script
management p2p and other basic functionality(for now).
I created a Mercurial repository on Bitbucket to this address:

https://bitbucket.org/zakis_/dns-320-command-line

You can download it and use it freely, hopefully useful, for example via
to check your NAS remotely through a linux server.

I hope to use it than you think to help me to add new
useful features, in a short time to cover all aspects of the NAS.

Happy Hacking
z4k</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I am a happy user of nas d-link sharecenter dns-320 (pulse)</p>
<p>Usually I use this through its web interface, but since I&#8217;m<br />
also a happy linux user that always prefers to use<br />
software in command-line so I created a simple script<br />
management p2p and other basic functionality(for now).<br />
I created a Mercurial repository on Bitbucket to this address:</p>
<p><a href="https://bitbucket.org/zakis_/dns-320-command-line" rel="nofollow">https://bitbucket.org/zakis_/dns-320-command-line</a></p>
<p>You can download it and use it freely, hopefully useful, for example via<br />
to check your NAS remotely through a linux server.</p>
<p>I hope to use it than you think to help me to add new<br />
useful features, in a short time to cover all aspects of the NAS.</p>
<p>Happy Hacking<br />
z4k</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on D-Link DNS-320 NAS Review by Nick</title>
		<link>http://www.krazyworks.com/d-link-dns-320-nas-review/comment-page-1/#comment-122658</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Sun, 18 Mar 2012 20:53:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.krazyworks.com/?p=2397#comment-122658</guid>
		<description>Hi Igor. Thanks for the review.

I have purchased a DNS-320 for using it as a media server and for running scheduled backups. Because of your comments and other people&#039;s opinions, I will have a second back up made in an external drive, just in case.

Before buying this device, I used to stream movies (720p) from an external WD My Book hard drive to my WDTV Live Streaming media player (with built-in wifi n) connecting the hard drive via USB to my wireless n router. All videos played flawlessly.

When I bought this device, I connected it to my router&#039;s gigabit wired port and played videos on my WDTV. When I play videos from my network shares, they freeze after some minutes and some of them even stops playing. However, when I play from media server (UPnP), they play fine, albeit without displaying subtitles. Moreover, the files show up in non-alphabetical order and it is hard to browse through my movie collection.

I cannot understand why I could play videos from network shares of my WD My Book connected via USB to my router, and I cannot play them well from my DNS-320 via a gigabit wired network.

Thank you for your comments.</description>
		<content:encoded><![CDATA[<p>Hi Igor. Thanks for the review.</p>
<p>I have purchased a DNS-320 for using it as a media server and for running scheduled backups. Because of your comments and other people&#8217;s opinions, I will have a second back up made in an external drive, just in case.</p>
<p>Before buying this device, I used to stream movies (720p) from an external WD My Book hard drive to my WDTV Live Streaming media player (with built-in wifi n) connecting the hard drive via USB to my wireless n router. All videos played flawlessly.</p>
<p>When I bought this device, I connected it to my router&#8217;s gigabit wired port and played videos on my WDTV. When I play videos from my network shares, they freeze after some minutes and some of them even stops playing. However, when I play from media server (UPnP), they play fine, albeit without displaying subtitles. Moreover, the files show up in non-alphabetical order and it is hard to browse through my movie collection.</p>
<p>I cannot understand why I could play videos from network shares of my WD My Book connected via USB to my router, and I cannot play them well from my DNS-320 via a gigabit wired network.</p>
<p>Thank you for your comments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing and Configuring Ganglia by Cameron</title>
		<link>http://www.krazyworks.com/installing-and-configuring-ganglia/comment-page-1/#comment-120168</link>
		<dc:creator>Cameron</dc:creator>
		<pubDate>Wed, 14 Mar 2012 17:16:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.comradegeneral.com/SysAdmin/?p=142#comment-120168</guid>
		<description>It&#039;s 2012.  Ganglia is still poorly documented.  It still doesn&#039;t start reliably.  There&#039;s still zero useful troubleshooting info.  (This includes &quot;start over and pay more attention.  Not useful.)  The developers still don&#039;t acknowledge these problems.  Before wasting time on this mess, consider alternatives.</description>
		<content:encoded><![CDATA[<p>It&#8217;s 2012.  Ganglia is still poorly documented.  It still doesn&#8217;t start reliably.  There&#8217;s still zero useful troubleshooting info.  (This includes &#8220;start over and pay more attention.  Not useful.)  The developers still don&#8217;t acknowledge these problems.  Before wasting time on this mess, consider alternatives.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on D-Link DNS-320 NAS Review by fernandoe</title>
		<link>http://www.krazyworks.com/d-link-dns-320-nas-review/comment-page-1/#comment-117687</link>
		<dc:creator>fernandoe</dc:creator>
		<pubDate>Fri, 09 Mar 2012 17:04:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.krazyworks.com/?p=2397#comment-117687</guid>
		<description>Gary,

If you&#039;re set up in RAID 1, your drives are &#039;consolidated&#039; into one drive. The fact that there are two drives is intentionally masked to look like 1 drive, due to the redundancy of your data across both drives.

All that to say: you&#039;re fine.</description>
		<content:encoded><![CDATA[<p>Gary,</p>
<p>If you&#8217;re set up in RAID 1, your drives are &#8216;consolidated&#8217; into one drive. The fact that there are two drives is intentionally masked to look like 1 drive, due to the redundancy of your data across both drives.</p>
<p>All that to say: you&#8217;re fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on D-Link DNS-320 NAS Review by gary</title>
		<link>http://www.krazyworks.com/d-link-dns-320-nas-review/comment-page-1/#comment-114576</link>
		<dc:creator>gary</dc:creator>
		<pubDate>Fri, 02 Mar 2012 23:48:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.krazyworks.com/?p=2397#comment-114576</guid>
		<description>Sorry forgot to say that i am running Raid 1.

thanks

Gary</description>
		<content:encoded><![CDATA[<p>Sorry forgot to say that i am running Raid 1.</p>
<p>thanks</p>
<p>Gary</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on D-Link DNS-320 NAS Review by gary</title>
		<link>http://www.krazyworks.com/d-link-dns-320-nas-review/comment-page-1/#comment-114575</link>
		<dc:creator>gary</dc:creator>
		<pubDate>Fri, 02 Mar 2012 23:47:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.krazyworks.com/?p=2397#comment-114575</guid>
		<description>I have one of these DNS-320 units, tried to get on to technical support but they were unable to help, may you can. when you log into the DNS using the web interface, the interface on the right hand side only shows VOL_1 should it show 2 Drives. my reason for asking is how do i know if it is functioning correctly.
thanks

Gary</description>
		<content:encoded><![CDATA[<p>I have one of these DNS-320 units, tried to get on to technical support but they were unable to help, may you can. when you log into the DNS using the web interface, the interface on the right hand side only shows VOL_1 should it show 2 Drives. my reason for asking is how do i know if it is functioning correctly.<br />
thanks</p>
<p>Gary</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on D-Link DNS-320 NAS Review by ThomasM195</title>
		<link>http://www.krazyworks.com/d-link-dns-320-nas-review/comment-page-1/#comment-114446</link>
		<dc:creator>ThomasM195</dc:creator>
		<pubDate>Fri, 02 Mar 2012 07:01:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.krazyworks.com/?p=2397#comment-114446</guid>
		<description>The manual for the DNS-320 is out of order. I&#039;ve seen three versions of it today.  All of them have Section 2 on page 6, with Section 3 on pages 7 to 19, then Section 2 on pages 20 and 21, following by section 4 starting on page 22.

On page 20 are the instructions on how to set up this device without using DHCP.</description>
		<content:encoded><![CDATA[<p>The manual for the DNS-320 is out of order. I&#8217;ve seen three versions of it today.  All of them have Section 2 on page 6, with Section 3 on pages 7 to 19, then Section 2 on pages 20 and 21, following by section 4 starting on page 22.</p>
<p>On page 20 are the instructions on how to set up this device without using DHCP.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

