logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Extend Partition - Resize Disks | Online Free DevTools by Hexmos

Extend partitions with growpart. Resize disk partitions to maximize available space. Free online tool, no registration required.

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 {{[-N|--dry-run]}} /{{path/to/disk.img}} {{n}}

See Also