diff --git a/pages/linux/systemd-repart.md b/pages/linux/systemd-repart.md new file mode 100644 index 000000000..706ffe6d1 --- /dev/null +++ b/pages/linux/systemd-repart.md @@ -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: . + +- 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 /`