Update cheatsheets

This commit is contained in:
ivuorinen
2025-11-16 00:22:19 +00:00
parent cb2b02c321
commit a3dc1769f5
31 changed files with 139 additions and 93 deletions

View File

@@ -11,8 +11,8 @@ source: https://github.com/tldr-pages/tldr.git
- Reduce a volume's size to 120 GB:
`lvreduce {{[-L|--size]}} {{120G}} {{logical_volume}}`
`sudo lvreduce {{[-L|--size]}} {{120G}} {{logical_volume}}`
- Reduce a volume's size by 40 GB as well as the underlying filesystem:
`lvreduce {{[-L|--size]}} -{{40G}} {{[-r|--resizefs]}} {{logical_volume}}`
`sudo lvreduce {{[-L|--size]}} -{{40G}} {{[-r|--resizefs]}} {{logical_volume}}`