Can't resize Linux volume

0

Hi there

I have an EC2 instance that uses xen that has run out of disc space. I successfully resized the storage volume, but I'm stuck trying to increase the partition size. The command sudo growpart /dev/xvda1 1 returns FAILED: unable to determine partition type

Any ideas?

Kieran
gefragt vor 9 Monaten400 Aufrufe
2 Antworten
0
Akzeptierte Antwort

I see your issue.. You are using the partition in the grow command instead of the disk..

Try this

sudo growpart /dev/xvda 1

profile picture
EXPERTE
beantwortet vor 9 Monaten
profile picture
EXPERTE
überprüft vor einem Monat
  • Of course! Thanks so much

  • Happy to be of assistance

0

Follow these instructions. https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recognize-expanded-volume-linux.html

It looks like you are trying to resize the AWS disk device than what the Linux OS sees it as..

sudo lsblk

Will display the volumes from Linux point of view

profile picture
EXPERTE
beantwortet vor 9 Monaten
profile picture
EXPERTE
überprüft vor einem Monat
  • Thanks - but I thought I had already done that. The output from the lsblk command is NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT xvda 202:0 0 50G 0 disk └─xvda1 202:1 0 30G 0 part /

    So my understanding is that the partition is xvda1...

  • I see your issue.. You are using the partition in the grow command instead of the disk.. Try this sudo growpart /dev/xvda 1

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen