Tagged Questions
2
votes
2answers
1k views
Remove GPT - Default back to MBR
I keep receiving this error:
Warning!! Unsupported GPT (GUID Partition Table) detected. Use GNU Parted
I want to go back to the normal MBR. I found some advice here and did:
parted /dev/sda
...
2
votes
1answer
941 views
Unable to create logical partition with Parted
I was fiddling around with parted command on a loopback disk and tried to create some partitions using gpt part table but I keep getting Error: Unable to satisfy all constraints on the partition. when ...
1
vote
2answers
705 views
Gnu Parted Error in HardDisk of Linux?
Anyone help me, why the error getting when excuting the fdisk -l command in linux.
# fdisk -l /dev/sdb
WARNING: GPT (GUID Partition Table) detected on '/dev/sdb'! The util fdisk doesn't support ...