mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-05 17:55:56 +00:00
Update cheatsheets
This commit is contained in:
@@ -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}}`
|
||||
|
||||
Reference in New Issue
Block a user