mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-08 00:57:21 +00:00
Update cheatsheets
This commit is contained in:
@@ -11,16 +11,16 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Change the size of a logical volume to 120 GB:
|
||||
|
||||
`lvresize {{[-L|--size]}} 120G {{volume_group}}/{{logical_volume}}`
|
||||
`sudo lvresize {{[-L|--size]}} 120G {{volume_group}}/{{logical_volume}}`
|
||||
|
||||
- Extend the size of a logical volume as well as the underlying filesystem by 120 GB:
|
||||
|
||||
`lvresize {{[-L|--size]}} +120G {{[-r|--resizefs]}} {{volume_group}}/{{logical_volume}}`
|
||||
`sudo lvresize {{[-L|--size]}} +120G {{[-r|--resizefs]}} {{volume_group}}/{{logical_volume}}`
|
||||
|
||||
- Extend the size of a logical volume to 100% of the free physical volume space:
|
||||
|
||||
`lvresize {{[-l|--extents]}} 100%FREE {{volume_group}}/{{logical_volume}}`
|
||||
`sudo lvresize {{[-l|--extents]}} 100%FREE {{volume_group}}/{{logical_volume}}`
|
||||
|
||||
- Reduce the size of a logical volume as well as the underlying filesystem by 120 GB:
|
||||
|
||||
`lvresize {{[-L|--size]}} -120G {{[-r|--resizefs]}} {{volume_group}}/{{logical_volume}}`
|
||||
`sudo lvresize {{[-L|--size]}} -120G {{[-r|--resizefs]}} {{volume_group}}/{{logical_volume}}`
|
||||
|
||||
Reference in New Issue
Block a user