Search code examples
amazon-web-servicesamazon-ec2amazon-ebs

Expand Amazon ebs volume


I have Ubuntu ec2 instance. I have attached EBS volume which is restored from snapshot.

Volume size is 100GB and there is partition of 30GB containing data and 70GB blank space. EBS volume has x86 boot sector(ntfs) file system. Now I want to expand this 30GB partition to 100GB. How can I expand this partition in Ubuntu instance?


Solution

  • Extending a Linux File System Or Expanding a Linux Partition could help.

    Update: How about ntfsresize? I have not tried it, but seems to be what you are looking for.