update README
This commit is contained in:
@@ -1,10 +1,11 @@
|
|||||||
***bash script for either telling all HDDs in system to spindown or checking if it is spinning or not***
|
# Bash script for either telling all HDDs in system to spindown or checking if it is spinning or not
|
||||||
|
|
||||||
**Prerequisites**:
|
**Prerequisites**:
|
||||||
- sudo apt install hdparm
|
- `sudo apt install hdparm`
|
||||||
- drives are listed as /dev/sdX where X stands for their respective labeling for the system
|
- Drives are listed as `/dev/sdX` where `X` stands for their respective labeling for the system
|
||||||
|
|
||||||
**Usage**:
|
**Usage**:
|
||||||
$ ./HDD.sh (1/2)
|
```bash
|
||||||
|
$ ./HDD.sh (1/2)
|
||||||
- option 1) tell drives to spindown
|
- option 1) tell drives to spindown
|
||||||
- option 2) check if drives are spinning or not
|
- option 2) check if drives are spinning or not
|
||||||
Reference in New Issue
Block a user