Project Torpid
Torpid is a disk drive sleep prevention utility, designed primarily for keeping external HDD's awake. It works by writing an empty text file named Torpid_Keep_Alive_File.TXT
to the drive in a loop specified by a time interval, and the empty file is deleted after use.
- Windows* or Linux**
- Java 11 Runtime or Greater
* Developed and Tested on Windows 10 21H2 64-bit
** Developed and Tested on Ubuntu 22.04 LTS 64-bit
- Ability to select multiple drives at once using shift-click or control-click
- Ability to set the time interval between keep alive writes (default is 2.5 seconds)
- Simple user interface that is informative
- Utilises multithreading, one thread per selected drive
- Linux support
- Double-click the
Torpid.jar
file provided, or open a terminal and typejava -jar Torpid.jar
- Select the desired drives to keep awake from the left list by left clicking, shift-clicking or control-clicking, to select one or multiple drives
- Set the desired time interval if you want to modify it, or leave it with the default 2.5 seconds
- Click the Start button
- The Start button turns into the Stop button after it's pressed, so press the now Stop button to stop it
Each drive will show its status based on one of three colours below:
- Green - The drive has been written to (kept awake) successfully
- Yellow/Orange - The drive is currently being written to (kept awake)
- Red - The drive cannot be written to (kept awake) - this will usually be because the drive is admin/root protected