[Help] Network storage F2-212 Initialization [SOLVED]
[Help] Network storage F2-212 Initialization
Network storage F2-212.
I have updated the system from version 5.1.73 to the public test version 6.0.585. In version 6.0.585, there were some problems with completing tasks to turn off F2-212 at a given time. I decided to reset the system to factory settings via the menu.
After restoring the factory settings, the system does not initialize. The network storage is turned on, three beeps sound, and a web page opens, but only with a background image. The TNAS PC application sees the network storage over the network and, when trying to log in, opens the same empty page with a background image in the browser. Connection via SSH and port 9222 is performed without problems. It looks like the script is not running on the webpage.
How can I initialize (install) the system?
Thank you.
I have updated the system from version 5.1.73 to the public test version 6.0.585. In version 6.0.585, there were some problems with completing tasks to turn off F2-212 at a given time. I decided to reset the system to factory settings via the menu.
After restoring the factory settings, the system does not initialize. The network storage is turned on, three beeps sound, and a web page opens, but only with a background image. The TNAS PC application sees the network storage over the network and, when trying to log in, opens the same empty page with a background image in the browser. Connection via SSH and port 9222 is performed without problems. It looks like the script is not running on the webpage.
How can I initialize (install) the system?
Thank you.
Re: [Help] Network storage F2-212 Initialization
We sincerely apologize for the inconvenience caused. Please refer to the following link to reinstall the TOS system.
viewtopic.php?t=423
viewtopic.php?t=423
To contact our team, please send email to following addresses, remember to replace (at) with @
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
Re: [Help] Network storage F2-212 Initialization
I've tried different ways, clearing the cache and different browsers. I also tried the direct connection to the computer, without the router. But the result is the same. The page opens in the browser with a blue background pattern without buttons or labels.TMjack wrote: ↑22 Feb 2026, 15:05 We sincerely apologize for the inconvenience caused. Please refer to the following link to reinstall the TOS system.
viewtopic.php?t=423
Maybe the web page is broken? How can I check it?
Could there be a reason for these errors? (the image below shows errors from the browser)
[url=https://postimg.cc/KKMN4mS1][img]
Re: [Help] Network storage F2-212 Initialization
This issue is typically caused by a corrupted system installer. To fix this, we can log in via SSH and manually flash the rootfs file into the corresponding partition.
Preparation
Terminal Tools: PuTTY or MobaXterm are recommended.
Repair Resources:
Step 1: Enter the Boot System
Step 2: Download the Files
To ensure a successful operation, it is recommended to place the files in the `/tmp` (RAM) directory to avoid write failures caused by insufficient storage space.
Download the rootfs file:
Download the kernel file (Only if necessary):
Step 3: Confirm Partition Information
Before flashing, check the MTD partition table to identify the correct target partitions:
Typically:
Flash the rootfs:
Flash the kernel (Only if necessary):
Step 5: Reboot the TNAS
Once the flashing is complete, execute the following command to force a reboot:
Preparation
Terminal Tools: PuTTY or MobaXterm are recommended.
Repair Resources:
- rootfs:
- 2G Kernel Image:
Step 1: Enter the Boot System
- Power on your TNAS without any hard drives installed.
- Once the network LED is lit, use the TNAS PC desktop client to search for your device and confirm its IP address.
- Log in via an SSH client (Default Port: `22`, User: `root`, Password: `root`).
Code: Select all
ssh root@your_tnas_ipStep 2: Download the Files
To ensure a successful operation, it is recommended to place the files in the `/tmp` (RAM) directory to avoid write failures caused by insufficient storage space.
Code: Select all
cd /tmpDownload the rootfs file:
Code: Select all
wget https://download2.terra-master.com/rootfs.imgDownload the kernel file (Only if necessary):
Code: Select all
wget https://download2.terra-master.com/kernel_2g.imgStep 3: Confirm Partition Information
Before flashing, check the MTD partition table to identify the correct target partitions:
Code: Select all
cat /proc/mtdTypically:
- mtd2 corresponds to `firmware` (where the Kernel is stored).
- mtd3 corresponds to `rootfs` (where system files are stored).
Flash the rootfs:
Code: Select all
mtd write ./rootfs.img /dev/mtd3Code: Select all
mtd write ./kernel_2g.img /dev/mtd2Step 5: Reboot the TNAS
Once the flashing is complete, execute the following command to force a reboot:
Code: Select all
echo b > /proc/sysrq-triggerRe: [Help] Network storage F2-212 Initialization
Thank you very much for your help!
But I must have done something wrong! It's my fault! Something went wrong and the device stopped starting at all. It turns on for two seconds and turns off immediately. Completely disconnecting from the power supply did nothing. I think the bootloader is corrupted. Are there any options to fix this? Thank you in advance for your help!
But I must have done something wrong! It's my fault! Something went wrong and the device stopped starting at all. It turns on for two seconds and turns off immediately. Completely disconnecting from the power supply did nothing. I think the bootloader is corrupted. Are there any options to fix this? Thank you in advance for your help!
Re: [Help] Network storage F2-212 Initialization
The method mentioned by EriChan above is related to what you referred to as 'bootloader'.
However, based on your description——“It turns on for two seconds and turns off immediately”, this is likely an issue with power supply or hardware.
Please use the original power adapter if possible. Check if there are any abnormalities such as dimming or flickering of the LED light on the power adapter.
If you have a different power adapter with the same interface and 12V output, you can replace it for testing to see if it's a power supply problem.
If the possibility of a power supply issue has been ruled out, it is very likely a hardware damage or fault.
However, based on your description——“It turns on for two seconds and turns off immediately”, this is likely an issue with power supply or hardware.
Please use the original power adapter if possible. Check if there are any abnormalities such as dimming or flickering of the LED light on the power adapter.
If you have a different power adapter with the same interface and 12V output, you can replace it for testing to see if it's a power supply problem.
If the possibility of a power supply issue has been ruled out, it is very likely a hardware damage or fault.
To contact our team, please send email to following addresses, remember to replace (at) with @:
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
Re: [Help] Network storage F2-212 Initialization
Well. I think we can try to burn the firmware again. Is there any way to rewrite the firmware to the device? I searched the forums and found no information.
Re: [Help] Network storage F2-212 Initialization
What is mentioned above is the only known method so far.
To contact our team, please send email to following addresses, remember to replace (at) with @:
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
Re: [Help] Network storage F2-212 Initialization [SOLVED]
OK. I will try to send it back for reparing.
Thank you for your support!
Thank you for your support!

