hugo daily push 2018-12-13 22:00:01

master
Eric Chang 7 years ago
parent b1c236d417
commit d28f443b92

@ -0,0 +1,35 @@
---
title: "[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas"
date: 2018-12-13T17:40:20+08:00
noSummary: false
featuredImage: "https://h.cowbay.org/images/post-default-2.jpg"
categories: ['筆記']
tags: ['freenas']
author: "Eric Chang"
---
這兩天在弄兩台Freenas 準備當作Proxmox 的Storage & Server Backup
因為伺服器的限制只能接六個SATA我接了六個2T的硬碟做raid10
然後把Freenas 安裝在隨身碟上
不過會一直出現Smartd failed to start 的錯誤訊息
<!--more-->
![Freenas smartd failed to start](https://i.imgur.com/mj6lCc7.png)
翻了一下論壇,發現因為系統安裝在隨身碟上
然後預設會開啟隨身碟的smart
可是這樣反而會造成錯誤
所以只要去 Storage --> View Disks 找到隨身碟的代號
然後點兩下進去編輯,把 enable S.M.A.R.T 關閉
![disable SMART on USB FLASH](https://i.imgur.com/WnvsQie.png)
接著再去啟動 SMART ,就不會有錯誤訊息了

@ -115,6 +115,10 @@
<strong>Latest posts</strong> <strong>Latest posts</strong>
<ul> <ul>
<li>
<a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a>
</li>
<li> <li>
<a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a> <a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a>
</li> </li>
@ -139,10 +143,6 @@
<a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a> <a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a>
</li> </li>
<li>
<a href="/post/change-preferred-language-in-firefox/">[筆記] 為了metabase 修改 firefox 開啟網頁時使用的預設語言 change the preferred language in firefox for metabase</a>
</li>
</ul> </ul>
</div> </div>
@ -153,7 +153,7 @@
<ul> <ul>
<li> <li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (10)</a> <a href="/categories/%E7%AD%86%E8%A8%98">筆記 (11)</a>
</li> </li>
<li> <li>

@ -90,6 +90,85 @@
<div class="article-wrapper u-cf">
<a class="bubble" href="/post/smartd-failed-to-start-in-freenas/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="featured-image">
<a href="/post/smartd-failed-to-start-in-freenas/">
<img src="/images/post-default-2.jpg" alt="">
</a>
</div>
<div class="content">
<h3><a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a></h3>
<div class="meta">
<span class="date moment">2018-12-13</span>
<span class="categories">
<a href="/categories/%E7%AD%86%E8%A8%98">筆記</a>
</span>
<span class="author"><a href="/author/eric-chang">Eric Chang</a></span>
</div>
<p>這兩天在弄兩台Freenas 準備當作Proxmox 的Storage &amp; Server Backup</p>
<p>因為伺服器的限制只能接六個SATA我接了六個2T的硬碟做raid10</p>
<p>然後把Freenas 安裝在隨身碟上</p>
<p>不過會一直出現Smartd failed to start 的錯誤訊息</p>
<p></p>
<a href="/post/smartd-failed-to-start-in-freenas/" class="more">Continue reading</a>
</div>
<div class="footer">
<div class="tags">
<i class="fa fa-tags"></i>
<div class="links">
<a href="/tags/freenas">freenas</a>
</div>
</div>
</div>
</article>
</div>
<div class="article-wrapper u-cf"> <div class="article-wrapper u-cf">
<a class="bubble" href="/post/incredibly-slow-mdadm-rebuild/"> <a class="bubble" href="/post/incredibly-slow-mdadm-rebuild/">
@ -873,84 +952,6 @@
</div>
</article>
</div>
<div class="article-wrapper u-cf">
<a class="bubble" href="/post/nice-du-report-tool-durep/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="featured-image">
<a href="/post/nice-du-report-tool-durep/">
<img src="/images/post-default-9.jpg" alt="">
</a>
</div>
<div class="content">
<h3><a href="/post/nice-du-report-tool-durep/">Nice Du Report Tool Durep</a></h3>
<div class="meta">
<span class="date moment">2018-11-06</span>
<span class="categories">
<a href="/categories/%E7%AD%86%E8%A8%98">筆記</a>
</span>
<span class="author"><a href="/author/eric-chang">Eric Chang</a></span>
</div>
<p>最近在重新規劃前人留下的backup爛攤子
各個伺服器統一備份到一台backup storage
想說如果每天能夠看到backup storage的磁碟用量的話
就可以抓出備份空間成長速度、推估需要多大的磁碟空間
找了一些工具,結果發現 durep 這個 ubuntu 內建的工具
基本上可以滿足我的需求</p>
<a href="/post/nice-du-report-tool-durep/" class="more">Continue reading</a>
</div>
<div class="footer">
<div class="tags">
<i class="fa fa-tags"></i>
<div class="links">
<a href="/tags/linux">linux</a>
<a href="/tags/du">du</a>
</div>
</div>
</div> </div>
</article> </article>
@ -981,6 +982,10 @@
<strong>Latest posts</strong> <strong>Latest posts</strong>
<ul> <ul>
<li>
<a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a>
</li>
<li> <li>
<a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a> <a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a>
</li> </li>
@ -1005,10 +1010,6 @@
<a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a> <a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a>
</li> </li>
<li>
<a href="/post/change-preferred-language-in-firefox/">[筆記] 為了metabase 修改 firefox 開啟網頁時使用的預設語言 change the preferred language in firefox for metabase</a>
</li>
</ul> </ul>
</div> </div>
@ -1019,7 +1020,7 @@
<ul> <ul>
<li> <li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (10)</a> <a href="/categories/%E7%AD%86%E8%A8%98">筆記 (11)</a>
</li> </li>
<li> <li>

@ -5,11 +5,28 @@
<link>https://h.cowbay.org/author/eric-chang/</link> <link>https://h.cowbay.org/author/eric-chang/</link>
<description>Recent content in Eric Chang on MC部落</description> <description>Recent content in Eric Chang on MC部落</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<lastBuildDate>Wed, 12 Dec 2018 11:10:22 +0800</lastBuildDate> <lastBuildDate>Thu, 13 Dec 2018 17:40:20 +0800</lastBuildDate>
<atom:link href="https://h.cowbay.org/author/eric-chang/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="https://h.cowbay.org/author/eric-chang/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</title>
<link>https://h.cowbay.org/post/smartd-failed-to-start-in-freenas/</link>
<pubDate>Thu, 13 Dec 2018 17:40:20 +0800</pubDate>
<guid>https://h.cowbay.org/post/smartd-failed-to-start-in-freenas/</guid>
<description>&lt;p&gt;這兩天在弄兩台Freenas 準備當作Proxmox 的Storage &amp;amp; Server Backup&lt;/p&gt;
&lt;p&gt;因為伺服器的限制只能接六個SATA我接了六個2T的硬碟做raid10&lt;/p&gt;
&lt;p&gt;然後把Freenas 安裝在隨身碟上&lt;/p&gt;
&lt;p&gt;不過會一直出現Smartd failed to start 的錯誤訊息&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;</description>
</item>
<item> <item>
<title>[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</title> <title>[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</title>
<link>https://h.cowbay.org/post/incredibly-slow-mdadm-rebuild/</link> <link>https://h.cowbay.org/post/incredibly-slow-mdadm-rebuild/</link>

@ -90,6 +90,84 @@
<div class="article-wrapper u-cf">
<a class="bubble" href="/post/nice-du-report-tool-durep/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="featured-image">
<a href="/post/nice-du-report-tool-durep/">
<img src="/images/post-default-9.jpg" alt="">
</a>
</div>
<div class="content">
<h3><a href="/post/nice-du-report-tool-durep/">Nice Du Report Tool Durep</a></h3>
<div class="meta">
<span class="date moment">2018-11-06</span>
<span class="categories">
<a href="/categories/%E7%AD%86%E8%A8%98">筆記</a>
</span>
<span class="author"><a href="/author/eric-chang">Eric Chang</a></span>
</div>
<p>最近在重新規劃前人留下的backup爛攤子
各個伺服器統一備份到一台backup storage
想說如果每天能夠看到backup storage的磁碟用量的話
就可以抓出備份空間成長速度、推估需要多大的磁碟空間
找了一些工具,結果發現 durep 這個 ubuntu 內建的工具
基本上可以滿足我的需求</p>
<a href="/post/nice-du-report-tool-durep/" class="more">Continue reading</a>
</div>
<div class="footer">
<div class="tags">
<i class="fa fa-tags"></i>
<div class="links">
<a href="/tags/linux">linux</a>
<a href="/tags/du">du</a>
</div>
</div>
</div>
</article>
</div>
<div class="article-wrapper u-cf"> <div class="article-wrapper u-cf">
<a class="bubble" href="/post/bookstack-docker/"> <a class="bubble" href="/post/bookstack-docker/">
@ -364,6 +442,10 @@
<strong>Latest posts</strong> <strong>Latest posts</strong>
<ul> <ul>
<li>
<a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a>
</li>
<li> <li>
<a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a> <a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a>
</li> </li>
@ -388,10 +470,6 @@
<a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a> <a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a>
</li> </li>
<li>
<a href="/post/change-preferred-language-in-firefox/">[筆記] 為了metabase 修改 firefox 開啟網頁時使用的預設語言 change the preferred language in firefox for metabase</a>
</li>
</ul> </ul>
</div> </div>
@ -402,7 +480,7 @@
<ul> <ul>
<li> <li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (10)</a> <a href="/categories/%E7%AD%86%E8%A8%98">筆記 (11)</a>
</li> </li>
<li> <li>

@ -101,7 +101,7 @@
<hr> <hr>
<ul id="all-categories"> <ul id="all-categories">
<li><a href="/author/eric-chang">Eric chang (13)</a></li> <li><a href="/author/eric-chang">Eric chang (14)</a></li>
</ul> </ul>
</div> </div>
@ -120,6 +120,10 @@
<strong>Latest posts</strong> <strong>Latest posts</strong>
<ul> <ul>
<li>
<a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a>
</li>
<li> <li>
<a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a> <a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a>
</li> </li>
@ -144,10 +148,6 @@
<a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a> <a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a>
</li> </li>
<li>
<a href="/post/change-preferred-language-in-firefox/">[筆記] 為了metabase 修改 firefox 開啟網頁時使用的預設語言 change the preferred language in firefox for metabase</a>
</li>
</ul> </ul>
</div> </div>
@ -158,7 +158,7 @@
<ul> <ul>
<li> <li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (10)</a> <a href="/categories/%E7%AD%86%E8%A8%98">筆記 (11)</a>
</li> </li>
<li> <li>

@ -12,7 +12,7 @@
<item> <item>
<title>Eric Chang</title> <title>Eric Chang</title>
<link>https://h.cowbay.org/author/eric-chang/</link> <link>https://h.cowbay.org/author/eric-chang/</link>
<pubDate>Wed, 12 Dec 2018 11:10:22 +0800</pubDate> <pubDate>Thu, 13 Dec 2018 17:40:20 +0800</pubDate>
<guid>https://h.cowbay.org/author/eric-chang/</guid> <guid>https://h.cowbay.org/author/eric-chang/</guid>
<description></description> <description></description>

@ -105,7 +105,7 @@
<li><a href="/categories/%E7%A2%8E%E5%BF%B5">碎念 (1)</a></li> <li><a href="/categories/%E7%A2%8E%E5%BF%B5">碎念 (1)</a></li>
<li><a href="/categories/%E7%AD%86%E8%A8%98">筆記 (10)</a></li> <li><a href="/categories/%E7%AD%86%E8%A8%98">筆記 (11)</a></li>
<li><a href="/categories/%E7%BE%A4%E6%9A%89">群暉 (1)</a></li> <li><a href="/categories/%E7%BE%A4%E6%9A%89">群暉 (1)</a></li>
@ -126,6 +126,10 @@
<strong>Latest posts</strong> <strong>Latest posts</strong>
<ul> <ul>
<li>
<a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a>
</li>
<li> <li>
<a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a> <a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a>
</li> </li>
@ -150,10 +154,6 @@
<a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a> <a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a>
</li> </li>
<li>
<a href="/post/change-preferred-language-in-firefox/">[筆記] 為了metabase 修改 firefox 開啟網頁時使用的預設語言 change the preferred language in firefox for metabase</a>
</li>
</ul> </ul>
</div> </div>
@ -164,7 +164,7 @@
<ul> <ul>
<li> <li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (10)</a> <a href="/categories/%E7%AD%86%E8%A8%98">筆記 (11)</a>
</li> </li>
<li> <li>

@ -30,7 +30,7 @@
<item> <item>
<title>筆記</title> <title>筆記</title>
<link>https://h.cowbay.org/categories/%E7%AD%86%E8%A8%98/</link> <link>https://h.cowbay.org/categories/%E7%AD%86%E8%A8%98/</link>
<pubDate>Fri, 07 Dec 2018 15:19:47 +0800</pubDate> <pubDate>Thu, 13 Dec 2018 17:40:20 +0800</pubDate>
<guid>https://h.cowbay.org/categories/%E7%AD%86%E8%A8%98/</guid> <guid>https://h.cowbay.org/categories/%E7%AD%86%E8%A8%98/</guid>
<description></description> <description></description>

@ -179,6 +179,10 @@
<strong>Latest posts</strong> <strong>Latest posts</strong>
<ul> <ul>
<li>
<a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a>
</li>
<li> <li>
<a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a> <a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a>
</li> </li>
@ -203,10 +207,6 @@
<a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a> <a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a>
</li> </li>
<li>
<a href="/post/change-preferred-language-in-firefox/">[筆記] 為了metabase 修改 firefox 開啟網頁時使用的預設語言 change the preferred language in firefox for metabase</a>
</li>
</ul> </ul>
</div> </div>
@ -217,7 +217,7 @@
<ul> <ul>
<li> <li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (10)</a> <a href="/categories/%E7%AD%86%E8%A8%98">筆記 (11)</a>
</li> </li>
<li> <li>

@ -192,6 +192,10 @@
<strong>Latest posts</strong> <strong>Latest posts</strong>
<ul> <ul>
<li>
<a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a>
</li>
<li> <li>
<a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a> <a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a>
</li> </li>
@ -216,10 +220,6 @@
<a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a> <a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a>
</li> </li>
<li>
<a href="/post/change-preferred-language-in-firefox/">[筆記] 為了metabase 修改 firefox 開啟網頁時使用的預設語言 change the preferred language in firefox for metabase</a>
</li>
</ul> </ul>
</div> </div>
@ -230,7 +230,7 @@
<ul> <ul>
<li> <li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (10)</a> <a href="/categories/%E7%AD%86%E8%A8%98">筆記 (11)</a>
</li> </li>
<li> <li>

@ -90,6 +90,85 @@
<div class="article-wrapper u-cf">
<a class="bubble" href="/post/smartd-failed-to-start-in-freenas/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="featured-image">
<a href="/post/smartd-failed-to-start-in-freenas/">
<img src="/images/post-default-2.jpg" alt="">
</a>
</div>
<div class="content">
<h3><a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a></h3>
<div class="meta">
<span class="date moment">2018-12-13</span>
<span class="categories">
<a href="/categories/%E7%AD%86%E8%A8%98">筆記</a>
</span>
<span class="author"><a href="/author/eric-chang">Eric Chang</a></span>
</div>
<p>這兩天在弄兩台Freenas 準備當作Proxmox 的Storage &amp; Server Backup</p>
<p>因為伺服器的限制只能接六個SATA我接了六個2T的硬碟做raid10</p>
<p>然後把Freenas 安裝在隨身碟上</p>
<p>不過會一直出現Smartd failed to start 的錯誤訊息</p>
<p></p>
<a href="/post/smartd-failed-to-start-in-freenas/" class="more">Continue reading</a>
</div>
<div class="footer">
<div class="tags">
<i class="fa fa-tags"></i>
<div class="links">
<a href="/tags/freenas">freenas</a>
</div>
</div>
</div>
</article>
</div>
<div class="article-wrapper u-cf"> <div class="article-wrapper u-cf">
<a class="bubble" href="/post/create-portable-vim-environment/"> <a class="bubble" href="/post/create-portable-vim-environment/">
@ -870,98 +949,6 @@
</div>
</article>
</div>
<div class="article-wrapper u-cf">
<a class="bubble" href="/post/enable-synology-public-ssh/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="featured-image">
<a href="/post/enable-synology-public-ssh/">
<img src="https://i.imgur.com/jcDQmI1.png" alt="">
</a>
</div>
<div class="content">
<h3><a href="/post/enable-synology-public-ssh/">筆記- 啟用群暉NAS (Synology NAS)的SSH Server 透過Publickey 認證免密碼登入</a></h3>
<div class="meta">
<span class="date moment">2018-11-05</span>
<span class="categories">
<a href="/categories/%E7%AD%86%E8%A8%98">筆記</a>
</span>
<span class="author"><a href="/author/eric-chang">Eric Chang</a></span>
</div>
<p>公司內有幾台NAS其中有一台用來放開發人員的postgresql dump file
之前都是主要的開發人員上傳到google drive分享出來 ,然後其他人去抓回來</p>
<p>這樣子有個問題是當server要存取這些檔案時就沒辦法了除非透過一些 3rd party的軟體
像是這篇</p>
<p><a href="https://www.omgubuntu.co.uk/2017/04/mount-google-drive-ocamlfuse-linux">https://www.omgubuntu.co.uk/2017/04/mount-google-drive-ocamlfuse-linux</a></p>
<p>或者是這篇</p>
<p><a href="https://www.maketecheasier.com/mount-google-drive-ubuntu/">https://www.maketecheasier.com/mount-google-drive-ubuntu/</a></p>
<p>但是手邊的伺服器原則上除非有必要不然都沒有開放internet
所以導致明明檔案就在那邊,但是要取得就是很麻煩</p>
<p></p>
<a href="/post/enable-synology-public-ssh/" class="more">Continue reading</a>
</div>
<div class="footer">
<div class="tags">
<i class="fa fa-tags"></i>
<div class="links">
<a href="/tags/%E7%AD%86%E8%A8%98">筆記</a>
<a href="/tags/synology">synology</a>
<a href="/tags/nas">NAS</a>
<a href="/tags/ssh">SSH</a>
</div>
</div>
</div> </div>
</article> </article>
@ -973,6 +960,8 @@
<div class="paginator"> <div class="paginator">
<a href="/categories/%E7%AD%86%E8%A8%98/page/2/" class="older"><i class="fa fa-angle-double-left"></i> Older posts</a>
</div> </div>
@ -990,6 +979,10 @@
<strong>Latest posts</strong> <strong>Latest posts</strong>
<ul> <ul>
<li>
<a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a>
</li>
<li> <li>
<a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a> <a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a>
</li> </li>
@ -1014,10 +1007,6 @@
<a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a> <a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a>
</li> </li>
<li>
<a href="/post/change-preferred-language-in-firefox/">[筆記] 為了metabase 修改 firefox 開啟網頁時使用的預設語言 change the preferred language in firefox for metabase</a>
</li>
</ul> </ul>
</div> </div>
@ -1028,7 +1017,7 @@
<ul> <ul>
<li> <li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (10)</a> <a href="/categories/%E7%AD%86%E8%A8%98">筆記 (11)</a>
</li> </li>
<li> <li>

@ -5,11 +5,28 @@
<link>https://h.cowbay.org/categories/%E7%AD%86%E8%A8%98/</link> <link>https://h.cowbay.org/categories/%E7%AD%86%E8%A8%98/</link>
<description>Recent content in 筆記 on MC部落</description> <description>Recent content in 筆記 on MC部落</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<lastBuildDate>Fri, 07 Dec 2018 15:19:47 +0800</lastBuildDate> <lastBuildDate>Thu, 13 Dec 2018 17:40:20 +0800</lastBuildDate>
<atom:link href="https://h.cowbay.org/categories/%E7%AD%86%E8%A8%98/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="https://h.cowbay.org/categories/%E7%AD%86%E8%A8%98/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</title>
<link>https://h.cowbay.org/post/smartd-failed-to-start-in-freenas/</link>
<pubDate>Thu, 13 Dec 2018 17:40:20 +0800</pubDate>
<guid>https://h.cowbay.org/post/smartd-failed-to-start-in-freenas/</guid>
<description>&lt;p&gt;這兩天在弄兩台Freenas 準備當作Proxmox 的Storage &amp;amp; Server Backup&lt;/p&gt;
&lt;p&gt;因為伺服器的限制只能接六個SATA我接了六個2T的硬碟做raid10&lt;/p&gt;
&lt;p&gt;然後把Freenas 安裝在隨身碟上&lt;/p&gt;
&lt;p&gt;不過會一直出現Smartd failed to start 的錯誤訊息&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;</description>
</item>
<item> <item>
<title>[筆記] 建立一個帶著走的 VIM 環境 Creating portable Vim environment</title> <title>[筆記] 建立一個帶著走的 VIM 環境 Creating portable Vim environment</title>
<link>https://h.cowbay.org/post/create-portable-vim-environment/</link> <link>https://h.cowbay.org/post/create-portable-vim-environment/</link>

@ -0,0 +1,401 @@
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Eric Chang">
<meta name="description" content="Bilberry Premium Theme for Hugo.">
<meta name="keywords" content="blog,personal,responsive,search,font awesome,pages,posts,multilingual,highlight.js,syntax highlighting,premium,shortcuts">
<meta name="generator" content="Hugo 0.50" />
<title> 筆記 | MC部落</title>
<meta name="description" content="筆記 - Bilberry Premium Theme for Hugo.">
<meta itemprop="name" content="筆記">
<meta itemprop="description" content="筆記 - Bilberry Premium Theme for Hugo.">
<meta property="og:title" content="筆記">
<meta property="og:description" content="筆記 - Bilberry Premium Theme for Hugo.">
<meta property="og:image" content="https://www.gravatar.com/avatar/e4eb1f8e016ffb73e9889f87d16e15f0?size=200">
<meta property="og:url" content="https://h.cowbay.org/categories/%E7%AD%86%E8%A8%98/">
<meta property="og:site_name" content="MC部落"><meta property="og:type" content="website">
<link rel="icon" type="image/png" href="https://h.cowbay.org/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="https://h.cowbay.org/favicon-16x16.png" sizes="16x16">
<link href="https://h.cowbay.org/categories/%E7%AD%86%E8%A8%98/index.xml" rel="alternate" type="application/rss+xml" title="MC部落" />
<link href="https://h.cowbay.org/categories/%E7%AD%86%E8%A8%98/index.xml" rel="feed" type="application/rss+xml" title="MC部落" />
<link rel="stylesheet" href="https://h.cowbay.org/sass/combined.min.717098cb5503581e75f12e486a847ca410bf8367d4d8713f4c37affc868c5a1d.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body class="bilberry-hugo-theme">
<nav class="permanentTopNav">
<div class="container">
<ul class="topnav">
</ul>
<div id="search-box" class="search">
<i class="fa fa-search"></i>
<input id="search" type="text" placeholder="Search ...">
</div>
</div>
</nav>
<header>
<div class="container">
<div class="logo">
<a href="/" class="logo">
<img src="https://www.gravatar.com/avatar/e4eb1f8e016ffb73e9889f87d16e15f0?d=mm&size=200" alt="">
<span class="overlay"><i class="fa fa-home"></i></span>
</a>
</div>
<div class="titles">
<h3 class="title"><a href="/">MC部落</a></h3>
<span class="subtitle">這是MC的HUGO部落格採用bilberry theme</span>
</div>
<div class="toggler permanentTopNav">
<i class="fa fa-bars" aria-hidden="true"></i>
</div>
</div>
</header>
<div class="main container">
<div class="article-wrapper u-cf">
<a class="bubble" href="/post/enable-synology-public-ssh/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="featured-image">
<a href="/post/enable-synology-public-ssh/">
<img src="https://i.imgur.com/jcDQmI1.png" alt="">
</a>
</div>
<div class="content">
<h3><a href="/post/enable-synology-public-ssh/">筆記- 啟用群暉NAS (Synology NAS)的SSH Server 透過Publickey 認證免密碼登入</a></h3>
<div class="meta">
<span class="date moment">2018-11-05</span>
<span class="categories">
<a href="/categories/%E7%AD%86%E8%A8%98">筆記</a>
</span>
<span class="author"><a href="/author/eric-chang">Eric Chang</a></span>
</div>
<p>公司內有幾台NAS其中有一台用來放開發人員的postgresql dump file
之前都是主要的開發人員上傳到google drive分享出來 ,然後其他人去抓回來</p>
<p>這樣子有個問題是當server要存取這些檔案時就沒辦法了除非透過一些 3rd party的軟體
像是這篇</p>
<p><a href="https://www.omgubuntu.co.uk/2017/04/mount-google-drive-ocamlfuse-linux">https://www.omgubuntu.co.uk/2017/04/mount-google-drive-ocamlfuse-linux</a></p>
<p>或者是這篇</p>
<p><a href="https://www.maketecheasier.com/mount-google-drive-ubuntu/">https://www.maketecheasier.com/mount-google-drive-ubuntu/</a></p>
<p>但是手邊的伺服器原則上除非有必要不然都沒有開放internet
所以導致明明檔案就在那邊,但是要取得就是很麻煩</p>
<p></p>
<a href="/post/enable-synology-public-ssh/" class="more">Continue reading</a>
</div>
<div class="footer">
<div class="tags">
<i class="fa fa-tags"></i>
<div class="links">
<a href="/tags/%E7%AD%86%E8%A8%98">筆記</a>
<a href="/tags/synology">synology</a>
<a href="/tags/nas">NAS</a>
<a href="/tags/ssh">SSH</a>
</div>
</div>
</div>
</article>
</div>
<div class="paginator">
<a href="/categories/%E7%AD%86%E8%A8%98/" class="newer">Newer posts <i class="fa fa-angle-double-right"></i></a>
</div>
</div>
<footer>
<div class="container">
<div class="recent-posts">
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a>
</li>
<li>
<a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a>
</li>
<li>
<a href="/post/create-portable-vim-environment/">[筆記] 建立一個帶著走的 VIM 環境 Creating portable Vim environment</a>
</li>
<li>
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
<li>
<a href="/post/10g-lab-using-proxmox-and-mellanox/">[筆記] 用 proxmox &amp; Mellanox SFP 網卡土炮 10G LAB </a>
</li>
<li>
<a href="/post/ansible-selectattr-filter/">[筆記] 還是 Ansible Selectattr </a>
</li>
<li>
<a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a>
</li>
</ul>
</div>
<div class="categories">
<a href="/categories/"><strong>Categories</strong></a>
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (11)</a>
</li>
<li>
<a href="/categories/ps">Ps (1)</a>
</li>
<li>
<a href="/categories/%E7%A2%8E%E5%BF%B5">碎念 (1)</a>
</li>
<li>
<a href="/categories/%E7%BE%A4%E6%9A%89">群暉 (1)</a>
</li>
</ul>
</div>
<div class="right">
<div class="external-profiles">
<strong>Social media</strong>
<a href="https://www.facebook.com/mariahchang" target="_blank"><i class="fa fa-facebook-adblock-proof"></i></a>
<a href="https://twitter.com/changchichung" target="_blank"><i class="fa fa-twitter-adblock-proof"></i></a>
<a href="https://github.com/changchichung" target="_blank"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</footer>
<div class="credits">
<div class="container">
<div class="copyright">
<a href="https://github.com/Lednerb" target="_blank">
&copy;
2017
by Lednerb
</a>
-
<a href="https://h.cowbay.org/categories/%E7%AD%86%E8%A8%98/index.xml">RSS</a>
</div>
<div class="author">
<a href="https://github.com/Lednerb/bilberry-hugo-theme" target="_blank">Bilberry Hugo Theme</a>
</div>
</div>
</div>
<script type="application/javascript">
var doNotTrack = false;
if (!doNotTrack) {
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-128770427-1', 'auto');
ga('send', 'pageview');
}
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<script type="text/javascript" src="https://h.cowbay.org/js/externalDependencies.39c47e10e241eae2947b3fe21809c572.js" integrity="md5-OcR&#43;EOJB6uKUez/iGAnFcg=="></script>
<script type="text/javascript" src="https://h.cowbay.org/js/theme.ff50ae6dc1bfc220b23bf69dbb41b54e.js" integrity="md5-/1CubcG/wiCyO/adu0G1Tg=="></script>
<script>
$(".moment").each(function() {
$(this).text(
moment( $(this).text() )
.locale( "en" )
.format('LL')
);
});
$(".footnote-return sup").html("");
</script>
<script>
var client = algoliasearch("2XL0P8XDCY", "4ef65b37b627bb886b46c34a10e63aa6");
var index = client.initIndex("h_cowbay_org");
$('#search').autocomplete({ hint: false, autoselect: true, debug: false },
[
{
source: $.fn.autocomplete.sources.hits(index, { hitsPerPage: 10 }),
displayKey: function(suggestion) {
return suggestion.title || suggestion.author
},
templates: {
suggestion: function(suggestion) {
return "<span class='entry " + suggestion.type + "'>"
+ "<span class='title'>" + suggestion.title + "</span>"
+ "<span class='fa fa-fw " + suggestion.iconClass + "'></span>"
+ "</span>"
;
},
empty: function() {
return "<span class='empty'>Nothing found.</span>"
},
footer: function() {
return '<div class="branding">Powered by <img src="https:\/\/h.cowbay.org\/dist\/algolia-logo-light.svg" /></div>'
}
},
}
])
.on('autocomplete:selected', function(event, suggestion, dataset) {
window.location = (suggestion.url);
})
.keypress(function (event, suggestion) {
if (event.which == 13) {
window.location = (suggestion.url);
}
});
</script>
</body>
</html>

@ -202,6 +202,10 @@
<strong>Latest posts</strong> <strong>Latest posts</strong>
<ul> <ul>
<li>
<a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a>
</li>
<li> <li>
<a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a> <a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a>
</li> </li>
@ -226,10 +230,6 @@
<a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a> <a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a>
</li> </li>
<li>
<a href="/post/change-preferred-language-in-firefox/">[筆記] 為了metabase 修改 firefox 開啟網頁時使用的預設語言 change the preferred language in firefox for metabase</a>
</li>
</ul> </ul>
</div> </div>
@ -240,7 +240,7 @@
<ul> <ul>
<li> <li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (10)</a> <a href="/categories/%E7%AD%86%E8%A8%98">筆記 (11)</a>
</li> </li>
<li> <li>

@ -2,6 +2,11 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml"> xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>https://h.cowbay.org/post/smartd-failed-to-start-in-freenas/</loc>
<lastmod>2018-12-13T17:40:20+08:00</lastmod>
</url>
<url> <url>
<loc>https://h.cowbay.org/post/incredibly-slow-mdadm-rebuild/</loc> <loc>https://h.cowbay.org/post/incredibly-slow-mdadm-rebuild/</loc>
<lastmod>2018-12-12T11:10:22+08:00</lastmod> <lastmod>2018-12-12T11:10:22+08:00</lastmod>
@ -129,7 +134,7 @@
<url> <url>
<loc>https://h.cowbay.org/author/eric-chang/</loc> <loc>https://h.cowbay.org/author/eric-chang/</loc>
<lastmod>2018-12-12T11:10:22+08:00</lastmod> <lastmod>2018-12-13T17:40:20+08:00</lastmod>
<priority>0</priority> <priority>0</priority>
</url> </url>
@ -139,6 +144,12 @@
<priority>0</priority> <priority>0</priority>
</url> </url>
<url>
<loc>https://h.cowbay.org/tags/freenas/</loc>
<lastmod>2018-12-13T17:40:20+08:00</lastmod>
<priority>0</priority>
</url>
<url> <url>
<loc>https://h.cowbay.org/gallery/</loc> <loc>https://h.cowbay.org/gallery/</loc>
<lastmod>2018-11-05T07:46:53+08:00</lastmod> <lastmod>2018-11-05T07:46:53+08:00</lastmod>
@ -153,7 +164,7 @@
<url> <url>
<loc>https://h.cowbay.org/</loc> <loc>https://h.cowbay.org/</loc>
<lastmod>2018-12-12T11:10:22+08:00</lastmod> <lastmod>2018-12-13T17:40:20+08:00</lastmod>
<priority>0</priority> <priority>0</priority>
<xhtml:link <xhtml:link
rel="alternate" rel="alternate"
@ -193,18 +204,18 @@
<url> <url>
<loc>https://h.cowbay.org/post/</loc> <loc>https://h.cowbay.org/post/</loc>
<lastmod>2018-12-12T11:10:22+08:00</lastmod> <lastmod>2018-12-13T17:40:20+08:00</lastmod>
<priority>0</priority> <priority>0</priority>
</url> </url>
<url> <url>
<loc>https://h.cowbay.org/tags/ps/</loc> <loc>https://h.cowbay.org/categories/ps/</loc>
<lastmod>2018-11-05T07:46:53+08:00</lastmod> <lastmod>2018-11-05T07:46:53+08:00</lastmod>
<priority>0</priority> <priority>0</priority>
</url> </url>
<url> <url>
<loc>https://h.cowbay.org/categories/ps/</loc> <loc>https://h.cowbay.org/tags/ps/</loc>
<lastmod>2018-11-05T07:46:53+08:00</lastmod> <lastmod>2018-11-05T07:46:53+08:00</lastmod>
<priority>0</priority> <priority>0</priority>
</url> </url>
@ -268,25 +279,25 @@
</url> </url>
<url> <url>
<loc>https://h.cowbay.org/tags/%E7%AD%86%E8%A8%98/</loc> <loc>https://h.cowbay.org/categories/%E7%AD%86%E8%A8%98/</loc>
<lastmod>2018-11-30T16:05:14+08:00</lastmod> <lastmod>2018-12-13T17:40:20+08:00</lastmod>
<priority>0</priority> <priority>0</priority>
</url> </url>
<url> <url>
<loc>https://h.cowbay.org/categories/%E7%AD%86%E8%A8%98/</loc> <loc>https://h.cowbay.org/tags/%E7%AD%86%E8%A8%98/</loc>
<lastmod>2018-12-07T15:19:47+08:00</lastmod> <lastmod>2018-11-30T16:05:14+08:00</lastmod>
<priority>0</priority> <priority>0</priority>
</url> </url>
<url> <url>
<loc>https://h.cowbay.org/tags/%E7%BE%A4%E6%9A%89/</loc> <loc>https://h.cowbay.org/categories/%E7%BE%A4%E6%9A%89/</loc>
<lastmod>2018-12-04T10:25:19+08:00</lastmod> <lastmod>2018-12-04T10:25:19+08:00</lastmod>
<priority>0</priority> <priority>0</priority>
</url> </url>
<url> <url>
<loc>https://h.cowbay.org/categories/%E7%BE%A4%E6%9A%89/</loc> <loc>https://h.cowbay.org/tags/%E7%BE%A4%E6%9A%89/</loc>
<lastmod>2018-12-04T10:25:19+08:00</lastmod> <lastmod>2018-12-04T10:25:19+08:00</lastmod>
<priority>0</priority> <priority>0</priority>
</url> </url>

@ -179,6 +179,10 @@
<strong>Latest posts</strong> <strong>Latest posts</strong>
<ul> <ul>
<li>
<a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a>
</li>
<li> <li>
<a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a> <a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a>
</li> </li>
@ -203,10 +207,6 @@
<a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a> <a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a>
</li> </li>
<li>
<a href="/post/change-preferred-language-in-firefox/">[筆記] 為了metabase 修改 firefox 開啟網頁時使用的預設語言 change the preferred language in firefox for metabase</a>
</li>
</ul> </ul>
</div> </div>
@ -217,7 +217,7 @@
<ul> <ul>
<li> <li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (10)</a> <a href="/categories/%E7%AD%86%E8%A8%98">筆記 (11)</a>
</li> </li>
<li> <li>

@ -191,6 +191,10 @@
<strong>Latest posts</strong> <strong>Latest posts</strong>
<ul> <ul>
<li>
<a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a>
</li>
<li> <li>
<a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a> <a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a>
</li> </li>
@ -215,10 +219,6 @@
<a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a> <a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a>
</li> </li>
<li>
<a href="/post/change-preferred-language-in-firefox/">[筆記] 為了metabase 修改 firefox 開啟網頁時使用的預設語言 change the preferred language in firefox for metabase</a>
</li>
</ul> </ul>
</div> </div>
@ -229,7 +229,7 @@
<ul> <ul>
<li> <li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (10)</a> <a href="/categories/%E7%AD%86%E8%A8%98">筆記 (11)</a>
</li> </li>
<li> <li>

@ -95,6 +95,87 @@
<div class="article-wrapper u-cf">
<a class="bubble" href="/post/smartd-failed-to-start-in-freenas/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="featured-image">
<a href="/post/smartd-failed-to-start-in-freenas/">
<img src="/images/post-default-2.jpg" alt="">
</a>
</div>
<div class="content">
<h3><a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a></h3>
<div class="meta">
<span class="date moment">2018-12-13</span>
<span class="categories">
<a href="/categories/%E7%AD%86%E8%A8%98">筆記</a>
</span>
<span class="author"><a href="/author/eric-chang">Eric Chang</a></span>
</div>
<p>這兩天在弄兩台Freenas 準備當作Proxmox 的Storage &amp; Server Backup</p>
<p>因為伺服器的限制只能接六個SATA我接了六個2T的硬碟做raid10</p>
<p>然後把Freenas 安裝在隨身碟上</p>
<p>不過會一直出現Smartd failed to start 的錯誤訊息</p>
<p></p>
<a href="/post/smartd-failed-to-start-in-freenas/" class="more">Continue reading</a>
</div>
<div class="footer">
<div class="tags">
<i class="fa fa-tags"></i>
<div class="links">
<a href="/tags/freenas">freenas</a>
</div>
</div>
</div>
</article>
</div>
<div class="article-wrapper u-cf"> <div class="article-wrapper u-cf">
<a class="bubble" href="/post/incredibly-slow-mdadm-rebuild/"> <a class="bubble" href="/post/incredibly-slow-mdadm-rebuild/">
@ -894,86 +975,6 @@
</div>
</article>
</div>
<div class="article-wrapper u-cf">
<a class="bubble" href="/post/nice-du-report-tool-durep/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="featured-image">
<a href="/post/nice-du-report-tool-durep/">
<img src="/images/post-default-9.jpg" alt="">
</a>
</div>
<div class="content">
<h3><a href="/post/nice-du-report-tool-durep/">Nice Du Report Tool Durep</a></h3>
<div class="meta">
<span class="date moment">2018-11-06</span>
<span class="categories">
<a href="/categories/%E7%AD%86%E8%A8%98">筆記</a>
</span>
<span class="author"><a href="/author/eric-chang">Eric Chang</a></span>
</div>
<p>最近在重新規劃前人留下的backup爛攤子
各個伺服器統一備份到一台backup storage
想說如果每天能夠看到backup storage的磁碟用量的話
就可以抓出備份空間成長速度、推估需要多大的磁碟空間
找了一些工具,結果發現 durep 這個 ubuntu 內建的工具
基本上可以滿足我的需求</p>
<a href="/post/nice-du-report-tool-durep/" class="more">Continue reading</a>
</div>
<div class="footer">
<div class="tags">
<i class="fa fa-tags"></i>
<div class="links">
<a href="/tags/linux">linux</a>
<a href="/tags/du">du</a>
</div>
</div>
</div> </div>
</article> </article>
@ -1005,6 +1006,10 @@
<strong>Latest posts</strong> <strong>Latest posts</strong>
<ul> <ul>
<li>
<a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a>
</li>
<li> <li>
<a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a> <a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a>
</li> </li>
@ -1029,10 +1034,6 @@
<a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a> <a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a>
</li> </li>
<li>
<a href="/post/change-preferred-language-in-firefox/">[筆記] 為了metabase 修改 firefox 開啟網頁時使用的預設語言 change the preferred language in firefox for metabase</a>
</li>
</ul> </ul>
</div> </div>
@ -1043,7 +1044,7 @@
<ul> <ul>
<li> <li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (10)</a> <a href="/categories/%E7%AD%86%E8%A8%98">筆記 (11)</a>
</li> </li>
<li> <li>

@ -76,6 +76,13 @@
"type": "tag", "type": "tag",
"url": "https://h.cowbay.org/tags/firefox" "url": "https://h.cowbay.org/tags/firefox"
}, },
{
"iconClass": "fa-tag",
"objectID": "https://h.cowbay.org/tags/freenas",
"title": "Freenas",
"type": "tag",
"url": "https://h.cowbay.org/tags/freenas"
},
{ {
"iconClass": "fa-tag", "iconClass": "fa-tag",
"objectID": "https://h.cowbay.org/tags/linux", "objectID": "https://h.cowbay.org/tags/linux",

@ -5,11 +5,28 @@
<link>https://h.cowbay.org/</link> <link>https://h.cowbay.org/</link>
<description>Recent content on MC部落</description> <description>Recent content on MC部落</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<lastBuildDate>Wed, 12 Dec 2018 11:10:22 +0800</lastBuildDate> <lastBuildDate>Thu, 13 Dec 2018 17:40:20 +0800</lastBuildDate>
<atom:link href="https://h.cowbay.org/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="https://h.cowbay.org/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</title>
<link>https://h.cowbay.org/post/smartd-failed-to-start-in-freenas/</link>
<pubDate>Thu, 13 Dec 2018 17:40:20 +0800</pubDate>
<guid>https://h.cowbay.org/post/smartd-failed-to-start-in-freenas/</guid>
<description>&lt;p&gt;這兩天在弄兩台Freenas 準備當作Proxmox 的Storage &amp;amp; Server Backup&lt;/p&gt;
&lt;p&gt;因為伺服器的限制只能接六個SATA我接了六個2T的硬碟做raid10&lt;/p&gt;
&lt;p&gt;然後把Freenas 安裝在隨身碟上&lt;/p&gt;
&lt;p&gt;不過會一直出現Smartd failed to start 的錯誤訊息&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;</description>
</item>
<item> <item>
<title>[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</title> <title>[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</title>
<link>https://h.cowbay.org/post/incredibly-slow-mdadm-rebuild/</link> <link>https://h.cowbay.org/post/incredibly-slow-mdadm-rebuild/</link>

@ -95,6 +95,86 @@
<div class="article-wrapper u-cf">
<a class="bubble" href="/post/nice-du-report-tool-durep/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="featured-image">
<a href="/post/nice-du-report-tool-durep/">
<img src="/images/post-default-9.jpg" alt="">
</a>
</div>
<div class="content">
<h3><a href="/post/nice-du-report-tool-durep/">Nice Du Report Tool Durep</a></h3>
<div class="meta">
<span class="date moment">2018-11-06</span>
<span class="categories">
<a href="/categories/%E7%AD%86%E8%A8%98">筆記</a>
</span>
<span class="author"><a href="/author/eric-chang">Eric Chang</a></span>
</div>
<p>最近在重新規劃前人留下的backup爛攤子
各個伺服器統一備份到一台backup storage
想說如果每天能夠看到backup storage的磁碟用量的話
就可以抓出備份空間成長速度、推估需要多大的磁碟空間
找了一些工具,結果發現 durep 這個 ubuntu 內建的工具
基本上可以滿足我的需求</p>
<a href="/post/nice-du-report-tool-durep/" class="more">Continue reading</a>
</div>
<div class="footer">
<div class="tags">
<i class="fa fa-tags"></i>
<div class="links">
<a href="/tags/linux">linux</a>
<a href="/tags/du">du</a>
</div>
</div>
</div>
</article>
</div>
<div class="article-wrapper u-cf"> <div class="article-wrapper u-cf">
<a class="bubble" href="/post/bookstack-docker/"> <a class="bubble" href="/post/bookstack-docker/">
@ -374,6 +454,10 @@
<strong>Latest posts</strong> <strong>Latest posts</strong>
<ul> <ul>
<li>
<a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a>
</li>
<li> <li>
<a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a> <a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a>
</li> </li>
@ -398,10 +482,6 @@
<a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a> <a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a>
</li> </li>
<li>
<a href="/post/change-preferred-language-in-firefox/">[筆記] 為了metabase 修改 firefox 開啟網頁時使用的預設語言 change the preferred language in firefox for metabase</a>
</li>
</ul> </ul>
</div> </div>
@ -412,7 +492,7 @@
<ul> <ul>
<li> <li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (10)</a> <a href="/categories/%E7%AD%86%E8%A8%98">筆記 (11)</a>
</li> </li>
<li> <li>

@ -415,6 +415,10 @@ TCP window size: 85.0 KByte (default)
<strong>Latest posts</strong> <strong>Latest posts</strong>
<ul> <ul>
<li>
<a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a>
</li>
<li> <li>
<a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a> <a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a>
</li> </li>
@ -439,10 +443,6 @@ TCP window size: 85.0 KByte (default)
<a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a> <a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a>
</li> </li>
<li>
<a href="/post/change-preferred-language-in-firefox/">[筆記] 為了metabase 修改 firefox 開啟網頁時使用的預設語言 change the preferred language in firefox for metabase</a>
</li>
</ul> </ul>
</div> </div>
@ -453,7 +453,7 @@ TCP window size: 85.0 KByte (default)
<ul> <ul>
<li> <li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (10)</a> <a href="/categories/%E7%AD%86%E8%A8%98">筆記 (11)</a>
</li> </li>
<li> <li>

@ -218,6 +218,10 @@
<strong>Latest posts</strong> <strong>Latest posts</strong>
<ul> <ul>
<li>
<a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a>
</li>
<li> <li>
<a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a> <a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a>
</li> </li>
@ -242,10 +246,6 @@
<a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a> <a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a>
</li> </li>
<li>
<a href="/post/change-preferred-language-in-firefox/">[筆記] 為了metabase 修改 firefox 開啟網頁時使用的預設語言 change the preferred language in firefox for metabase</a>
</li>
</ul> </ul>
</div> </div>
@ -256,7 +256,7 @@
<ul> <ul>
<li> <li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (10)</a> <a href="/categories/%E7%AD%86%E8%A8%98">筆記 (11)</a>
</li> </li>
<li> <li>

@ -329,6 +329,10 @@
<strong>Latest posts</strong> <strong>Latest posts</strong>
<ul> <ul>
<li>
<a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a>
</li>
<li> <li>
<a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a> <a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a>
</li> </li>
@ -353,10 +357,6 @@
<a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a> <a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a>
</li> </li>
<li>
<a href="/post/change-preferred-language-in-firefox/">[筆記] 為了metabase 修改 firefox 開啟網頁時使用的預設語言 change the preferred language in firefox for metabase</a>
</li>
</ul> </ul>
</div> </div>
@ -367,7 +367,7 @@
<ul> <ul>
<li> <li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (10)</a> <a href="/categories/%E7%AD%86%E8%A8%98">筆記 (11)</a>
</li> </li>
<li> <li>

@ -284,6 +284,10 @@ b8d74048eba1 mysql:5.7.21 &quot;docker-entrypoint.s…&qu
<strong>Latest posts</strong> <strong>Latest posts</strong>
<ul> <ul>
<li>
<a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a>
</li>
<li> <li>
<a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a> <a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a>
</li> </li>
@ -308,10 +312,6 @@ b8d74048eba1 mysql:5.7.21 &quot;docker-entrypoint.s…&qu
<a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a> <a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a>
</li> </li>
<li>
<a href="/post/change-preferred-language-in-firefox/">[筆記] 為了metabase 修改 firefox 開啟網頁時使用的預設語言 change the preferred language in firefox for metabase</a>
</li>
</ul> </ul>
</div> </div>
@ -322,7 +322,7 @@ b8d74048eba1 mysql:5.7.21 &quot;docker-entrypoint.s…&qu
<ul> <ul>
<li> <li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (10)</a> <a href="/categories/%E7%AD%86%E8%A8%98">筆記 (11)</a>
</li> </li>
<li> <li>

@ -258,6 +258,10 @@
<strong>Latest posts</strong> <strong>Latest posts</strong>
<ul> <ul>
<li>
<a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a>
</li>
<li> <li>
<a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a> <a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a>
</li> </li>
@ -282,10 +286,6 @@
<a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a> <a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a>
</li> </li>
<li>
<a href="/post/change-preferred-language-in-firefox/">[筆記] 為了metabase 修改 firefox 開啟網頁時使用的預設語言 change the preferred language in firefox for metabase</a>
</li>
</ul> </ul>
</div> </div>
@ -296,7 +296,7 @@
<ul> <ul>
<li> <li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (10)</a> <a href="/categories/%E7%AD%86%E8%A8%98">筆記 (11)</a>
</li> </li>
<li> <li>

@ -216,6 +216,10 @@ GRANT a TO b;
<strong>Latest posts</strong> <strong>Latest posts</strong>
<ul> <ul>
<li>
<a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a>
</li>
<li> <li>
<a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a> <a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a>
</li> </li>
@ -240,10 +244,6 @@ GRANT a TO b;
<a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a> <a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a>
</li> </li>
<li>
<a href="/post/change-preferred-language-in-firefox/">[筆記] 為了metabase 修改 firefox 開啟網頁時使用的預設語言 change the preferred language in firefox for metabase</a>
</li>
</ul> </ul>
</div> </div>
@ -254,7 +254,7 @@ GRANT a TO b;
<ul> <ul>
<li> <li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (10)</a> <a href="/categories/%E7%AD%86%E8%A8%98">筆記 (11)</a>
</li> </li>
<li> <li>

@ -229,6 +229,10 @@
<strong>Latest posts</strong> <strong>Latest posts</strong>
<ul> <ul>
<li>
<a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a>
</li>
<li> <li>
<a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a> <a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a>
</li> </li>
@ -253,10 +257,6 @@
<a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a> <a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a>
</li> </li>
<li>
<a href="/post/change-preferred-language-in-firefox/">[筆記] 為了metabase 修改 firefox 開啟網頁時使用的預設語言 change the preferred language in firefox for metabase</a>
</li>
</ul> </ul>
</div> </div>
@ -267,7 +267,7 @@
<ul> <ul>
<li> <li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (10)</a> <a href="/categories/%E7%AD%86%E8%A8%98">筆記 (11)</a>
</li> </li>
<li> <li>

@ -302,6 +302,10 @@ admin@storage:~$
<strong>Latest posts</strong> <strong>Latest posts</strong>
<ul> <ul>
<li>
<a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a>
</li>
<li> <li>
<a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a> <a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a>
</li> </li>
@ -326,10 +330,6 @@ admin@storage:~$
<a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a> <a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a>
</li> </li>
<li>
<a href="/post/change-preferred-language-in-firefox/">[筆記] 為了metabase 修改 firefox 開啟網頁時使用的預設語言 change the preferred language in firefox for metabase</a>
</li>
</ul> </ul>
</div> </div>
@ -340,7 +340,7 @@ admin@storage:~$
<ul> <ul>
<li> <li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (10)</a> <a href="/categories/%E7%AD%86%E8%A8%98">筆記 (11)</a>
</li> </li>
<li> <li>

@ -272,6 +272,10 @@ unused devices: &lt;none&gt;
<strong>Latest posts</strong> <strong>Latest posts</strong>
<ul> <ul>
<li>
<a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a>
</li>
<li> <li>
<a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a> <a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a>
</li> </li>
@ -296,10 +300,6 @@ unused devices: &lt;none&gt;
<a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a> <a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a>
</li> </li>
<li>
<a href="/post/change-preferred-language-in-firefox/">[筆記] 為了metabase 修改 firefox 開啟網頁時使用的預設語言 change the preferred language in firefox for metabase</a>
</li>
</ul> </ul>
</div> </div>
@ -310,7 +310,7 @@ unused devices: &lt;none&gt;
<ul> <ul>
<li> <li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (10)</a> <a href="/categories/%E7%AD%86%E8%A8%98">筆記 (11)</a>
</li> </li>
<li> <li>

@ -90,6 +90,85 @@
<div class="article-wrapper u-cf">
<a class="bubble" href="/post/smartd-failed-to-start-in-freenas/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="featured-image">
<a href="/post/smartd-failed-to-start-in-freenas/">
<img src="/images/post-default-2.jpg" alt="">
</a>
</div>
<div class="content">
<h3><a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a></h3>
<div class="meta">
<span class="date moment">2018-12-13</span>
<span class="categories">
<a href="/categories/%E7%AD%86%E8%A8%98">筆記</a>
</span>
<span class="author"><a href="/author/eric-chang">Eric Chang</a></span>
</div>
<p>這兩天在弄兩台Freenas 準備當作Proxmox 的Storage &amp; Server Backup</p>
<p>因為伺服器的限制只能接六個SATA我接了六個2T的硬碟做raid10</p>
<p>然後把Freenas 安裝在隨身碟上</p>
<p>不過會一直出現Smartd failed to start 的錯誤訊息</p>
<p></p>
<a href="/post/smartd-failed-to-start-in-freenas/" class="more">Continue reading</a>
</div>
<div class="footer">
<div class="tags">
<i class="fa fa-tags"></i>
<div class="links">
<a href="/tags/freenas">freenas</a>
</div>
</div>
</div>
</article>
</div>
<div class="article-wrapper u-cf"> <div class="article-wrapper u-cf">
<a class="bubble" href="/post/incredibly-slow-mdadm-rebuild/"> <a class="bubble" href="/post/incredibly-slow-mdadm-rebuild/">
@ -873,84 +952,6 @@
</div>
</article>
</div>
<div class="article-wrapper u-cf">
<a class="bubble" href="/post/nice-du-report-tool-durep/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="featured-image">
<a href="/post/nice-du-report-tool-durep/">
<img src="/images/post-default-9.jpg" alt="">
</a>
</div>
<div class="content">
<h3><a href="/post/nice-du-report-tool-durep/">Nice Du Report Tool Durep</a></h3>
<div class="meta">
<span class="date moment">2018-11-06</span>
<span class="categories">
<a href="/categories/%E7%AD%86%E8%A8%98">筆記</a>
</span>
<span class="author"><a href="/author/eric-chang">Eric Chang</a></span>
</div>
<p>最近在重新規劃前人留下的backup爛攤子
各個伺服器統一備份到一台backup storage
想說如果每天能夠看到backup storage的磁碟用量的話
就可以抓出備份空間成長速度、推估需要多大的磁碟空間
找了一些工具,結果發現 durep 這個 ubuntu 內建的工具
基本上可以滿足我的需求</p>
<a href="/post/nice-du-report-tool-durep/" class="more">Continue reading</a>
</div>
<div class="footer">
<div class="tags">
<i class="fa fa-tags"></i>
<div class="links">
<a href="/tags/linux">linux</a>
<a href="/tags/du">du</a>
</div>
</div>
</div> </div>
</article> </article>
@ -981,6 +982,10 @@
<strong>Latest posts</strong> <strong>Latest posts</strong>
<ul> <ul>
<li>
<a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a>
</li>
<li> <li>
<a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a> <a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a>
</li> </li>
@ -1005,10 +1010,6 @@
<a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a> <a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a>
</li> </li>
<li>
<a href="/post/change-preferred-language-in-firefox/">[筆記] 為了metabase 修改 firefox 開啟網頁時使用的預設語言 change the preferred language in firefox for metabase</a>
</li>
</ul> </ul>
</div> </div>
@ -1019,7 +1020,7 @@
<ul> <ul>
<li> <li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (10)</a> <a href="/categories/%E7%AD%86%E8%A8%98">筆記 (11)</a>
</li> </li>
<li> <li>

@ -5,11 +5,28 @@
<link>https://h.cowbay.org/post/</link> <link>https://h.cowbay.org/post/</link>
<description>Recent content in Posts on MC部落</description> <description>Recent content in Posts on MC部落</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<lastBuildDate>Wed, 12 Dec 2018 11:10:22 +0800</lastBuildDate> <lastBuildDate>Thu, 13 Dec 2018 17:40:20 +0800</lastBuildDate>
<atom:link href="https://h.cowbay.org/post/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="https://h.cowbay.org/post/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</title>
<link>https://h.cowbay.org/post/smartd-failed-to-start-in-freenas/</link>
<pubDate>Thu, 13 Dec 2018 17:40:20 +0800</pubDate>
<guid>https://h.cowbay.org/post/smartd-failed-to-start-in-freenas/</guid>
<description>&lt;p&gt;這兩天在弄兩台Freenas 準備當作Proxmox 的Storage &amp;amp; Server Backup&lt;/p&gt;
&lt;p&gt;因為伺服器的限制只能接六個SATA我接了六個2T的硬碟做raid10&lt;/p&gt;
&lt;p&gt;然後把Freenas 安裝在隨身碟上&lt;/p&gt;
&lt;p&gt;不過會一直出現Smartd failed to start 的錯誤訊息&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;</description>
</item>
<item> <item>
<title>[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</title> <title>[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</title>
<link>https://h.cowbay.org/post/incredibly-slow-mdadm-rebuild/</link> <link>https://h.cowbay.org/post/incredibly-slow-mdadm-rebuild/</link>

@ -251,6 +251,10 @@
<strong>Latest posts</strong> <strong>Latest posts</strong>
<ul> <ul>
<li>
<a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a>
</li>
<li> <li>
<a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a> <a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a>
</li> </li>
@ -275,10 +279,6 @@
<a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a> <a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a>
</li> </li>
<li>
<a href="/post/change-preferred-language-in-firefox/">[筆記] 為了metabase 修改 firefox 開啟網頁時使用的預設語言 change the preferred language in firefox for metabase</a>
</li>
</ul> </ul>
</div> </div>
@ -289,7 +289,7 @@
<ul> <ul>
<li> <li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (10)</a> <a href="/categories/%E7%AD%86%E8%A8%98">筆記 (11)</a>
</li> </li>
<li> <li>

@ -90,6 +90,84 @@
<div class="article-wrapper u-cf">
<a class="bubble" href="/post/nice-du-report-tool-durep/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="featured-image">
<a href="/post/nice-du-report-tool-durep/">
<img src="/images/post-default-9.jpg" alt="">
</a>
</div>
<div class="content">
<h3><a href="/post/nice-du-report-tool-durep/">Nice Du Report Tool Durep</a></h3>
<div class="meta">
<span class="date moment">2018-11-06</span>
<span class="categories">
<a href="/categories/%E7%AD%86%E8%A8%98">筆記</a>
</span>
<span class="author"><a href="/author/eric-chang">Eric Chang</a></span>
</div>
<p>最近在重新規劃前人留下的backup爛攤子
各個伺服器統一備份到一台backup storage
想說如果每天能夠看到backup storage的磁碟用量的話
就可以抓出備份空間成長速度、推估需要多大的磁碟空間
找了一些工具,結果發現 durep 這個 ubuntu 內建的工具
基本上可以滿足我的需求</p>
<a href="/post/nice-du-report-tool-durep/" class="more">Continue reading</a>
</div>
<div class="footer">
<div class="tags">
<i class="fa fa-tags"></i>
<div class="links">
<a href="/tags/linux">linux</a>
<a href="/tags/du">du</a>
</div>
</div>
</div>
</article>
</div>
<div class="article-wrapper u-cf"> <div class="article-wrapper u-cf">
<a class="bubble" href="/post/bookstack-docker/"> <a class="bubble" href="/post/bookstack-docker/">
@ -296,6 +374,10 @@
<strong>Latest posts</strong> <strong>Latest posts</strong>
<ul> <ul>
<li>
<a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a>
</li>
<li> <li>
<a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a> <a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a>
</li> </li>
@ -320,10 +402,6 @@
<a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a> <a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a>
</li> </li>
<li>
<a href="/post/change-preferred-language-in-firefox/">[筆記] 為了metabase 修改 firefox 開啟網頁時使用的預設語言 change the preferred language in firefox for metabase</a>
</li>
</ul> </ul>
</div> </div>
@ -334,7 +412,7 @@
<ul> <ul>
<li> <li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (10)</a> <a href="/categories/%E7%AD%86%E8%A8%98">筆記 (11)</a>
</li> </li>
<li> <li>

@ -0,0 +1,409 @@
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Eric Chang">
<meta name="description" content="Bilberry Premium Theme for Hugo.">
<meta name="keywords" content="blog,personal,responsive,search,font awesome,pages,posts,multilingual,highlight.js,syntax highlighting,premium,shortcuts">
<meta name="generator" content="Hugo 0.50" />
<title> [筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas | MC部落</title>
<meta name="description" content="[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas - Bilberry Premium Theme for Hugo.">
<meta itemprop="name" content="[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas">
<meta itemprop="description" content="[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas - Bilberry Premium Theme for Hugo.">
<meta property="og:title" content="[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas">
<meta property="og:description" content="[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas - Bilberry Premium Theme for Hugo.">
<meta property="og:image" content="https://h.cowbay.org/images/post-default-2.jpg">
<meta property="og:url" content="https://h.cowbay.org/post/smartd-failed-to-start-in-freenas/">
<meta property="og:site_name" content="MC部落">
<meta property="og:type" content="article">
<link rel="icon" type="image/png" href="https://h.cowbay.org/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="https://h.cowbay.org/favicon-16x16.png" sizes="16x16">
<link rel="stylesheet" href="https://h.cowbay.org/sass/combined.min.717098cb5503581e75f12e486a847ca410bf8367d4d8713f4c37affc868c5a1d.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body class="bilberry-hugo-theme">
<nav class="permanentTopNav">
<div class="container">
<ul class="topnav">
</ul>
<div id="search-box" class="search">
<i class="fa fa-search"></i>
<input id="search" type="text" placeholder="Search ...">
</div>
</div>
</nav>
<header>
<div class="container">
<div class="logo">
<a href="/" class="logo">
<img src="https://www.gravatar.com/avatar/e4eb1f8e016ffb73e9889f87d16e15f0?d=mm&size=200" alt="">
<span class="overlay"><i class="fa fa-home"></i></span>
</a>
</div>
<div class="titles">
<h3 class="title"><a href="/">MC部落</a></h3>
<span class="subtitle">這是MC的HUGO部落格採用bilberry theme</span>
</div>
<div class="toggler permanentTopNav">
<i class="fa fa-bars" aria-hidden="true"></i>
</div>
</div>
</header>
<div class="main container">
<div class="article-wrapper u-cf single">
<a class="bubble" href="/post/smartd-failed-to-start-in-freenas/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="featured-image">
<a href="/post/smartd-failed-to-start-in-freenas/">
<img src="/images/post-default-2.jpg" alt="">
</a>
</div>
<div class="content">
<h3><a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a></h3>
<div class="meta">
<span class="date moment">2018-12-13</span>
<span class="categories">
<a href="/categories/%E7%AD%86%E8%A8%98">筆記</a>
</span>
<span class="author"><a href="/author/eric-chang">Eric Chang</a></span>
</div>
<p>這兩天在弄兩台Freenas 準備當作Proxmox 的Storage &amp; Server Backup</p>
<p>因為伺服器的限制只能接六個SATA我接了六個2T的硬碟做raid10</p>
<p>然後把Freenas 安裝在隨身碟上</p>
<p>不過會一直出現Smartd failed to start 的錯誤訊息</p>
<p></p>
<p><img src="https://i.imgur.com/mj6lCc7.png" alt="Freenas smartd failed to start" /></p>
<p>翻了一下論壇,發現因為系統安裝在隨身碟上</p>
<p>然後預設會開啟隨身碟的smart</p>
<p>可是這樣反而會造成錯誤</p>
<p>所以只要去 Storage &ndash;&gt; View Disks 找到隨身碟的代號</p>
<p>然後點兩下進去編輯,把 enable S.M.A.R.T 關閉</p>
<p><img src="https://i.imgur.com/WnvsQie.png" alt="disable SMART on USB FLASH" /></p>
<p>接著再去啟動 SMART ,就不會有錯誤訊息了</p>
</div>
<div class="footer">
<div class="tags">
<i class="fa fa-tags"></i>
<div class="links">
<a href="/tags/freenas">freenas</a>
</div>
</div>
</div>
</article>
</div>
<div id="disqus_thread"></div>
<script type="application/javascript">
var disqus_config = function () {
};
(function() {
if (["localhost", "127.0.0.1"].indexOf(window.location.hostname) != -1) {
document.getElementById('disqus_thread').innerHTML = 'Disqus comments not available by default when the website is previewed locally.';
return;
}
var d = document, s = d.createElement('script'); s.async = true;
s.src = '//' + "h-cowbay-org-1" + '.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
</div>
<footer>
<div class="container">
<div class="recent-posts">
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a>
</li>
<li>
<a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a>
</li>
<li>
<a href="/post/create-portable-vim-environment/">[筆記] 建立一個帶著走的 VIM 環境 Creating portable Vim environment</a>
</li>
<li>
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
<li>
<a href="/post/10g-lab-using-proxmox-and-mellanox/">[筆記] 用 proxmox &amp; Mellanox SFP 網卡土炮 10G LAB </a>
</li>
<li>
<a href="/post/ansible-selectattr-filter/">[筆記] 還是 Ansible Selectattr </a>
</li>
<li>
<a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a>
</li>
</ul>
</div>
<div class="categories">
<a href="/categories/"><strong>Categories</strong></a>
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (11)</a>
</li>
<li>
<a href="/categories/ps">Ps (1)</a>
</li>
<li>
<a href="/categories/%E7%A2%8E%E5%BF%B5">碎念 (1)</a>
</li>
<li>
<a href="/categories/%E7%BE%A4%E6%9A%89">群暉 (1)</a>
</li>
</ul>
</div>
<div class="right">
<div class="external-profiles">
<strong>Social media</strong>
<a href="https://www.facebook.com/mariahchang" target="_blank"><i class="fa fa-facebook-adblock-proof"></i></a>
<a href="https://twitter.com/changchichung" target="_blank"><i class="fa fa-twitter-adblock-proof"></i></a>
<a href="https://github.com/changchichung" target="_blank"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</footer>
<div class="credits">
<div class="container">
<div class="copyright">
<a href="https://github.com/Lednerb" target="_blank">
&copy;
2017
by Lednerb
</a>
</div>
<div class="author">
<a href="https://github.com/Lednerb/bilberry-hugo-theme" target="_blank">Bilberry Hugo Theme</a>
</div>
</div>
</div>
<script type="application/javascript">
var doNotTrack = false;
if (!doNotTrack) {
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-128770427-1', 'auto');
ga('send', 'pageview');
}
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<script type="text/javascript" src="https://h.cowbay.org/js/externalDependencies.39c47e10e241eae2947b3fe21809c572.js" integrity="md5-OcR&#43;EOJB6uKUez/iGAnFcg=="></script>
<script type="text/javascript" src="https://h.cowbay.org/js/theme.ff50ae6dc1bfc220b23bf69dbb41b54e.js" integrity="md5-/1CubcG/wiCyO/adu0G1Tg=="></script>
<script>
$(".moment").each(function() {
$(this).text(
moment( $(this).text() )
.locale( "en" )
.format('LL')
);
});
$(".footnote-return sup").html("");
</script>
<script>
var client = algoliasearch("2XL0P8XDCY", "4ef65b37b627bb886b46c34a10e63aa6");
var index = client.initIndex("h_cowbay_org");
$('#search').autocomplete({ hint: false, autoselect: true, debug: false },
[
{
source: $.fn.autocomplete.sources.hits(index, { hitsPerPage: 10 }),
displayKey: function(suggestion) {
return suggestion.title || suggestion.author
},
templates: {
suggestion: function(suggestion) {
return "<span class='entry " + suggestion.type + "'>"
+ "<span class='title'>" + suggestion.title + "</span>"
+ "<span class='fa fa-fw " + suggestion.iconClass + "'></span>"
+ "</span>"
;
},
empty: function() {
return "<span class='empty'>Nothing found.</span>"
},
footer: function() {
return '<div class="branding">Powered by <img src="https:\/\/h.cowbay.org\/dist\/algolia-logo-light.svg" /></div>'
}
},
}
])
.on('autocomplete:selected', function(event, suggestion, dataset) {
window.location = (suggestion.url);
})
.keypress(function (event, suggestion) {
if (event.which == 13) {
window.location = (suggestion.url);
}
});
</script>
</body>
</html>

@ -264,6 +264,10 @@
<strong>Latest posts</strong> <strong>Latest posts</strong>
<ul> <ul>
<li>
<a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a>
</li>
<li> <li>
<a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a> <a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a>
</li> </li>
@ -288,10 +292,6 @@
<a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a> <a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a>
</li> </li>
<li>
<a href="/post/change-preferred-language-in-firefox/">[筆記] 為了metabase 修改 firefox 開啟網頁時使用的預設語言 change the preferred language in firefox for metabase</a>
</li>
</ul> </ul>
</div> </div>
@ -302,7 +302,7 @@
<ul> <ul>
<li> <li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (10)</a> <a href="/categories/%E7%AD%86%E8%A8%98">筆記 (11)</a>
</li> </li>
<li> <li>

@ -295,6 +295,10 @@ acl CONNECT method CONNECT
<strong>Latest posts</strong> <strong>Latest posts</strong>
<ul> <ul>
<li>
<a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a>
</li>
<li> <li>
<a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a> <a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a>
</li> </li>
@ -319,10 +323,6 @@ acl CONNECT method CONNECT
<a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a> <a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a>
</li> </li>
<li>
<a href="/post/change-preferred-language-in-firefox/">[筆記] 為了metabase 修改 firefox 開啟網頁時使用的預設語言 change the preferred language in firefox for metabase</a>
</li>
</ul> </ul>
</div> </div>
@ -333,7 +333,7 @@ acl CONNECT method CONNECT
<ul> <ul>
<li> <li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (10)</a> <a href="/categories/%E7%AD%86%E8%A8%98">筆記 (11)</a>
</li> </li>
<li> <li>

@ -4,7 +4,7 @@
<sitemap> <sitemap>
<loc>https://h.cowbay.org/en/sitemap.xml</loc> <loc>https://h.cowbay.org/en/sitemap.xml</loc>
<lastmod>2018-12-12T11:10:22+08:00</lastmod> <lastmod>2018-12-13T17:40:20+08:00</lastmod>
</sitemap> </sitemap>

@ -204,6 +204,10 @@
<strong>Latest posts</strong> <strong>Latest posts</strong>
<ul> <ul>
<li>
<a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a>
</li>
<li> <li>
<a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a> <a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a>
</li> </li>
@ -228,10 +232,6 @@
<a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a> <a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a>
</li> </li>
<li>
<a href="/post/change-preferred-language-in-firefox/">[筆記] 為了metabase 修改 firefox 開啟網頁時使用的預設語言 change the preferred language in firefox for metabase</a>
</li>
</ul> </ul>
</div> </div>
@ -242,7 +242,7 @@
<ul> <ul>
<li> <li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (10)</a> <a href="/categories/%E7%AD%86%E8%A8%98">筆記 (11)</a>
</li> </li>
<li> <li>

@ -306,6 +306,10 @@
<strong>Latest posts</strong> <strong>Latest posts</strong>
<ul> <ul>
<li>
<a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a>
</li>
<li> <li>
<a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a> <a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a>
</li> </li>
@ -330,10 +334,6 @@
<a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a> <a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a>
</li> </li>
<li>
<a href="/post/change-preferred-language-in-firefox/">[筆記] 為了metabase 修改 firefox 開啟網頁時使用的預設語言 change the preferred language in firefox for metabase</a>
</li>
</ul> </ul>
</div> </div>
@ -344,7 +344,7 @@
<ul> <ul>
<li> <li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (10)</a> <a href="/categories/%E7%AD%86%E8%A8%98">筆記 (11)</a>
</li> </li>
<li> <li>

@ -202,6 +202,10 @@
<strong>Latest posts</strong> <strong>Latest posts</strong>
<ul> <ul>
<li>
<a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a>
</li>
<li> <li>
<a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a> <a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a>
</li> </li>
@ -226,10 +230,6 @@
<a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a> <a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a>
</li> </li>
<li>
<a href="/post/change-preferred-language-in-firefox/">[筆記] 為了metabase 修改 firefox 開啟網頁時使用的預設語言 change the preferred language in firefox for metabase</a>
</li>
</ul> </ul>
</div> </div>
@ -240,7 +240,7 @@
<ul> <ul>
<li> <li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (10)</a> <a href="/categories/%E7%AD%86%E8%A8%98">筆記 (11)</a>
</li> </li>
<li> <li>

@ -202,6 +202,10 @@
<strong>Latest posts</strong> <strong>Latest posts</strong>
<ul> <ul>
<li>
<a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a>
</li>
<li> <li>
<a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a> <a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a>
</li> </li>
@ -226,10 +230,6 @@
<a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a> <a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a>
</li> </li>
<li>
<a href="/post/change-preferred-language-in-firefox/">[筆記] 為了metabase 修改 firefox 開啟網頁時使用的預設語言 change the preferred language in firefox for metabase</a>
</li>
</ul> </ul>
</div> </div>
@ -240,7 +240,7 @@
<ul> <ul>
<li> <li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (10)</a> <a href="/categories/%E7%AD%86%E8%A8%98">筆記 (11)</a>
</li> </li>
<li> <li>

@ -189,6 +189,10 @@
<strong>Latest posts</strong> <strong>Latest posts</strong>
<ul> <ul>
<li>
<a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a>
</li>
<li> <li>
<a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a> <a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a>
</li> </li>
@ -213,10 +217,6 @@
<a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a> <a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a>
</li> </li>
<li>
<a href="/post/change-preferred-language-in-firefox/">[筆記] 為了metabase 修改 firefox 開啟網頁時使用的預設語言 change the preferred language in firefox for metabase</a>
</li>
</ul> </ul>
</div> </div>
@ -227,7 +227,7 @@
<ul> <ul>
<li> <li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (10)</a> <a href="/categories/%E7%AD%86%E8%A8%98">筆記 (11)</a>
</li> </li>
<li> <li>

@ -194,6 +194,10 @@
<strong>Latest posts</strong> <strong>Latest posts</strong>
<ul> <ul>
<li>
<a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a>
</li>
<li> <li>
<a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a> <a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a>
</li> </li>
@ -218,10 +222,6 @@
<a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a> <a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a>
</li> </li>
<li>
<a href="/post/change-preferred-language-in-firefox/">[筆記] 為了metabase 修改 firefox 開啟網頁時使用的預設語言 change the preferred language in firefox for metabase</a>
</li>
</ul> </ul>
</div> </div>
@ -232,7 +232,7 @@
<ul> <ul>
<li> <li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (10)</a> <a href="/categories/%E7%AD%86%E8%A8%98">筆記 (11)</a>
</li> </li>
<li> <li>

@ -0,0 +1,386 @@
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Eric Chang">
<meta name="description" content="Bilberry Premium Theme for Hugo.">
<meta name="keywords" content="blog,personal,responsive,search,font awesome,pages,posts,multilingual,highlight.js,syntax highlighting,premium,shortcuts">
<meta name="generator" content="Hugo 0.50" />
<title> Freenas | MC部落</title>
<meta name="description" content="Freenas - Bilberry Premium Theme for Hugo.">
<meta itemprop="name" content="Freenas">
<meta itemprop="description" content="Freenas - Bilberry Premium Theme for Hugo.">
<meta property="og:title" content="Freenas">
<meta property="og:description" content="Freenas - Bilberry Premium Theme for Hugo.">
<meta property="og:image" content="https://www.gravatar.com/avatar/e4eb1f8e016ffb73e9889f87d16e15f0?size=200">
<meta property="og:url" content="https://h.cowbay.org/tags/freenas/">
<meta property="og:site_name" content="MC部落"><meta property="og:type" content="website">
<link rel="icon" type="image/png" href="https://h.cowbay.org/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="https://h.cowbay.org/favicon-16x16.png" sizes="16x16">
<link href="https://h.cowbay.org/tags/freenas/index.xml" rel="alternate" type="application/rss+xml" title="MC部落" />
<link href="https://h.cowbay.org/tags/freenas/index.xml" rel="feed" type="application/rss+xml" title="MC部落" />
<link rel="stylesheet" href="https://h.cowbay.org/sass/combined.min.717098cb5503581e75f12e486a847ca410bf8367d4d8713f4c37affc868c5a1d.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body class="bilberry-hugo-theme">
<nav class="permanentTopNav">
<div class="container">
<ul class="topnav">
</ul>
<div id="search-box" class="search">
<i class="fa fa-search"></i>
<input id="search" type="text" placeholder="Search ...">
</div>
</div>
</nav>
<header>
<div class="container">
<div class="logo">
<a href="/" class="logo">
<img src="https://www.gravatar.com/avatar/e4eb1f8e016ffb73e9889f87d16e15f0?d=mm&size=200" alt="">
<span class="overlay"><i class="fa fa-home"></i></span>
</a>
</div>
<div class="titles">
<h3 class="title"><a href="/">MC部落</a></h3>
<span class="subtitle">這是MC的HUGO部落格採用bilberry theme</span>
</div>
<div class="toggler permanentTopNav">
<i class="fa fa-bars" aria-hidden="true"></i>
</div>
</div>
</header>
<div class="main container">
<div class="article-wrapper u-cf">
<a class="bubble" href="/post/smartd-failed-to-start-in-freenas/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="featured-image">
<a href="/post/smartd-failed-to-start-in-freenas/">
<img src="/images/post-default-2.jpg" alt="">
</a>
</div>
<div class="content">
<h3><a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a></h3>
<div class="meta">
<span class="date moment">2018-12-13</span>
<span class="categories">
<a href="/categories/%E7%AD%86%E8%A8%98">筆記</a>
</span>
<span class="author"><a href="/author/eric-chang">Eric Chang</a></span>
</div>
<p>這兩天在弄兩台Freenas 準備當作Proxmox 的Storage &amp; Server Backup</p>
<p>因為伺服器的限制只能接六個SATA我接了六個2T的硬碟做raid10</p>
<p>然後把Freenas 安裝在隨身碟上</p>
<p>不過會一直出現Smartd failed to start 的錯誤訊息</p>
<p></p>
<a href="/post/smartd-failed-to-start-in-freenas/" class="more">Continue reading</a>
</div>
<div class="footer">
<div class="tags">
<i class="fa fa-tags"></i>
<div class="links">
<a href="/tags/freenas">freenas</a>
</div>
</div>
</div>
</article>
</div>
<div class="paginator">
</div>
</div>
<footer>
<div class="container">
<div class="recent-posts">
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a>
</li>
<li>
<a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a>
</li>
<li>
<a href="/post/create-portable-vim-environment/">[筆記] 建立一個帶著走的 VIM 環境 Creating portable Vim environment</a>
</li>
<li>
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
<li>
<a href="/post/10g-lab-using-proxmox-and-mellanox/">[筆記] 用 proxmox &amp; Mellanox SFP 網卡土炮 10G LAB </a>
</li>
<li>
<a href="/post/ansible-selectattr-filter/">[筆記] 還是 Ansible Selectattr </a>
</li>
<li>
<a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a>
</li>
</ul>
</div>
<div class="categories">
<a href="/categories/"><strong>Categories</strong></a>
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (11)</a>
</li>
<li>
<a href="/categories/ps">Ps (1)</a>
</li>
<li>
<a href="/categories/%E7%A2%8E%E5%BF%B5">碎念 (1)</a>
</li>
<li>
<a href="/categories/%E7%BE%A4%E6%9A%89">群暉 (1)</a>
</li>
</ul>
</div>
<div class="right">
<div class="external-profiles">
<strong>Social media</strong>
<a href="https://www.facebook.com/mariahchang" target="_blank"><i class="fa fa-facebook-adblock-proof"></i></a>
<a href="https://twitter.com/changchichung" target="_blank"><i class="fa fa-twitter-adblock-proof"></i></a>
<a href="https://github.com/changchichung" target="_blank"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</footer>
<div class="credits">
<div class="container">
<div class="copyright">
<a href="https://github.com/Lednerb" target="_blank">
&copy;
2017
by Lednerb
</a>
-
<a href="https://h.cowbay.org/tags/freenas/index.xml">RSS</a>
</div>
<div class="author">
<a href="https://github.com/Lednerb/bilberry-hugo-theme" target="_blank">Bilberry Hugo Theme</a>
</div>
</div>
</div>
<script type="application/javascript">
var doNotTrack = false;
if (!doNotTrack) {
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-128770427-1', 'auto');
ga('send', 'pageview');
}
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<script type="text/javascript" src="https://h.cowbay.org/js/externalDependencies.39c47e10e241eae2947b3fe21809c572.js" integrity="md5-OcR&#43;EOJB6uKUez/iGAnFcg=="></script>
<script type="text/javascript" src="https://h.cowbay.org/js/theme.ff50ae6dc1bfc220b23bf69dbb41b54e.js" integrity="md5-/1CubcG/wiCyO/adu0G1Tg=="></script>
<script>
$(".moment").each(function() {
$(this).text(
moment( $(this).text() )
.locale( "en" )
.format('LL')
);
});
$(".footnote-return sup").html("");
</script>
<script>
var client = algoliasearch("2XL0P8XDCY", "4ef65b37b627bb886b46c34a10e63aa6");
var index = client.initIndex("h_cowbay_org");
$('#search').autocomplete({ hint: false, autoselect: true, debug: false },
[
{
source: $.fn.autocomplete.sources.hits(index, { hitsPerPage: 10 }),
displayKey: function(suggestion) {
return suggestion.title || suggestion.author
},
templates: {
suggestion: function(suggestion) {
return "<span class='entry " + suggestion.type + "'>"
+ "<span class='title'>" + suggestion.title + "</span>"
+ "<span class='fa fa-fw " + suggestion.iconClass + "'></span>"
+ "</span>"
;
},
empty: function() {
return "<span class='empty'>Nothing found.</span>"
},
footer: function() {
return '<div class="branding">Powered by <img src="https:\/\/h.cowbay.org\/dist\/algolia-logo-light.svg" /></div>'
}
},
}
])
.on('autocomplete:selected', function(event, suggestion, dataset) {
window.location = (suggestion.url);
})
.keypress(function (event, suggestion) {
if (event.which == 13) {
window.location = (suggestion.url);
}
});
</script>
</body>
</html>

@ -0,0 +1,31 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Freenas on MC部落</title>
<link>https://h.cowbay.org/tags/freenas/</link>
<description>Recent content in Freenas on MC部落</description>
<generator>Hugo -- gohugo.io</generator>
<lastBuildDate>Thu, 13 Dec 2018 17:40:20 +0800</lastBuildDate>
<atom:link href="https://h.cowbay.org/tags/freenas/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</title>
<link>https://h.cowbay.org/post/smartd-failed-to-start-in-freenas/</link>
<pubDate>Thu, 13 Dec 2018 17:40:20 +0800</pubDate>
<guid>https://h.cowbay.org/post/smartd-failed-to-start-in-freenas/</guid>
<description>&lt;p&gt;這兩天在弄兩台Freenas 準備當作Proxmox 的Storage &amp;amp; Server Backup&lt;/p&gt;
&lt;p&gt;因為伺服器的限制只能接六個SATA我接了六個2T的硬碟做raid10&lt;/p&gt;
&lt;p&gt;然後把Freenas 安裝在隨身碟上&lt;/p&gt;
&lt;p&gt;不過會一直出現Smartd failed to start 的錯誤訊息&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;</description>
</item>
</channel>
</rss>

@ -0,0 +1 @@
<!DOCTYPE html><html><head><title>https://h.cowbay.org/tags/freenas/</title><link rel="canonical" href="https://h.cowbay.org/tags/freenas/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://h.cowbay.org/tags/freenas/" /></head></html>

@ -113,6 +113,8 @@
<li><a href="/tags/firefox">Firefox (1)</a></li> <li><a href="/tags/firefox">Firefox (1)</a></li>
<li><a href="/tags/freenas">Freenas (1)</a></li>
<li><a href="/tags/linux">Linux (2)</a></li> <li><a href="/tags/linux">Linux (2)</a></li>
<li><a href="/tags/mdadm">Mdadm (1)</a></li> <li><a href="/tags/mdadm">Mdadm (1)</a></li>
@ -158,6 +160,10 @@
<strong>Latest posts</strong> <strong>Latest posts</strong>
<ul> <ul>
<li>
<a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a>
</li>
<li> <li>
<a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a> <a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a>
</li> </li>
@ -182,10 +188,6 @@
<a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a> <a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a>
</li> </li>
<li>
<a href="/post/change-preferred-language-in-firefox/">[筆記] 為了metabase 修改 firefox 開啟網頁時使用的預設語言 change the preferred language in firefox for metabase</a>
</li>
</ul> </ul>
</div> </div>
@ -196,7 +198,7 @@
<ul> <ul>
<li> <li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (10)</a> <a href="/categories/%E7%AD%86%E8%A8%98">筆記 (11)</a>
</li> </li>
<li> <li>

@ -64,6 +64,15 @@
<description></description> <description></description>
</item> </item>
<item>
<title>Freenas</title>
<link>https://h.cowbay.org/tags/freenas/</link>
<pubDate>Thu, 13 Dec 2018 17:40:20 +0800</pubDate>
<guid>https://h.cowbay.org/tags/freenas/</guid>
<description></description>
</item>
<item> <item>
<title>Linux</title> <title>Linux</title>
<link>https://h.cowbay.org/tags/linux/</link> <link>https://h.cowbay.org/tags/linux/</link>

@ -307,6 +307,10 @@
<strong>Latest posts</strong> <strong>Latest posts</strong>
<ul> <ul>
<li>
<a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a>
</li>
<li> <li>
<a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a> <a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a>
</li> </li>
@ -331,10 +335,6 @@
<a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a> <a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a>
</li> </li>
<li>
<a href="/post/change-preferred-language-in-firefox/">[筆記] 為了metabase 修改 firefox 開啟網頁時使用的預設語言 change the preferred language in firefox for metabase</a>
</li>
</ul> </ul>
</div> </div>
@ -345,7 +345,7 @@
<ul> <ul>
<li> <li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (10)</a> <a href="/categories/%E7%AD%86%E8%A8%98">筆記 (11)</a>
</li> </li>
<li> <li>

@ -192,6 +192,10 @@
<strong>Latest posts</strong> <strong>Latest posts</strong>
<ul> <ul>
<li>
<a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a>
</li>
<li> <li>
<a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a> <a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a>
</li> </li>
@ -216,10 +220,6 @@
<a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a> <a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a>
</li> </li>
<li>
<a href="/post/change-preferred-language-in-firefox/">[筆記] 為了metabase 修改 firefox 開啟網頁時使用的預設語言 change the preferred language in firefox for metabase</a>
</li>
</ul> </ul>
</div> </div>
@ -230,7 +230,7 @@
<ul> <ul>
<li> <li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (10)</a> <a href="/categories/%E7%AD%86%E8%A8%98">筆記 (11)</a>
</li> </li>
<li> <li>

@ -204,6 +204,10 @@
<strong>Latest posts</strong> <strong>Latest posts</strong>
<ul> <ul>
<li>
<a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a>
</li>
<li> <li>
<a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a> <a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a>
</li> </li>
@ -228,10 +232,6 @@
<a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a> <a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a>
</li> </li>
<li>
<a href="/post/change-preferred-language-in-firefox/">[筆記] 為了metabase 修改 firefox 開啟網頁時使用的預設語言 change the preferred language in firefox for metabase</a>
</li>
</ul> </ul>
</div> </div>
@ -242,7 +242,7 @@
<ul> <ul>
<li> <li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (10)</a> <a href="/categories/%E7%AD%86%E8%A8%98">筆記 (11)</a>
</li> </li>
<li> <li>

@ -194,6 +194,10 @@
<strong>Latest posts</strong> <strong>Latest posts</strong>
<ul> <ul>
<li>
<a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a>
</li>
<li> <li>
<a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a> <a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a>
</li> </li>
@ -218,10 +222,6 @@
<a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a> <a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a>
</li> </li>
<li>
<a href="/post/change-preferred-language-in-firefox/">[筆記] 為了metabase 修改 firefox 開啟網頁時使用的預設語言 change the preferred language in firefox for metabase</a>
</li>
</ul> </ul>
</div> </div>
@ -232,7 +232,7 @@
<ul> <ul>
<li> <li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (10)</a> <a href="/categories/%E7%AD%86%E8%A8%98">筆記 (11)</a>
</li> </li>
<li> <li>

@ -294,6 +294,10 @@
<strong>Latest posts</strong> <strong>Latest posts</strong>
<ul> <ul>
<li>
<a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a>
</li>
<li> <li>
<a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a> <a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a>
</li> </li>
@ -318,10 +322,6 @@
<a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a> <a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a>
</li> </li>
<li>
<a href="/post/change-preferred-language-in-firefox/">[筆記] 為了metabase 修改 firefox 開啟網頁時使用的預設語言 change the preferred language in firefox for metabase</a>
</li>
</ul> </ul>
</div> </div>
@ -332,7 +332,7 @@
<ul> <ul>
<li> <li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (10)</a> <a href="/categories/%E7%AD%86%E8%A8%98">筆記 (11)</a>
</li> </li>
<li> <li>

@ -179,6 +179,10 @@
<strong>Latest posts</strong> <strong>Latest posts</strong>
<ul> <ul>
<li>
<a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a>
</li>
<li> <li>
<a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a> <a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a>
</li> </li>
@ -203,10 +207,6 @@
<a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a> <a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a>
</li> </li>
<li>
<a href="/post/change-preferred-language-in-firefox/">[筆記] 為了metabase 修改 firefox 開啟網頁時使用的預設語言 change the preferred language in firefox for metabase</a>
</li>
</ul> </ul>
</div> </div>
@ -217,7 +217,7 @@
<ul> <ul>
<li> <li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (10)</a> <a href="/categories/%E7%AD%86%E8%A8%98">筆記 (11)</a>
</li> </li>
<li> <li>

@ -192,6 +192,10 @@
<strong>Latest posts</strong> <strong>Latest posts</strong>
<ul> <ul>
<li>
<a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a>
</li>
<li> <li>
<a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a> <a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a>
</li> </li>
@ -216,10 +220,6 @@
<a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a> <a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a>
</li> </li>
<li>
<a href="/post/change-preferred-language-in-firefox/">[筆記] 為了metabase 修改 firefox 開啟網頁時使用的預設語言 change the preferred language in firefox for metabase</a>
</li>
</ul> </ul>
</div> </div>
@ -230,7 +230,7 @@
<ul> <ul>
<li> <li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (10)</a> <a href="/categories/%E7%AD%86%E8%A8%98">筆記 (11)</a>
</li> </li>
<li> <li>

@ -203,6 +203,10 @@
<strong>Latest posts</strong> <strong>Latest posts</strong>
<ul> <ul>
<li>
<a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a>
</li>
<li> <li>
<a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a> <a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a>
</li> </li>
@ -227,10 +231,6 @@
<a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a> <a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a>
</li> </li>
<li>
<a href="/post/change-preferred-language-in-firefox/">[筆記] 為了metabase 修改 firefox 開啟網頁時使用的預設語言 change the preferred language in firefox for metabase</a>
</li>
</ul> </ul>
</div> </div>
@ -241,7 +241,7 @@
<ul> <ul>
<li> <li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (10)</a> <a href="/categories/%E7%AD%86%E8%A8%98">筆記 (11)</a>
</li> </li>
<li> <li>

@ -294,6 +294,10 @@
<strong>Latest posts</strong> <strong>Latest posts</strong>
<ul> <ul>
<li>
<a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a>
</li>
<li> <li>
<a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a> <a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a>
</li> </li>
@ -318,10 +322,6 @@
<a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a> <a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a>
</li> </li>
<li>
<a href="/post/change-preferred-language-in-firefox/">[筆記] 為了metabase 修改 firefox 開啟網頁時使用的預設語言 change the preferred language in firefox for metabase</a>
</li>
</ul> </ul>
</div> </div>
@ -332,7 +332,7 @@
<ul> <ul>
<li> <li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (10)</a> <a href="/categories/%E7%AD%86%E8%A8%98">筆記 (11)</a>
</li> </li>
<li> <li>

@ -198,6 +198,10 @@
<strong>Latest posts</strong> <strong>Latest posts</strong>
<ul> <ul>
<li>
<a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a>
</li>
<li> <li>
<a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a> <a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a>
</li> </li>
@ -222,10 +226,6 @@
<a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a> <a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a>
</li> </li>
<li>
<a href="/post/change-preferred-language-in-firefox/">[筆記] 為了metabase 修改 firefox 開啟網頁時使用的預設語言 change the preferred language in firefox for metabase</a>
</li>
</ul> </ul>
</div> </div>
@ -236,7 +236,7 @@
<ul> <ul>
<li> <li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (10)</a> <a href="/categories/%E7%AD%86%E8%A8%98">筆記 (11)</a>
</li> </li>
<li> <li>

@ -190,6 +190,10 @@
<strong>Latest posts</strong> <strong>Latest posts</strong>
<ul> <ul>
<li>
<a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a>
</li>
<li> <li>
<a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a> <a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a>
</li> </li>
@ -214,10 +218,6 @@
<a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a> <a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a>
</li> </li>
<li>
<a href="/post/change-preferred-language-in-firefox/">[筆記] 為了metabase 修改 firefox 開啟網頁時使用的預設語言 change the preferred language in firefox for metabase</a>
</li>
</ul> </ul>
</div> </div>
@ -228,7 +228,7 @@
<ul> <ul>
<li> <li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (10)</a> <a href="/categories/%E7%AD%86%E8%A8%98">筆記 (11)</a>
</li> </li>
<li> <li>

@ -179,6 +179,10 @@
<strong>Latest posts</strong> <strong>Latest posts</strong>
<ul> <ul>
<li>
<a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a>
</li>
<li> <li>
<a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a> <a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a>
</li> </li>
@ -203,10 +207,6 @@
<a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a> <a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a>
</li> </li>
<li>
<a href="/post/change-preferred-language-in-firefox/">[筆記] 為了metabase 修改 firefox 開啟網頁時使用的預設語言 change the preferred language in firefox for metabase</a>
</li>
</ul> </ul>
</div> </div>
@ -217,7 +217,7 @@
<ul> <ul>
<li> <li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (10)</a> <a href="/categories/%E7%AD%86%E8%A8%98">筆記 (11)</a>
</li> </li>
<li> <li>

@ -547,6 +547,10 @@
<strong>Latest posts</strong> <strong>Latest posts</strong>
<ul> <ul>
<li>
<a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a>
</li>
<li> <li>
<a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a> <a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a>
</li> </li>
@ -571,10 +575,6 @@
<a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a> <a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a>
</li> </li>
<li>
<a href="/post/change-preferred-language-in-firefox/">[筆記] 為了metabase 修改 firefox 開啟網頁時使用的預設語言 change the preferred language in firefox for metabase</a>
</li>
</ul> </ul>
</div> </div>
@ -585,7 +585,7 @@
<ul> <ul>
<li> <li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (10)</a> <a href="/categories/%E7%AD%86%E8%A8%98">筆記 (11)</a>
</li> </li>
<li> <li>

@ -202,6 +202,10 @@
<strong>Latest posts</strong> <strong>Latest posts</strong>
<ul> <ul>
<li>
<a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a>
</li>
<li> <li>
<a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a> <a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a>
</li> </li>
@ -226,10 +230,6 @@
<a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a> <a href="/post/ansible-selectattr/">[筆記] Ansible how to use &#39;list&#39; in yaml file </a>
</li> </li>
<li>
<a href="/post/change-preferred-language-in-firefox/">[筆記] 為了metabase 修改 firefox 開啟網頁時使用的預設語言 change the preferred language in firefox for metabase</a>
</li>
</ul> </ul>
</div> </div>
@ -240,7 +240,7 @@
<ul> <ul>
<li> <li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (10)</a> <a href="/categories/%E7%AD%86%E8%A8%98">筆記 (11)</a>
</li> </li>
<li> <li>

Loading…
Cancel
Save