1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 22:35:28 +02:00

growpart: add page (#15708)

* growpart: add page

* Update pages/linux/growpart.md

Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>

* Update pages/linux/growpart.md

Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>

---------

Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
This commit is contained in:
Quentin Michaud 2025-02-08 21:01:27 +01:00 committed by GitHub
parent 0893bbd892
commit 88d2e08493
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

12
pages/linux/growpart.md Normal file
View file

@ -0,0 +1,12 @@
# growpart
> Extend a partition in a disk or disk image to fill available space.
> More information: <https://github.com/canonical/cloud-utils>.
- Extend partition `n` from `sdX` to fill empty space until end of disk or beginning of next partition:
`growpart {{/dev/sdX}} {{n}}`
- Show what modifications would be made when growing partition `n` in a disk image:
`growpart --dry-run {{/path/to/disk.img}} {{n}}`