I stopped my VPS and ran the following command to expand it:
After this, I run "fdisk vm-100-disk-1.raw", but fdisk gives the following error:
when I enter "n" to partition the system, still fdisk gives the above output and does not allow me to create new partitions.
Could anyone please assist me on this?
Thanks
Code:
dd if=/dev/zero of=vm-100-disk-1.raw bs=512 count=0 seek=209715200
Code:
You must set cylinders.
You can do this from the extra functions menu.
Command (m for help):
when I enter "n" to partition the system, still fdisk gives the above output and does not allow me to create new partitions.
Could anyone please assist me on this?
Thanks