<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Storage | DCMST</title><link>https://portfolio.devcrumbs.com/tag/storage/</link><atom:link href="https://portfolio.devcrumbs.com/tag/storage/index.xml" rel="self" type="application/rss+xml"/><description>Storage</description><generator>Wowchemy (https://wowchemy.com)</generator><language>en-us</language><lastBuildDate>Fri, 16 Feb 2018 00:00:00 +0000</lastBuildDate><image><url>https://portfolio.devcrumbs.com/media/icon_hu28290437db960aa4e7d19bb9f7230401_6937_512x512_fill_lanczos_center_3.png</url><title>Storage</title><link>https://portfolio.devcrumbs.com/tag/storage/</link></image><item><title>Improve WD MyCloud performance</title><link>https://portfolio.devcrumbs.com/improve-wd-mycloud-performance/</link><pubDate>Fri, 16 Feb 2018 00:00:00 +0000</pubDate><guid>https://portfolio.devcrumbs.com/improve-wd-mycloud-performance/</guid><description>&lt;p>I&amp;rsquo;ve just noticed that my NAS a &lt;a href="https://www.westerndigital.com/products/network-attached-storage/wd-my-cloud-expert-series-ex2-ultra#WDBVBZ0040JCH-NESN" target="_blank" rel="noopener">Western Digital My Cloud EX2&lt;/a> is going slower,
so I decided to investigate about what can I do to improve its performance.&lt;/p>
&lt;p>I assume that you already configure ssh on your NAS device.
If is not configured you can follow the next instructions: &lt;a href="https://support-en.wd.com/app/answers/detailweb/a_id/12861" target="_blank" rel="noopener">https://support-en.wd.com/app/answers/detailweb/a_id/12861&lt;/a>&lt;/p>
&lt;h2 id="stop-indexing-services">Stop Indexing Services&lt;/h2>
&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code class="language-shell" data-lang="shell">&lt;span class="line">&lt;span class="cl">/etc/init.d/wdmcserver stop
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">/etc/init.d/wdphotodbmerger stop
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>To do it forever, you should create the cronjob as:&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code class="language-shell" data-lang="shell">&lt;span class="line">&lt;span class="cl">crontab -e
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>And add the following lines:&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code class="language-shell" data-lang="shell">&lt;span class="line">&lt;span class="cl">@reboot /bin/sh /etc/init.d/wdmcserverd stop
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">@reboot /bin/sh /etc/init.d/wdphotodbmerger stop
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>&lt;strong>References:&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>Western Digital knowledge base link&lt;sup id="fnref:1">&lt;a href="#fn:1" class="footnote-ref" role="doc-noteref">1&lt;/a>&lt;/sup>&lt;/li>
&lt;/ul>
&lt;div class="footnotes" role="doc-endnotes">
&lt;hr>
&lt;ol>
&lt;li id="fn:1">
&lt;p>&lt;a href="https://support-en.wd.com/app/answers/detailweb/a_id/12861" target="_blank" rel="noopener">How to enable SSH (Secure Shell) on a My Cloud EX2 device&lt;/a>&amp;#160;&lt;a href="#fnref:1" class="footnote-backref" role="doc-backlink">&amp;#x21a9;&amp;#xfe0e;&lt;/a>&lt;/p>
&lt;/li>
&lt;/ol>
&lt;/div></description></item></channel></rss>