Skip to content

Commit

Permalink
add post
Browse files Browse the repository at this point in the history
  • Loading branch information
lyrise committed Jan 27, 2021
1 parent b7b71be commit 9904ead
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 0 deletions.
Binary file added content/posts/2021-01-27_09-08-03/0.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/posts/2021-01-27_09-08-03/1.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/posts/2021-01-27_09-08-03/2.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/posts/2021-01-27_09-08-03/3.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions content/posts/2021-01-27_09-08-03/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
title: "自宅サーバー"
date: 2021-01-27T09:08:07+09:00
---

2018年に組んだ(自宅)サーバーを記録として残しておく。

## 外観
{{< figure src="0.jpg" title="Screenshot" class="center" >}}
{{< figure src="1.jpg" title="Screenshot" class="center" >}}
{{< figure src="2.jpg" title="Screenshot" class="center" >}}
{{< figure src="3.jpg" title="Screenshot" class="center" >}}

## スペック
- CPU: Intel Core i7-8700K
- Memory: 64GB
- SSD: 1
- HDD: 16

## こだわり
### HDDを繋いでる奴
https://www.amazon.co.jp/dp/B082D6XSZN/

コスパが最高に良かった。これをx2して利用している。

### HDDの管理
暗号化と冗長化をやっている。

具体的には

1. dm-cryptで暗号化
2. ZFSで2台毎にmirror
3. mhddfsで束ねて管理

している。

mhddfsが味噌で、最悪HDD1台になっても、何らかのデータは引き出せる。

0 comments on commit 9904ead

Please sign in to comment.