mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-05 05:55:46 +00:00
Update cheatsheets
This commit is contained in:
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# collectd
|
||||
|
||||
> System statistics collection daemon.
|
||||
> More information: <https://www.collectd.org/documentation/>.
|
||||
> More information: <https://manned.org/collectd>.
|
||||
|
||||
- Test the configuration file and then exit:
|
||||
|
||||
|
||||
@@ -20,6 +20,10 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`sudo e2fsck -c {{/dev/sdXN}}`
|
||||
|
||||
- Force checking even if the filesystem seems clean:
|
||||
|
||||
`sudo e2fsck -f {{/dev/sdXN}}`
|
||||
|
||||
- Perform an exhaustive, non-destructive read-write test for bad blocks and blacklist them:
|
||||
|
||||
`sudo e2fsck -fccky {{/dev/sdXN}}`
|
||||
|
||||
@@ -9,7 +9,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
> Does not resize the underlying partition. The filesystem may have to be unmounted first, read the man page for more details.
|
||||
> More information: <https://manned.org/resize2fs>.
|
||||
|
||||
- Automatically resize a filesystem:
|
||||
- Automatically resize a filesystem to its maximum possible size:
|
||||
|
||||
`resize2fs {{/dev/sdXN}}`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user