https://github.com/sofijacom/hard-disk-sentinel
Hard-Disk-Sentinel
https://github.com/sofijacom/hard-disk-sentinel
Last synced: 5 months ago
JSON representation
Hard-Disk-Sentinel
- Host: GitHub
- URL: https://github.com/sofijacom/hard-disk-sentinel
- Owner: sofijacom
- License: cc0-1.0
- Created: 2024-05-27T10:52:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-30T16:21:42.000Z (about 2 years ago)
- Last Synced: 2025-04-28T11:31:20.134Z (about 1 year ago)
- Homepage:
- Size: 6.11 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Hard-Disk-Sentinel

## Hard Disk Sentinel Gui 64-bit

Usage of Hard Disk Sentinel Linux version
After downloading the file below, please follow these steps to use it:
double click to open and decompress it to any folder
open a terminal window and navigate to the folder
change file permissions to make it executable by using chmod 755 HDSentinel
launch it by entering sudo ./HDSentinel [options]
sudo is not required if you logged in as "root".
##
Command line switches
The switches are NOT case sensitive. Upper and lower case can be used to specify them.
- **-h** - displays help and usage information
- **-r [report file]** - automatically save report to filename (default: report.txt)
- **-html - use with** -r to save HTML format report (-html -r report.html)
- **-mht - use with -r** to save MHT format report (-mht -r report.mht)
- **-autosd** - detect industrial SD card type and save flag file (see How to: monitor (micro) SD card health and status for more details)
- **-dev /dev/sdX** - detect and report only the specified device without accessing others
- **-devs d1,d2** - detect (comma separated) devices in addition to default ones eg. /dev/sda,/dev/sdb,/dev/sdc
- **-onlydevs d1,d2** - detect (comma separated) devices only eg. /dev/sda,/dev/sdb,/dev/sdc
- **-nodevs d1,d2** - exclude detection of (comma separated) devices eg. /dev/sda,/dev/sdb,/dev/sdc
- **-dump** - dump report to stdout (can be used with -xml to dump XML output instead of text)
- **-xml** - create and save XML report instead of TXT
- **-solid** - solid output (drive, tempC, health%, power on hours, model, S/N, size)
- **-verbose** - detailed detection information and save temporary files (only for debug purposes)
- **-aam** - display acoustic management settings (current and recommended level)
- **-setaam drive_num|ALL level(hex)80-FE|QUIET|LOUD** - set acoustic level on drive 0..n (or all)
80 or QUIET is the lowest (most silent) setting, FE or LOUD is the highest (fastest) setting
For example: **hdsentinel -setaam 0 loud** - Configures drive 0 to fastest (loud) setting. Same as **hdsentinel -setaam 0 FE**