Does "Offline" in Disk Management actually turn off (spin down) the disk?

26,307

Solution 1

No, taking a disk offline just makes it unmountable it does not change the power state.

Can you clarify what you mean by if the logical disk is RAID0? Do you mean if the physical disk is part of a RAID array, will offlining the disk offline the whole array? No, if you have a dynamic disk setup in RAID0, offlining the disk will fail the array, if Windows will even still let you do that.

You should replace the drives with power saving drives, such as WD Green drives, if you're concerned about power usage.

Solution 2

Setting a disk to Offline is basically a safe method of forcing a dismount if you cannot otherwise safely remove the device.

To access the disk again simply right click the offline disk and select Online.

As for power state the disks will not immediately spin down however since they are no longer being accessed the computer will turn them off after they time out. how long this takes can be set in your advanced power options under Turn Off Hard Disks. The disks will spin back up as soon as you Online them no need to restart

Solution 3

Whether the disk spins down is determined solely by the disk firmware, not by your OS or any software installed.

Your OS tells the disk firmware after how much time of inactivity it should spin down -- through the setting Turn Off Hard Disks that you can change in the power configuration.

So just not accessing the disk is enough to let the firmware spin it down. To make sure that the (scheduled) OS services do not access your disk, you could take it offline, or remove the drive letter, or ...

Share:
26,307

Related videos on Youtube

Damn Vegetables
Author by

Damn Vegetables

Updated on September 18, 2022

Comments

  • Damn Vegetables
    Damn Vegetables over 1 year

    There is "Offline" menu in Disk Management. If I click that, the disk becomes offline and not accessible. My question is that, does "offline" actually turn off (spin down) the disk for good (until the system reboots)? Or the physical disk is still spinning (or awake from time to time) but just inaccessible to softwares running on the system?

    What about the logical disk is a RAID0? Does it also turn off the physical disks?

    In case someone asks me "Why would you do that", there are disks I seldomly use, so I would like to turn it off when it is not used both for saving power and for data protection (unless the hacker got the privilege to make the disk on-line). I could use external disk enclosures but they cannot be remotely turned on/off and requires external power suppliers, plus they are not free.

  • user55325
    user55325 almost 10 years
    From what I've heard, you can accomplish this by setting the delay appropriately in Power Management settings and then disabling indexing on the drive (and not doing anything that might access data there). (Also, if you're worried about data protection, the only real solution is to encrypt the drive.)
  • Robbie Crash
    Robbie Crash almost 10 years
    That's a really clever solution. It won't make the disk unavailable to hackers but it will do the power management.