Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Extending sda Partition With Growpart Utility Fails With Error "no tools available to resize disk"

APPLIES TO:

Oracle Cloud Infrastructure - CentOS 7
Linux x86-64

SYMPTOMS

Extending sda3 partition with growpart utility Fails with Error in Centos 7 OCI instance

[root@xxxx ~]# growpart /dev/sda 3
no tools available to resize disk with 'gpt'
FAILED: failed to get a resizer for id ''

CHANGES

Extending Root Partition sda3

CAUSE

 Missing gdisk package, Both cloud-utils-growpart and gdisk is required for extending the partition using growpart utility.

$ [root@xxxxxxx ~]# rpm -qa | grep gdisk

SOLUTION

 As per the error message gdisk package was not installed on the system, which is required for gpt partition management.

 Installing the gdisk package fixed the problem

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!