Page 1 of 1

[Help] F6-424 TOS 6 How to see when Drives sleep and power up

Posted: 16 Nov 2025, 10:12
by Tallicia
Is there any way to see if a drive is currently asleep and powered down or active and powered up?

Is there a way to have the Disk_Log show when the drives sleep and wake up?

Re: [Help] F6-424 TOS 6 How to see when Drives sleep and power up

Posted: 17 Nov 2025, 18:11
by CursaYang
You can use the following command to check if the current hard disk is spinning:

smartctl -i -n standby /dev/sdX

If the hard disk is in sleep mode (not spinning), smartctl will return immediately without waking up the hard disk. If it is in an active state, smartctl will output information normally.