瀏覽代碼

reorder pics on nas page

Thomas Buck 2 年之前
父節點
當前提交
76bc456c4c
共有 1 個文件被更改,包括 18 次插入4 次删除
  1. 18
    4
      input/projects/nas_2018.md

+ 18
- 4
input/projects/nas_2018.md 查看文件

2
 description: FreeNAS / TrueNAS based x86 server
2
 description: FreeNAS / TrueNAS based x86 server
3
 parent: projects
3
 parent: projects
4
 date: 2018-03-01
4
 date: 2018-03-01
5
-update: 2022-06-04
5
+update: 2022-06-05
6
 comments: true
6
 comments: true
7
 ---
7
 ---
8
 
8
 
16
 <!--%
16
 <!--%
17
 lightgallery([
17
 lightgallery([
18
     [ "img/nas_shelf_1.jpg", "Look at NAS case in shelf" ],
18
     [ "img/nas_shelf_1.jpg", "Look at NAS case in shelf" ],
19
-    [ "img/nas_shelf_2.jpg", "LTO-3 drive and tapes" ],
20
-    [ "img/nas_shelf_3.jpg", "APC UPS" ],
19
+    [ "img/nas_hdd_1.jpg", "View inside opened NAS case" ],
21
 ])
20
 ])
22
 %-->
21
 %-->
23
 
22
 
49
 To be honest, because of the issues mentioned below, I haven't yet gotten around to installing the cooler I got from him.
48
 To be honest, because of the issues mentioned below, I haven't yet gotten around to installing the cooler I got from him.
50
 Currently I'm still using the stock Intel cooler that was included with the Celeron.
49
 Currently I'm still using the stock Intel cooler that was included with the Celeron.
51
 
50
 
51
+Just for completeness sake I also got an uninterruptible power supply for the NAS.
52
+Of course I connected them via USB and run a daemon that shuts down the server when the UPS battery reaches a critical state.
53
+I also connected an old VGA LCD to the NAS and the UPS, as well as USB keyboard, to be able to interact with the server if needed.
54
+
55
+<!--%
56
+lightgallery([
57
+    [ "img/nas_shelf_3.jpg", "APC UPS" ],
58
+])
59
+%-->
60
+
52
 ## CPU
61
 ## CPU
53
 
62
 
54
 As you can see from the parts list, there was some trouble with the CPU I selected initially.
63
 As you can see from the parts list, there was some trouble with the CPU I selected initially.
82
 
91
 
83
 <!--%
92
 <!--%
84
 lightgallery([
93
 lightgallery([
85
-    [ "img/nas_hdd_1.jpg", "View inside opened NAS case" ],
86
     [ "img/nas_hdd_2.jpg", "Closer view of mount" ],
94
     [ "img/nas_hdd_2.jpg", "Closer view of mount" ],
87
     [ "img/nas_hdd_3.jpg", "Closer view of mount" ],
95
     [ "img/nas_hdd_3.jpg", "Closer view of mount" ],
88
 ])
96
 ])
113
 I kinda got into this idea thanks to my friend [Philipp](https://www.phschoen.de/), who also uses a tape drive like this to backup his NAS.
121
 I kinda got into this idea thanks to my friend [Philipp](https://www.phschoen.de/), who also uses a tape drive like this to backup his NAS.
114
 He even put [the scripts he wrote for that on GitHub](https://github.com/phschoen/LTO-backup-script).
122
 He even put [the scripts he wrote for that on GitHub](https://github.com/phschoen/LTO-backup-script).
115
 
123
 
124
+<!--%
125
+lightgallery([
126
+    [ "img/nas_shelf_2.jpg", "LTO-3 drive and tapes" ],
127
+])
128
+%-->
129
+
116
 I have to admit however that I still haven't gotten around to actually implementing that.
130
 I have to admit however that I still haven't gotten around to actually implementing that.
117
 The drive is connected using a PCIexpress SCSI HBA and is properly recognized by the OS, but I haven't used it otherwise.
131
 The drive is connected using a PCIexpress SCSI HBA and is properly recognized by the OS, but I haven't used it otherwise.
118
 
132
 

Loading…
取消
儲存