Hello all,
I would asked if a F2-425 are able to make auto boot based on schedule timebased without TOS sysop
Thanks in advance
Rizio
Scheduled start without TOS
Re: Scheduled start without TOS
WOL enabled and maybe find a utility to send WOL packet at a scheduled time?
F6-424 & F4-425 Plus at 7.0.0777
F4-424 Pro also at 7.0.0777
D4-320
F4-424 Pro also at 7.0.0777
D4-320
Re: Scheduled start without TOS
Thank for reply.
Unfortunatly WOL doesn't always work.
I've try to use it on F2-221 many time but sometimes it works, sometimes it doesn't, I think that depend how nas is powered off, in wich idle state goes off.
Any other ideas?
Rizio
Unfortunatly WOL doesn't always work.
I've try to use it on F2-221 many time but sometimes it works, sometimes it doesn't, I think that depend how nas is powered off, in wich idle state goes off.
Any other ideas?
Rizio
Re: Scheduled start without TOS
What exactly do you mean by "without TOS sysop"? Are you referring to non-administrator users or installing a third-party operating system on the F2-425? Only administrator users can set scheduled power on and off in the control panel. If you are referring to other operating systems, there are no restrictions on the device itself.
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: Scheduled start without TOS
There is typically a setting in BIOS to perform this function but I don't have that specific device to check.
F5-221 TOS7.0.0777 - 4x4TB (Ironwolf) Traid
F2-424 TOS7.0.0777 - 2x500GB nvme (P3) Traid, 2x6TB HDD (HGST) Traid
F2-221 TOS7.0.0777 - 1x3TB Ext4, 1x4TB Btrfs
F2-425+ TOS7.0.0777 - 2x500GB nvme (P3) Traid, 2x6TB HDD (EXOS) Traid
F2-424 TOS7.0.0777 - 2x500GB nvme (P3) Traid, 2x6TB HDD (HGST) Traid
F2-221 TOS7.0.0777 - 1x3TB Ext4, 1x4TB Btrfs
F2-425+ TOS7.0.0777 - 2x500GB nvme (P3) Traid, 2x6TB HDD (EXOS) Traid
Re: Scheduled start without TOS
Hi CursaYang,
without TOS sysop I mean that I install a Linux Fedora 42 sysop on NAS to replace original Terramaster sysop.
Rizio
without TOS sysop I mean that I install a Linux Fedora 42 sysop on NAS to replace original Terramaster sysop.
About this yes, I known that there isn't any restrinctions to change operating system on the F2-425, but I don't know if by changing the operating system I can still turn on the NAS by a scheduled timer
Rizio
Re: Scheduled start without TOS
Regarding your inquiry about whether the F2-425 supports scheduled power-on after installing Linux Fedora 42, here is a detailed explanation and recommendation.
The F2-425 is based on the standard x86 architecture, and its scheduled power-on function is driven by the motherboard's hardware RTC (Real-Time Clock) chip, which is not restricted by the operating system. In the Fedora 42 environment, you can directly use the standard Linux utility `rtcwake`.
For example, to set an automatic wake-up 24 hours after shutting down:
Code: Select all
sudo rtcwake -m off -s 86400


