-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
HDD-Ping | ||
======== | ||
|
||
A tool to "ping" hard drives to prevent spin-downs | ||
|
||
======== | ||
|
||
This application is a Windows tray-only application that writes and deletes (thus "pings") a random file with zero length to selected hard drives in a given interval. | ||
|
||
Functions: | ||
- Auto-discovery of drives on startup | ||
- Stores interval and selected drives in a serialized file | ||
- Re-enables settings of a found configuration file | ||
- Auto-fixes the settings by removing selected drives that are not available upon start | ||
- Includes three icons that change depending on the state | ||
- Those states are | ||
* 1:disabled (gray, no drive selected), | ||
* 2:writing (red for 5 secs when timer elapses) | ||
* 3:active-idle (green, waiting for a timer to elapse to write random file to selected drives) | ||
|
||
======== | ||
|
||
License: Creative Commons Attribution-NonCommercial 3.0 Unported (CC BY-NC 3.0) |