Operating System - Linux
1828492 Members
2902 Online
109978 Solutions
New Discussion

Re: Creating GPT disk partition on system disk

 
SOLVED
Go to solution
Dusan Stefanovic
Frequent Advisor

Creating GPT disk partition on system disk

I istall linux Red Hat ES 4 on rx2620 Integrity Server. I have free space on system disk. Now I want to create some new partitions. I can't use fdisk because it now works corect with GPT disk partition.
What utils or command shoud I used to create another partitions on system disk.

Thank's
3 REPLIES 3
Sung Oh
Respected Contributor
Solution

Re: Creating GPT disk partition on system disk

you can use "parted" to create new partitions.

http://www.gnu.org/software/parted/
or
man parted

I hope this helps,

Sung
Asif Sharif
Honored Contributor

Re: Creating GPT disk partition on system disk

Hi Stefanovic,

You can use "parted" command to create other partitions. Please follow the attached document for reference.

Regards,
Asif Shari
Regards,
Asif Sharif
Dusan Stefanovic
Frequent Advisor

Re: Creating GPT disk partition on system disk

That's it !!!

Thank's again