I decided to sell this machine but I thought maybe other people could use the information I gathered (mostly somewhere on the thecus websites after digging though) I put documentation pdf files, software and a copy of the original OS (Caution! never tested this, found it somewhere) to the docs folder. Moreover I share my modifications to make this old NAS a usable fileserver or backup target in 2024
The NAS has two Intel 82574L 10/100/1000 Mbit/s NICs
root@nas:~# lspci | egrep -i --color 'network|ethernet'
01:00.0 Ethernet controller: Intel Corporation 82574L Gigabit Network Connection
02:00.0 Ethernet controller: Intel Corporation 82574L Gigabit Network Connection
My modifications are inspired by this blog article
There is a VGA port on the mainboard, but no connector is soldered here. In the case there is even a fitting cutout for the VGA connector.
- Disassemble the NAS, get the mainboard out (see Maintance manual
- There are soldering connections for a VGA Port.
- Get a VGA Port e.g. from a broken mainboard.
- Solder the VGA port to the board.
- Punch out the cut-out for the VGA port on the backside of the case
At this point you could sacrifice one of the 7 3.5" Bays for a boot drive
OR much better you get an adapter to connect a SATA SSD to the IDE port of the DOM
be careful, my first order was an Adapter with the wrong direction
- Search for SATA 22pin to 44pin IDE (not! 44pin IDE to SATA)
- This Adapter worked for me
- You need a 44pin IDE cable, around 30cm long
- You can clamp the SSD in the top of the case. No mount needed
After installing some 'aftermarket' OS the display and the buttons on the front of the case do not work. There is some microcontroller on the mainboard to control buttons and display, the software part is missing here It seems like a regular 2x20 display, so I guess one could
- Hack the original hardware and build software to control the display from the new OS directly
- Connect an Arduino to display and buttons and to the NAS via USB (if I remember correctly there is one internal USB header) and then use the display to show some information like IP, temps or whatever