mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
systemd-repart: add page (#10880)
* systemd-repart: add page * Update pages/linux/systemd-repart.md Co-authored-by: Juri Dispan <juri.dispan@posteo.net> --------- Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
This commit is contained in:
parent
b16aec9a84
commit
ea327468b3
1 changed files with 18 additions and 0 deletions
18
pages/linux/systemd-repart.md
Normal file
18
pages/linux/systemd-repart.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
# systemd-repart
|
||||
|
||||
> Automatically grow and add partitions.
|
||||
> Grows and adds partitions based on the configuration files described in repart.d.
|
||||
> Does not automatically resize file system on partition. See systemd-growfs to extend file system.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/systemd-repart.html>.
|
||||
|
||||
- Grow the root partition (/) to all available disk space:
|
||||
|
||||
`systemd-repart`
|
||||
|
||||
- View changes without applying:
|
||||
|
||||
`systemd-repart --dry-run=yes`
|
||||
|
||||
- Grow root partition size to 10 gigabytes:
|
||||
|
||||
`systemd-repart --size=10G --root /`
|
Loading…
Add table
Reference in a new issue