mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-05 16:55:55 +00:00
Update cheatsheets
This commit is contained in:
@@ -11,8 +11,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Reduce a volume's size to 120 GB:
|
||||
|
||||
`lvreduce --size {{120G}} {{logical_volume}}`
|
||||
`lvreduce {{[-L|--size]}} {{120G}} {{logical_volume}}`
|
||||
|
||||
- Reduce a volume's size by 40 GB as well as the underlying filesystem:
|
||||
|
||||
`lvreduce --size -{{40G}} -r {{logical_volume}}`
|
||||
`lvreduce {{[-L|--size]}} -{{40G}} {{[-r|--resizefs]}} {{logical_volume}}`
|
||||
|
||||
Reference in New Issue
Block a user