TOS 7.0.0791 Official Release (x86) is Released for Update

Official news about TOS, mobile app, PC app updates or beta releases.
User avatar
zeratyx
Posts: 7
Joined: 22 Jul 2026, 04:25
France

Re: TOS 7.0.0791 Official Release (x86) is Released for Update

Post by zeratyx »

Hi,
I upgraded to TOS7 on my F2-423 NAS, and it indicates that the boot order does not match the factory settings, even though I configured it correctly! What should I do ?
User avatar
HeliaWu
TM Support
Posts: 63
Joined: 22 Aug 2024, 18:54
China

Re: TOS 7.0.0791 Official Release (x86) is Released for Update

Post by HeliaWu »

snapsh0t wrote: 21 Jul 2026, 14:49
Could you tell us more details about the problem you’re facing with Media Indexing?
User avatar
TMzethar
TM Support
Posts: 3030
Joined: 27 Oct 2020, 16:43

Re: TOS 7.0.0791 Official Release (x86) is Released for Update

Post by TMzethar »

zeratyx wrote: 22 Jul 2026, 04:34 Hi,
I upgraded to TOS7 on my F2-423 NAS, and it indicates that the boot order does not match the factory settings, even though I configured it correctly! What should I do ?
One or more of your drives might still have an old boot partition lying around.

Try rebooting a few times — you might get lucky and boot into the system. If you do, migrate the system to each drive in turn to overwrite those old boot partitions, then move it back to your preferred system drive.

You could also do a fresh TOS 7 reinstall and choose a different system drive — that should overwrite the old boot partitions on the other drives.
(If you see a prompt to “Delete/Format,” do not proceed; select a different drive instead. This may be because the target drive contains an older partition format or is being used as an SSD Hyper Cache.)

If you run into trouble, you can book a remote engineer session here:
https://salesiq.zohopublic.com/signatur ... 97d0be8892
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)
User avatar
snapsh0t
Posts: 87
Joined: 19 Oct 2025, 03:23
Great Britain

Re: TOS 7.0.0791 Official Release (x86) is Released for Update

Post by snapsh0t »

HeliaWu wrote: 22 Jul 2026, 09:08
snapsh0t wrote: 21 Jul 2026, 14:49
Could you tell us more details about the problem you’re facing with Media Indexing?
Simply that the Last Run time is one hour out when 'summer time' is in force. This fault has now been corrected in the system logs but remains in Media Indexing.

My personal belief is that the Last Run time should not show at all when Media Indexing is disabled but the development team does not agree with me.
F2-425 Plus, 16GB RAM, 2 x 500GB WD SN700 EXT4 RAID1, 2 x 18TB WD Red Pro EXT4 RAID1, TOS 7.0.<latest>
User avatar
Grigorio
Posts: 3
Joined: 29 Apr 2026, 15:58
Russia

Re: TOS 7.0.0791 Official Release (x86) is Released for Update

Post by Grigorio »

Konstantin wrote: 22 Jul 2026, 01:10
Grigorio wrote: 22 Jul 2026, 01:08 Storage Manager update stuck at 99% after reboot and is completely unusable
Image
Does anyone have ideas?
I confirm, the same error, but also on the previous version... :oops:
This is a recipe from the support team. My problem is solved

- - - - - - -
Please open a terminal in your TOS web browser and execute the following commands:

systemctl stop StorageManager.service
dpkg --purge storagemanager
cd /
wget https://download2.terra-master.com/stor ... _amd64.deb
dpkg -i storagemanager_1.0.054_amd64.deb
/etc/tos/scripts/mntdata

This should resolve the storage management issue.
- - - - - - - -
User avatar
TMnight
TM Support
Posts: 187
Joined: 30 Sep 2022, 16:40

Re: TOS 7.0.0791 Official Release (x86) is Released for Update

Post by TMnight »

Grigorio wrote: 22 Jul 2026, 01:08
Please open the Terminal from the top navigation bar of the TOS desktop, then run the following commands one by one to reinstall Storage Manager:

Code: Select all

systemctl stop StorageManager.service
dpkg --purge storagemanager
cd /
wget https://download2.terra-master.com/storagemanager_1.0.054_amd64.deb
dpkg -i storagemanager_1.0.054_amd64.deb
rm -rf storagemanager_1.0.054_amd64.deb
/etc/tos/scripts/mntdata
After the commands have finished executing, please refresh the web page and check whether Storage Manager has returned to normal.

If any command returns an error during the process, please take a screenshot of the complete terminal output or copy and send it to us. We will further analyze the issue and assist you with the next steps.
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)
User avatar
TMnight
TM Support
Posts: 187
Joined: 30 Sep 2022, 16:40

Re: TOS 7.0.0791 Official Release (x86) is Released for Update

Post by TMnight »

Konstantin wrote: 22 Jul 2026, 01:10
Please open the Terminal from the top navigation bar of the TOS desktop, then run the following commands one by one to reinstall Storage Manager:

Code: Select all

systemctl stop StorageManager.service
dpkg --purge storagemanager
cd /
wget https://download2.terra-master.com/storagemanager_1.0.054_amd64.deb
dpkg -i storagemanager_1.0.054_amd64.deb
rm -rf storagemanager_1.0.054_amd64.deb
/etc/tos/scripts/mntdata
After the commands have finished executing, please refresh the web page and check whether Storage Manager has returned to normal.

If any command returns an error during the process, please take a screenshot of the complete terminal output or copy and send it to us. We will further analyze the issue and assist you with the next steps.
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)
User avatar
TMnight
TM Support
Posts: 187
Joined: 30 Sep 2022, 16:40

Re: TOS 7.0.0791 Official Release (x86) is Released for Update

Post by TMnight »

major65 wrote: 22 Jul 2026, 02:16
Please open the Terminal from the top navigation bar of the TOS desktop, then run the following commands one by one to reinstall Storage Manager:

Code: Select all

systemctl stop StorageManager.service
dpkg --purge storagemanager
cd /
wget https://download2.terra-master.com/storagemanager_1.0.054_amd64.deb
dpkg -i storagemanager_1.0.054_amd64.deb
rm -rf storagemanager_1.0.054_amd64.deb
/etc/tos/scripts/mntdata
After the commands have finished executing, please refresh the web page and check whether Storage Manager has returned to normal.

If any command returns an error during the process, please take a screenshot of the complete terminal output or copy and send it to us. We will further analyze the issue and assist you with the next steps.
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)
User avatar
TMvalen
Posts: 15
Joined: 02 Jul 2025, 11:37
China

Re: TOS 7.0.0791 Official Release (x86) is Released for Update

Post by TMvalen »

snapsh0t wrote: 22 Jul 2026, 14:17
Hello, thank you very much for your suggestion!
After an internal assessment, we believe that the "last run time" record is for historical execution nodes and is not related to the current enabled status. If it is hidden when disabled and re-enabled, the last scan time cannot be traced, which may cause data gaps and is not conducive to problem troubleshooting. Therefore, we will not adjust this logic for now.
Thank you again for your attention and feedback!
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)
storageninja
Posts: 70
Joined: 06 Aug 2025, 14:32
Netherlands

Re: TOS 7.0.0791 Official Release (x86) is Released for Update

Post by storageninja »

F4 SSD im unable to save my SMB custom setting, without this settings my MacBook TimeMachine backup wont run.

These settings are in place for months so the latest update(s) introduced this issue.

Image
Post Reply

Return to “Update Notice”