|
@@ -1,5 +1,4 @@
|
1
|
1
|
title: IB-NAS6210 Linux
|
2
|
|
-title_de: IB-NAS6210 Linux
|
3
|
2
|
description: Booting your own Linux on an Icybox NAS6210 box
|
4
|
3
|
parent: stuff
|
5
|
4
|
position: 20
|
|
@@ -13,29 +12,6 @@ print: true
|
13
|
12
|
|
14
|
13
|
### {{ page.title }}
|
15
|
14
|
|
16
|
|
-1. root Access (by Jayare)
|
17
|
|
- * Install the device like a normal user would
|
18
|
|
- * Have at least one user with administrator access (either add one, or use the main account) - in my case this is 'admin' but could be any user with administrator rights
|
19
|
|
- * Fire up an SSH connection to box (e.g. putty)
|
20
|
|
- * Login with the following details:
|
21
|
|
- * [username]\_hipserv2\_raidsonic_[PRODUCTCODE]
|
22
|
|
- * so in my case that would be
|
23
|
|
- * admin\_hipserv2\_raidsonic_XXXX-XXXX-XXXX-XXXX
|
24
|
|
- * It'll echo the ICY BOX version (in my case ICY BOX version 10.0.x) and ask for a password. Enter the regular password for the user.
|
25
|
|
- * You'll now be logged in to the ICY BOX with the 'regular' user
|
26
|
|
- * sudo -E -s
|
27
|
|
- * reenter your regular pwd. It'll give you an 'audit\_log\_user_command(): connection refused' and give you root access
|
28
|
|
-2. Hardware access (by me, really short version)
|
29
|
|
- * This is really long and I'm not in the mood to translate this... Sorry :)
|
30
|
|
- * But I saw that googles translator does a really "good" job translating my text...
|
31
|
|
- * Try to look at [my article translated to English][1]!
|
32
|
|
-
|
33
|
|
- [1]: http://translate.google.de/translate?sl=de&tl=en&js=n&u=http%3A%2F%2Fwww.xythobuz.de%2Fnas.de.html
|
34
|
|
-
|
35
|
|
-lang: de
|
36
|
|
-
|
37
|
|
-# {{ page.title_de }}
|
38
|
|
-
|
39
|
15
|
Diese Anleitung gilt ebenso für den IB-NAS6220. Dieser besitzt 2 HDD Schächte und ein völlig anderes Webinterface. Über dieses ist es möglich, das root Passwort zu ändern (siehe diesen [Forenbeitrag][1]), was evtl. eine Neuinstallation einer Linux Distribution erübrigt.
|
40
|
16
|
|
41
|
17
|
Der [Icy Box IB-NAS6210][2] (Affiliate Link) hat mit seiner hauseigenen Firmware nur einen beschränkten Funktionsumfang. Es ist kein [AFP][3] oder [DAAP][4] möglich, was als Mac User von großem Nachteil ist. Deshalb muss Linux her, welches auf der verbauten ARM CPU hervorragend läuft. Es ist zwar bereits ein Linux System installiert, leider ist aber der root User nicht zugänglich.
|
|
@@ -214,9 +190,9 @@ while : ; do
|
214
|
190
|
done
|
215
|
191
|
</pre>
|
216
|
192
|
|
217
|
|
-Der Button auf MPP23\_GPIO hat eine Art Flip-Flop Funktion. Wenn man den Button für ein paar Sekunden hält, ändert sich der Status von MPP23\_GPIO und bleibt so bis zum Reboot.
|
|
193
|
+Der Button auf MPP23_GPIO hat eine Art Flip-Flop Funktion. Wenn man den Button für ein paar Sekunden hält, ändert sich der Status von MPP23_GPIO und bleibt so bis zum Reboot.
|
218
|
194
|
|
219
|
|
-Ersetzt man im Kernel MPP20\_SATA1\_ACTn und MPP21\_SATA0\_ACTn durch MPP20\_GPIO und MPP21\_GPIO können per Bash auch die HDD LEDs angesteuert werden. Dann funktioniert jedoch die Anzeige der Festplattenaktivität nicht mehr.
|
|
195
|
+Ersetzt man im Kernel MPP20_SATA1_ACTn und MPP21_SATA0_ACTn durch MPP20_GPIO und MPP21_GPIO können per Bash auch die HDD LEDs angesteuert werden. Dann funktioniert jedoch die Anzeige der Festplattenaktivität nicht mehr.
|
220
|
196
|
|
221
|
197
|
Vielen Dank an Waepu hierfür!
|
222
|
198
|
|