Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-20 00:20:58 +00:00
parent 846fc1563d
commit a360d4dc45
153 changed files with 493 additions and 434 deletions

View File

@@ -11,12 +11,12 @@ source: https://github.com/tldr-pages/tldr.git
- Increase a volume's size to 120 GB:
`lvextend --size {{120G}} {{logical_volume}}`
`lvextend {{[-L|--size]}} {{120G}} {{logical_volume}}`
- Increase a volume's size by 40 GB as well as the underlying filesystem:
`lvextend --size +{{40G}} -r {{logical_volume}}`
`lvextend {{[-L|--size]}} +{{40G}} {{[-r|--resizefs]}} {{logical_volume}}`
- Increase a volume's size to 100% of the free physical volume space:
`lvextend --size +{{100}}%FREE {{logical_volume}}`
`lvextend {{[-L|--size]}} +{{100}}%FREE {{logical_volume}}`