smartctl, e2fsck: improve disk checking commands (#8452)
* Improve disk checking commands * Make example descriptions consistent * e2fsck: make blurb clearer * e2fsck: fix blurb * e2fsck: shorten blurb
This commit is contained in:
@@ -1,24 +1,24 @@
|
||||
# smartctl
|
||||
|
||||
> View a disk's SMART data and other information.
|
||||
> More information: <https://en.wikipedia.org/wiki/S.M.A.R.T.>.
|
||||
> Monitor disk health including SMART data.
|
||||
> More information: <https://www.smartmontools.org>.
|
||||
|
||||
- View SMART health summary:
|
||||
- Display SMART health summary:
|
||||
|
||||
`sudo smartctl --health {{/dev/sdX}}`
|
||||
|
||||
- View device information:
|
||||
- Display device information:
|
||||
|
||||
`sudo smartctl --info {{/dev/sdX}}`
|
||||
|
||||
- Begin a short self-test:
|
||||
- Start a short self-test in the background:
|
||||
|
||||
`sudo smartctl --test short {{/dev/sdX}}`
|
||||
|
||||
- View current/last self-test status and other SMART capabilities:
|
||||
- Display current/last self-test status and other SMART capabilities:
|
||||
|
||||
`sudo smartctl --capabilities {{/dev/sdX}}`
|
||||
|
||||
- View SMART self-test log (if supported):
|
||||
- Display exhaustive SMART data:
|
||||
|
||||
`sudo smartctl --log selftest {{/dev/sdX}}`
|
||||
`sudo smartctl --all {{/dev/sdX}}`
|
||||
|
Reference in New Issue
Block a user